[jboss-cvs] JBossAS SVN: r65542 - projects/integration/trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 21 14:35:20 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-09-21 14:35:20 -0400 (Fri, 21 Sep 2007)
New Revision: 65542

Modified:
   projects/integration/trunk/build/pom.xml
Log:
Add the Beta3 release build ids to the jca-api and transaction-spi dependencies

Modified: projects/integration/trunk/build/pom.xml
===================================================================
--- projects/integration/trunk/build/pom.xml	2007-09-21 18:24:56 UTC (rev 65541)
+++ projects/integration/trunk/build/pom.xml	2007-09-21 18:35:20 UTC (rev 65542)
@@ -156,12 +156,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>
       <dependency>
         <groupId>jacorb</groupId>




More information about the jboss-cvs-commits mailing list