[seam-commits] Seam SVN: r8764 - branches/Seam_2_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 21 09:57:52 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-21 09:57:52 -0400 (Thu, 21 Aug 2008)
New Revision: 8764

Modified:
   branches/Seam_2_0/build/gen.pom.xml
   branches/Seam_2_0/build/root.pom.xml
Log:
JBSEAM-3289

Modified: branches/Seam_2_0/build/gen.pom.xml
===================================================================
--- branches/Seam_2_0/build/gen.pom.xml	2008-08-21 13:51:55 UTC (rev 8763)
+++ branches/Seam_2_0/build/gen.pom.xml	2008-08-21 13:57:52 UTC (rev 8764)
@@ -16,7 +16,7 @@
    <dependencies>
 
       <dependency>
-         <groupId>ant</groupId>
+         <groupId>org.apache.ant</groupId>
          <artifactId>ant</artifactId>
          <scope>compile</scope>
       </dependency>

Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml	2008-08-21 13:51:55 UTC (rev 8763)
+++ branches/Seam_2_0/build/root.pom.xml	2008-08-21 13:57:52 UTC (rev 8764)
@@ -125,9 +125,9 @@
       
       
       <dependency>
-        <groupId>ant</groupId>
+        <groupId>org.apache.ant</groupId>
         <artifactId>ant</artifactId>
-        <version>1.6.5</version>
+        <version>1.7.0</version>
       </dependency>
       
       <dependency>




More information about the seam-commits mailing list