You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2012/07/30 15:15:08 UTC

svn commit: r1367076 - in /ant/core/trunk: ./ src/etc/poms/ant-antlr/ src/etc/poms/ant-apache-bcel/ src/etc/poms/ant-apache-bsf/ src/etc/poms/ant-apache-log4j/ src/etc/poms/ant-apache-oro/ src/etc/poms/ant-apache-regexp/ src/etc/poms/ant-apache-resolve...

Author: jglick
Date: Mon Jul 30 13:15:07 2012
New Revision: 1367076

URL: http://svn.apache.org/viewvc?rev=1367076&view=rev
Log:
#53617: fixed POM URLs. (Patch thanks to Eric Barboni.)

Modified:
    ant/core/trunk/CONTRIBUTORS
    ant/core/trunk/WHATSNEW
    ant/core/trunk/src/etc/poms/ant-antlr/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml
    ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml
    ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml
    ant/core/trunk/src/etc/poms/ant-jai/pom.xml
    ant/core/trunk/src/etc/poms/ant-javamail/pom.xml
    ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml
    ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
    ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
    ant/core/trunk/src/etc/poms/ant-junit/pom.xml
    ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
    ant/core/trunk/src/etc/poms/ant-launcher/pom.xml
    ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml
    ant/core/trunk/src/etc/poms/ant-swing/pom.xml
    ant/core/trunk/src/etc/poms/ant-testutil/pom.xml
    ant/core/trunk/src/etc/poms/ant/pom.xml

Modified: ant/core/trunk/CONTRIBUTORS
URL: http://svn.apache.org/viewvc/ant/core/trunk/CONTRIBUTORS?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/CONTRIBUTORS (original)
+++ ant/core/trunk/CONTRIBUTORS Mon Jul 30 13:15:07 2012
@@ -106,6 +106,7 @@ Eduard Wirch
 Edwin Woudt
 Eli Tucker
 Emmanuel Bourg
+Eric Barboni
 Eric Olsen
 Eric Pugh
 Erik Hatcher

Modified: ant/core/trunk/WHATSNEW
URL: http://svn.apache.org/viewvc/ant/core/trunk/WHATSNEW?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/WHATSNEW (original)
+++ ant/core/trunk/WHATSNEW Mon Jul 30 13:15:07 2012
@@ -17,6 +17,9 @@ Changes that could break older environme
 Fixed bugs:
 -----------
 
+ * Incorrect URLs in Ant child POMs.
+   Bugzilla Report 53617.
+
  * Subclasses of JUnitTask did not correctly find junit.jar.
    Bugzilla Report 53571.
 

Modified: ant/core/trunk/src/etc/poms/ant-antlr/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-antlr/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-antlr/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-jai/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jai/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jai/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jai/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-javamail/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-javamail/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-javamail/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-javamail/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jmf/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jsch/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-junit/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit4/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-launcher/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-launcher/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-launcher/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-launcher/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml Mon Jul 30 13:15:07 2012
@@ -29,6 +29,7 @@ xsi:schemaLocation="http://maven.apache.
     <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>

Modified: ant/core/trunk/src/etc/poms/ant-swing/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-swing/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-swing/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-swing/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant-testutil/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-testutil/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-testutil/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-testutil/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>

Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?rev=1367076&r1=1367075&r2=1367076&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Mon Jul 30 13:15:07 2012
@@ -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>