Skip to content

Commit

Permalink
Merge pull request #15 from jenkinsci/master
Browse files Browse the repository at this point in the history
Switch to newer URLs and https
  • Loading branch information
svasek committed May 19, 2016
2 parents f573516 + 8534a62 commit b4d17b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<license>
<name>The MIT license</name>
<comments>All source code is under the MIT license.</comments>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<url>https://opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -127,13 +127,13 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>
Expand Down

0 comments on commit b4d17b7

Please sign in to comment.