We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128b926 commit 277be39Copy full SHA for 277be39
pom.xml
@@ -26,6 +26,7 @@
26
<name>Bitbucket Build Status Notifier Plugin</name>
27
<description>Integrates Jenkins build status with BitBucket</description>
28
<url>https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Cloud+Build+Status+Notifier+Plugin</url>
29
+
30
<licenses>
31
<license>
32
<name>MIT License</name>
@@ -190,8 +191,12 @@
190
191
192
<distributionManagement>
193
<repository>
- <id>maven.jenkins-ci.org</id>
194
+ <id>repo.jenkins-ci.org</id>
195
<url>https://repo.jenkins-ci.org/releases</url>
196
</repository>
197
+ <snapshotRepository>
198
+ <id>maven.jenkins-ci.org</id>
199
+ <url>https://repo.jenkins-ci.org/snapshots</url>
200
+ </snapshotRepository>
201
</distributionManagement>
202
</project>
0 commit comments