[seam-commits] Seam SVN: r8765 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Aug 21 10:15:46 EDT 2008


Author: manaRH
Date: 2008-08-21 10:15:46 -0400 (Thu, 21 Aug 2008)
New Revision: 8765

Modified:
   branches/Seam_2_0_FP/build/gen.pom.xml
   branches/Seam_2_0_FP/build/root.pom.xml
Log:
JBPAPP-1095

Modified: branches/Seam_2_0_FP/build/gen.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/gen.pom.xml	2008-08-21 13:57:52 UTC (rev 8764)
+++ branches/Seam_2_0_FP/build/gen.pom.xml	2008-08-21 14:15:46 UTC (rev 8765)
@@ -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_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-21 13:57:52 UTC (rev 8764)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-21 14:15:46 UTC (rev 8765)
@@ -130,9 +130,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