Skip to content

Commit 8765695

Browse files
committed
s/http/https/g
1 parent 286c84e commit 8765695

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010
<name>Stapler/NetBeans</name>
1111
<organization>
1212
<name>CloudBees</name>
13-
<url>http://www.cloudbees.com/</url>
13+
<url>https://www.cloudbees.com/</url>
1414
</organization>
1515
<licenses>
1616
<license>
1717
<name>MIT</name>
18-
<url>http://opensource.org/licenses/MIT</url>
18+
<url>https://opensource.org/licenses/MIT</url>
1919
</license>
2020
</licenses>
2121

2222
<repositories>
2323
<repository>
2424
<id>repo.jenkins-ci.org</id>
25-
<url>http://repo.jenkins-ci.org/public/</url>
25+
<url>https://repo.jenkins-ci.org/public/</url>
2626
</repository>
2727
</repositories>
2828

0 commit comments

Comments
 (0)