Skip to content

Commit b1f56a0

Browse files
committed
updated maven pom to use repo.jenkins-ci.org repository
1 parent ce111bd commit b1f56a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<repositories>
3434
<repository>
35-
<id>m.g.o-public</id>
36-
<url>http://maven.glassfish.org/content/groups/public/</url>
35+
<id>repo.jenkins-ci.org</id>
36+
<url>http://repo.jenkins-ci.org/public/</url>
3737
</repository>
3838
</repositories>
3939

4040
<pluginRepositories>
4141
<pluginRepository>
42-
<id>m.g.o-public</id>
43-
<url>http://maven.glassfish.org/content/groups/public/</url>
42+
<id>repo.jenkins-ci.org</id>
43+
<url>http://repo.jenkins-ci.org/public/</url>
4444
</pluginRepository>
4545
</pluginRepositories>
4646

0 commit comments

Comments
 (0)