You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/12/07 22:57:36 UTC

svn commit: r483687 - /geronimo/server/branches/1.2/pom.xml

Author: dain
Date: Thu Dec  7 13:57:34 2006
New Revision: 483687

URL: http://svn.apache.org/viewvc?view=rev&rev=483687
Log:
Upgrade ActiveIO and OpenJPA to final released versions

Modified:
    geronimo/server/branches/1.2/pom.xml

Modified: geronimo/server/branches/1.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/1.2/pom.xml?view=diff&rev=483687&r1=483686&r2=483687
==============================================================================
--- geronimo/server/branches/1.2/pom.xml (original)
+++ geronimo/server/branches/1.2/pom.xml Thu Dec  7 13:57:34 2006
@@ -230,7 +230,7 @@
             <dependency>
                 <groupId>org.apache.openjpa</groupId>
                 <artifactId>openjpa-all</artifactId>
-                <version>0.9.6-incubating-SNAPSHOT</version>
+                <version>0.9.6-incubating</version>
             </dependency>
 
             <dependency>
@@ -525,7 +525,7 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activeio-core</artifactId>
-                <version>3.0-SNAPSHOT</version>
+                <version>3.0.0-incubator</version>
             </dependency>
 
             <dependency>