Skip to content

Commit 505c5dd

Browse files
committed
updated maven pom to use repo.jenkins-ci.org repository
1 parent d462b8b commit 505c5dd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

pom.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,20 @@
3636
</dependency>
3737
</dependencies>
3838

39-
</project>
39+
40+
<repositories>
41+
<repository>
42+
<id>repo.jenkins-ci.org</id>
43+
<url>http://repo.jenkins-ci.org/public/</url>
44+
</repository>
45+
</repositories>
46+
47+
<pluginRepositories>
48+
<pluginRepository>
49+
<id>repo.jenkins-ci.org</id>
50+
<url>http://repo.jenkins-ci.org/public/</url>
51+
</pluginRepository>
52+
</pluginRepositories>
53+
</project>
54+
55+

0 commit comments

Comments
 (0)