[jboss-cvs] JBossAS SVN: r91110 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 10 14:48:34 EDT 2009


Author: jaikiran
Date: 2009-07-10 14:48:34 -0400 (Fri, 10 Jul 2009)
New Revision: 91110

Modified:
   projects/ejb3/trunk/testsuite/pom.xml
Log:
EJBTHREE-1867 Bring the testsuite in sync with the latest releases

Modified: projects/ejb3/trunk/testsuite/pom.xml
===================================================================
--- projects/ejb3/trunk/testsuite/pom.xml	2009-07-10 16:22:31 UTC (rev 91109)
+++ projects/ejb3/trunk/testsuite/pom.xml	2009-07-10 18:48:34 UTC (rev 91110)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.jboss.ejb3</groupId>
     <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.4-SNAPSHOT</version>
+    <version>1.0.4</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -220,21 +220,21 @@
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-core</artifactId>
-      <version>1.1.9-SNAPSHOT</version>
+      <version>1.1.9</version>
       <scope>test</scope>
     </dependency>
     
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-endpoint</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>0.1.0</version>
       <scope>test</scope>
     </dependency>
     
     <dependency>
       <groupId>org.jboss.ejb3</groupId>
       <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
+      <version>0.1.4</version>
       <scope>test</scope>
     </dependency>
     




More information about the jboss-cvs-commits mailing list