Skip to content

Commit

Permalink
INFRA-588 update distribution management to use new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Alvizu committed Dec 8, 2016
1 parent 2766d2c commit 84ec833
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Expand Up @@ -398,4 +398,15 @@
</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 84ec833

Please sign in to comment.