You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2008/01/31 08:30:07 UTC

svn commit: r617032 - /openejb/trunk/openejb3/pom.xml

Author: dblevins
Date: Wed Jan 30 23:30:04 2008
New Revision: 617032

URL: http://svn.apache.org/viewvc?rev=617032&view=rev
Log:
changed to released versions of snapshots

Modified:
    openejb/trunk/openejb3/pom.xml

Modified: openejb/trunk/openejb3/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/pom.xml?rev=617032&r1=617031&r2=617032&view=diff
==============================================================================
--- openejb/trunk/openejb3/pom.xml (original)
+++ openejb/trunk/openejb3/pom.xml Wed Jan 30 23:30:04 2008
@@ -106,7 +106,7 @@
               as the maven-release-plugin will not update this value.
     <version>3.0-SNAPSHOT</version>
         -->
-    <xbeanVersion>3.3-SNAPSHOT</xbeanVersion>
+    <xbeanVersion>3.3</xbeanVersion>
   </properties>
 
   <build>
@@ -117,7 +117,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4-SNAPSHOT</version>
+          <version>2.4</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -585,7 +585,7 @@
       <dependency>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-connector</artifactId>
-        <version>2.1-SNAPSHOT</version>
+        <version>2.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -604,7 +604,7 @@
       <dependency>
         <groupId>org.apache.geronimo.components</groupId>
         <artifactId>geronimo-transaction</artifactId>
-        <version>2.0.2</version>
+        <version>2.1</version>
         <exclusions>
           <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>