[jboss-cvs] JBossAS SVN: r66218 - projects/integration/tags/5.0.0.Beta3/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 17 10:57:18 EDT 2007


Author: pgier
Date: 2007-10-17 10:57:18 -0400 (Wed, 17 Oct 2007)
New Revision: 66218

Modified:
   projects/integration/tags/5.0.0.Beta3/build/pom.xml
Log:
The pom was pointing to non-existent versions of the jca-api and transaction-api dependencies.

Modified: projects/integration/tags/5.0.0.Beta3/build/pom.xml
===================================================================
--- projects/integration/tags/5.0.0.Beta3/build/pom.xml	2007-10-17 13:01:06 UTC (rev 66217)
+++ projects/integration/tags/5.0.0.Beta3/build/pom.xml	2007-10-17 14:57:18 UTC (rev 66218)
@@ -155,12 +155,12 @@
       <dependency>
         <groupId>org.jboss.javaee</groupId>
         <artifactId>jboss-jca-api</artifactId>
-        <version>1.5</version>
+        <version>1.5.0.20070913080910</version>
       </dependency>
       <dependency>
         <groupId>org.jboss.javaee</groupId>
         <artifactId>jboss-transaction-api</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.1.20070913080910</version>
       </dependency>
     </dependencies>
   </dependencyManagement>




More information about the jboss-cvs-commits mailing list