Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Maven repo
As suggested in #INFRA-588.
  • Loading branch information
romankulikov committed Jan 24, 2017
1 parent 5fdacd9 commit 03670ad
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -76,4 +76,15 @@ THE SOFTWARE.
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 03670ad

Please sign in to comment.