mirror of
https://github.com/nicolabs/script-realm-plugin.git
synced 2026-04-11 00:24:46 +02:00
updated maven pom to use repo.jenkins-ci.org repository
This commit is contained in:
parent
6e2a582e75
commit
6363f7ac17
18
pom.xml
18
pom.xml
|
|
@ -52,4 +52,20 @@
|
|||
<url>file:/tmp/dummy-repo</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
</project>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>repo.jenkins-ci.org</id>
|
||||
<url>http://repo.jenkins-ci.org/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>repo.jenkins-ci.org</id>
|
||||
<url>http://repo.jenkins-ci.org/public/</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
</project>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue