Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[INFRA-588] Update distribution management to use new repo
  • Loading branch information
Antonio Mansilla committed Feb 15, 2017
1 parent 128b926 commit 277be39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -26,6 +26,7 @@
<name>Bitbucket Build Status Notifier Plugin</name>
<description>Integrates Jenkins build status with BitBucket</description>
<url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Cloud+Build+Status+Notifier+Plugin</url>

<licenses>
<license>
<name>MIT License</name>
Expand Down Expand Up @@ -190,8 +191,12 @@

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<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 277be39

Please sign in to comment.