Skip to content

Commit 6a1303c

Browse files
committed
Use balanced maven repository URL for jar downloads
1 parent 20c4530 commit 6a1303c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testsrc/build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
<!--
1414
URL from which junit.jar can be retrieved
1515
-->
16-
<property name="test.junit.url" value="http://mirrors.ibiblio.org/pub/mirrors/maven2/junit/junit/4.10/junit-4.10.jar"/>
16+
<property name="test.junit.url" value="http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar"/>
1717

1818
<!--
1919
URL from which emma.jar can be retrieved
2020
-->
21-
<property name="test.emma.url" value="http://mirrors.ibiblio.org/pub/mirrors/maven2/emma/emma/2.1.5320/emma-2.1.5320.jar"/>
21+
<property name="test.emma.url" value="http://repo1.maven.org/maven2/emma/emma/2.1.5320/emma-2.1.5320.jar"/>
2222

2323
<!--
2424
URL from which emma_ant.jar can be retrieved
2525
-->
26-
<property name="test.emma_ant.url" value="http://mirrors.ibiblio.org/pub/mirrors/maven2/emma/emma_ant/2.1.5320/emma_ant-2.1.5320.jar"/>
26+
<property name="test.emma_ant.url" value="http://repo1.maven.org/maven2/emma/emma_ant/2.1.5320/emma_ant-2.1.5320.jar"/>
2727

2828
<!--
2929
Destination to which testing classes should be built

0 commit comments

Comments
 (0)