You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/02/09 03:44:54 UTC

svn commit: r620068 - in /geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it: j2ee-system/pom.xml metadatageneration/pom.xml

Author: gawor
Date: Fri Feb  8 18:44:53 2008
New Revision: 620068

URL: http://svn.apache.org/viewvc?rev=620068&view=rev
Log:
fix versions

Modified:
    geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml
    geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/metadatageneration/pom.xml

Modified: geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml?rev=620068&r1=620067&r2=620068&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/j2ee-system/pom.xml Fri Feb  8 18:44:53 2008
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.buildsupport</groupId>
         <artifactId>buildsupport</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -215,7 +215,7 @@
 
                     <category>Geronimo Core</category>
                     <osiApproved>true</osiApproved>
-                    <geronimoVersion>2.1.1-SNAPSHOT</geronimoVersion>
+                    <geronimoVersion>2.2-SNAPSHOT</geronimoVersion>
                     <dependencies>
                         <dependency>
                             <groupId>com.sun.xml.bind</groupId>
@@ -234,7 +234,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.framework</groupId>
                             <artifactId>geronimo-common</artifactId>
-                            <version>2.1.1-SNAPSHOT</version>
+                            <version>2.2-SNAPSHOT</version>
                             <type>jar</type>
                             <import>classes</import>
                         </dependency>
@@ -248,7 +248,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.framework</groupId>
                             <artifactId>geronimo-crypto</artifactId>
-                            <version>2.1.1-SNAPSHOT</version>
+                            <version>2.2-SNAPSHOT</version>
                             <type>jar</type>
                             <import>classes</import>
                         </dependency>
@@ -311,7 +311,7 @@
                         <dependency>
                             <groupId>org.apache.geronimo.framework</groupId>
                             <artifactId>geronimo-system</artifactId>
-                            <version>2.1.1-SNAPSHOT</version>
+                            <version>2.2-SNAPSHOT</version>
                             <type>jar</type>
                             <import>classes</import>
                         </dependency>

Modified: geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/metadatageneration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/metadatageneration/pom.xml?rev=620068&r1=620067&r2=620068&view=diff
==============================================================================
--- geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/metadatageneration/pom.xml (original)
+++ geronimo/server/trunk/framework/configs/geronimo-gbean-deployer/src/it/metadatageneration/pom.xml Fri Feb  8 18:44:53 2008
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.buildsupport</groupId>
         <artifactId>buildsupport</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <version>2.2-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.buildsupport.it</groupId>