Skip to content

Commit 277be39

Browse files
author
Antonio Mansilla
committed
[INFRA-588] Update distribution management to use new repo
1 parent 128b926 commit 277be39

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<name>Bitbucket Build Status Notifier Plugin</name>
2727
<description>Integrates Jenkins build status with BitBucket</description>
2828
<url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Cloud+Build+Status+Notifier+Plugin</url>
29+
2930
<licenses>
3031
<license>
3132
<name>MIT License</name>
@@ -190,8 +191,12 @@
190191

191192
<distributionManagement>
192193
<repository>
193-
<id>maven.jenkins-ci.org</id>
194+
<id>repo.jenkins-ci.org</id>
194195
<url>https://repo.jenkins-ci.org/releases</url>
195196
</repository>
197+
<snapshotRepository>
198+
<id>maven.jenkins-ci.org</id>
199+
<url>https://repo.jenkins-ci.org/snapshots</url>
200+
</snapshotRepository>
196201
</distributionManagement>
197202
</project>

0 commit comments

Comments
 (0)