diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 7fae70caa..3672d801a 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -106,6 +106,7 @@ Eduard Wirch Edwin Woudt Eli Tucker Emmanuel Bourg +Eric Barboni Eric Olsen Eric Pugh Erik Hatcher diff --git a/WHATSNEW b/WHATSNEW index 8b0029432..6b369d21c 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -17,6 +17,9 @@ Changes that could break older environments: Fixed bugs: ----------- + * Incorrect URLs in Ant child POMs. + Bugzilla Report 53617. + * Subclasses of JUnitTask did not correctly find junit.jar. Bugzilla Report 53571. diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml index a21a8d6a2..0bf2c8cf2 100644 --- a/src/etc/poms/ant-antlr/pom.xml +++ b/src/etc/poms/ant-antlr/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-antlr 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml index a9fdc14d4..8d6683767 100644 --- a/src/etc/poms/ant-apache-bcel/pom.xml +++ b/src/etc/poms/ant-apache-bcel/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-bcel 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml index 4f06fa684..d46df088f 100644 --- a/src/etc/poms/ant-apache-bsf/pom.xml +++ b/src/etc/poms/ant-apache-bsf/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-bsf 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml index b0b0fc732..199941161 100644 --- a/src/etc/poms/ant-apache-log4j/pom.xml +++ b/src/etc/poms/ant-apache-log4j/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-log4j 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml index 4eebadbb1..d4b4f5e56 100644 --- a/src/etc/poms/ant-apache-oro/pom.xml +++ b/src/etc/poms/ant-apache-oro/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-oro 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml index 0ebe2a558..69fecba20 100644 --- a/src/etc/poms/ant-apache-regexp/pom.xml +++ b/src/etc/poms/ant-apache-regexp/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-regexp 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml index ba3b2a325..80e3b7469 100644 --- a/src/etc/poms/ant-apache-resolver/pom.xml +++ b/src/etc/poms/ant-apache-resolver/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-resolver 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml index 071e6d0ce..9fb2bcd9a 100644 --- a/src/etc/poms/ant-apache-xalan2/pom.xml +++ b/src/etc/poms/ant-apache-xalan2/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-apache-xalan2 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml index 0436e7963..2ac74151d 100644 --- a/src/etc/poms/ant-commons-logging/pom.xml +++ b/src/etc/poms/ant-commons-logging/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-commons-logging 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index ec5504e32..320c42b81 100644 --- a/src/etc/poms/ant-commons-net/pom.xml +++ b/src/etc/poms/ant-commons-net/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-commons-net 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index e5566fabd..0604b7963 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-jai 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index dabfe013e..3b7ab2478 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-javamail 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml index 2674eae5f..f768f1de0 100644 --- a/src/etc/poms/ant-jdepend/pom.xml +++ b/src/etc/poms/ant-jdepend/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-jdepend 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml index ca09acd38..7c9c7c732 100644 --- a/src/etc/poms/ant-jmf/pom.xml +++ b/src/etc/poms/ant-jmf/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-jmf 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index 801013042..48e70b3b7 100644 --- a/src/etc/poms/ant-jsch/pom.xml +++ b/src/etc/poms/ant-jsch/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-jsch 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml index 29cad9b33..fc07fb6ea 100644 --- a/src/etc/poms/ant-junit/pom.xml +++ b/src/etc/poms/ant-junit/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-junit 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml index 1c73ebb07..d21d1823f 100644 --- a/src/etc/poms/ant-junit4/pom.xml +++ b/src/etc/poms/ant-junit4/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-junit4 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml index 12634ba39..4b2700fe5 100644 --- a/src/etc/poms/ant-launcher/pom.xml +++ b/src/etc/poms/ant-launcher/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-launcher 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml index ba2324341..b87256966 100644 --- a/src/etc/poms/ant-netrexx/pom.xml +++ b/src/etc/poms/ant-netrexx/pom.xml @@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-netrexx 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index b6e68f46b..592f90a34 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-swing 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml index 77f958242..8dd9c0c76 100644 --- a/src/etc/poms/ant-testutil/pom.xml +++ b/src/etc/poms/ant-testutil/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant-testutil 1.9.0-SNAPSHOT diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index 94ff8eecf..2268eeba0 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -30,6 +30,7 @@ 1.9.0-SNAPSHOT 4.0.0 + http://ant.apache.org/ org.apache.ant ant 1.9.0-SNAPSHOT