Browse Source

#53617: fixed POM URLs. (Patch thanks to Eric Barboni.)

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1367076 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 13 years ago
parent
commit
706051d860
24 changed files with 26 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +3
    -0
      WHATSNEW
  3. +1
    -0
      src/etc/poms/ant-antlr/pom.xml
  4. +1
    -0
      src/etc/poms/ant-apache-bcel/pom.xml
  5. +1
    -0
      src/etc/poms/ant-apache-bsf/pom.xml
  6. +1
    -0
      src/etc/poms/ant-apache-log4j/pom.xml
  7. +1
    -0
      src/etc/poms/ant-apache-oro/pom.xml
  8. +1
    -0
      src/etc/poms/ant-apache-regexp/pom.xml
  9. +1
    -0
      src/etc/poms/ant-apache-resolver/pom.xml
  10. +1
    -0
      src/etc/poms/ant-apache-xalan2/pom.xml
  11. +1
    -0
      src/etc/poms/ant-commons-logging/pom.xml
  12. +1
    -0
      src/etc/poms/ant-commons-net/pom.xml
  13. +1
    -0
      src/etc/poms/ant-jai/pom.xml
  14. +1
    -0
      src/etc/poms/ant-javamail/pom.xml
  15. +1
    -0
      src/etc/poms/ant-jdepend/pom.xml
  16. +1
    -0
      src/etc/poms/ant-jmf/pom.xml
  17. +1
    -0
      src/etc/poms/ant-jsch/pom.xml
  18. +1
    -0
      src/etc/poms/ant-junit/pom.xml
  19. +1
    -0
      src/etc/poms/ant-junit4/pom.xml
  20. +1
    -0
      src/etc/poms/ant-launcher/pom.xml
  21. +1
    -0
      src/etc/poms/ant-netrexx/pom.xml
  22. +1
    -0
      src/etc/poms/ant-swing/pom.xml
  23. +1
    -0
      src/etc/poms/ant-testutil/pom.xml
  24. +1
    -0
      src/etc/poms/ant/pom.xml

+ 1
- 0
CONTRIBUTORS View File

@@ -106,6 +106,7 @@ Eduard Wirch
Edwin Woudt
Eli Tucker
Emmanuel Bourg
Eric Barboni
Eric Olsen
Eric Pugh
Erik Hatcher


+ 3
- 0
WHATSNEW View File

@@ -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.



+ 1
- 0
src/etc/poms/ant-antlr/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-bcel/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bcel</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-bsf/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bsf</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-log4j/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-log4j</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-oro/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-oro</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-regexp/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-resolver/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-resolver</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-apache-xalan2/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-xalan2</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-commons-logging/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-commons-net/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-jai/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jai</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-javamail/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-javamail</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-jdepend/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jdepend</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-jmf/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jmf</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-jsch/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-junit/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-junit4/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-launcher/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-netrexx/pom.xml View File

@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-netrexx</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-swing/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-swing</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant-testutil/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<version>1.9.0-SNAPSHOT</version>


+ 1
- 0
src/etc/poms/ant/pom.xml View File

@@ -30,6 +30,7 @@
<version>1.9.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>http://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.0-SNAPSHOT</version>


Loading…
Cancel
Save