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

svn commit: r1042917 - in /geronimo/devtools/eclipse-plugin/branches/2.2/testsuite: ./ eclipse/ launcher/ plugins/org.apache.geronimo.testsuite.common/ plugins/org.apache.geronimo.testsuite.common/META-INF/ plugins/org.apache.geronimo.testsuite.v20/ pl...

Author: hanhongfang
Date: Tue Dec  7 06:04:56 2010
New Revision: 1042917

URL: http://svn.apache.org/viewvc?rev=1042917&view=rev
Log:
update following versions in testsuite: gep from 2.2.0 to 2.2.1, geronimo server from 2.2-SNAPSHOT to 2.2.1, from 2.1.4 to 2.1.7

Modified:
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/eclipse/build.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/launcher/testsuite.properties
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml
    geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/server/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/eclipse/build.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/eclipse/build.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/eclipse/build.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/eclipse/build.xml Tue Dec  7 06:04:56 2010
@@ -45,7 +45,7 @@
         <property name="abbot_swt_version"      value="0.1.0.20080305_1254"/>
         <property name="abbot_swt"              value="abbot.swt-${abbot_swt_version}.zip"/>
         <property name="abbot_protocol"         value="?modtime=12047243638&amp;protocol=http"/>
-        <property name="gep_version"            value="2.2.0"/>
+        <property name="gep_version"            value="2.2.1"/>
     </target>
 
     <target name="win32" depends="init,common" description="Download Windows-specific artifact(s)">

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/launcher/testsuite.properties
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/launcher/testsuite.properties?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/launcher/testsuite.properties (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/launcher/testsuite.properties Tue Dec  7 06:04:56 2010
@@ -16,7 +16,7 @@
 #
 # @version $Rev$ $Date$
 #
-org.apache.geronimo.testsuite.v22=org.apache.geronimo.testsuite.v22-2.2.0
-org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.2.0
-org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.2.0
-org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.2.0
+org.apache.geronimo.testsuite.v22=org.apache.geronimo.testsuite.v22-2.2.1
+org.apache.geronimo.testsuite.v21=org.apache.geronimo.testsuite.v21-2.2.1
+org.apache.geronimo.testsuite.v20=org.apache.geronimo.testsuite.v20-2.2.1
+org.apache.geronimo.testsuite.common=org.apache.geronimo.testsuite.common-2.2.1

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/META-INF/MANIFEST.MF Tue Dec  7 06:04:56 2010
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Geronimo v21 Server Tools Testsuite Common Plug-in
 Bundle-SymbolicName: org.apache.geronimo.testsuite.common;singleton:=true
-Bundle-Version: 2.2.0
+Bundle-Version: 2.2.1
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin
 Require-Bundle: abbot.swt;resolution:=optional,

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/plugin.xml Tue Dec  7 06:04:56 2010
@@ -23,7 +23,7 @@
     id="org.apache.geronimo.testsuite.common" 
     name="Geronimo v21 Server Tools Testsuite Plug-in" 
     provider-name="Apache.org" 
-    version="2.2.0">
+    version="2.2.1">
 
     <requires>
         <import plugin="abbot.swt"/>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.common/pom.xml Tue Dec  7 06:04:56 2010
@@ -98,9 +98,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.2.0"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.common-2.2.0.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.2.0"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.2.1"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.common-2.2.1.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.common-2.2.1"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/META-INF/MANIFEST.MF Tue Dec  7 06:04:56 2010
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Geronimo v20 Server Tools Testsuite Plug-in
 Bundle-SymbolicName: org.apache.geronimo.testsuite.v20;singleton:=true
-Bundle-Version: 2.2.0
+Bundle-Version: 2.2.1
 Bundle-Activator: org.apache.geronimo.testsuite.v20.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/plugin.xml Tue Dec  7 06:04:56 2010
@@ -23,7 +23,7 @@
     id="org.apache.geronimo.testsuite.v20" 
     name="Geronimo v20 Server Tools Testsuite Plug-in" 
     provider-name="Apache.org" 
-    version="2.2.0" 
+    version="2.2.1" 
     class="org.apache.geronimo.testsuite.v20.Activator">
 
     <requires>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v20/pom.xml Tue Dec  7 06:04:56 2010
@@ -82,9 +82,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.2.0"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v20-2.2.0.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.2.0"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.2.1"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v20-2.2.1.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v20-2.2.1"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/META-INF/MANIFEST.MF Tue Dec  7 06:04:56 2010
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Geronimo v21 Server Tools Testsuite Plug-in
 Bundle-SymbolicName: org.apache.geronimo.testsuite.v21;singleton:=true
-Bundle-Version: 2.2.0
+Bundle-Version: 2.2.1
 Bundle-Activator: org.apache.geronimo.testsuite.v21.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/plugin.xml Tue Dec  7 06:04:56 2010
@@ -23,7 +23,7 @@
     id="org.apache.geronimo.testsuite.v21" 
     name="Geronimo v21 Server Tools Testsuite Plug-in" 
     provider-name="Apache.org" 
-    version="2.2.0" 
+    version="2.2.1" 
     class="org.apache.geronimo.testsuite.v21.Activator">
 
     <requires>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v21/pom.xml Tue Dec  7 06:04:56 2010
@@ -82,9 +82,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.2.0"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v21-2.2.0.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.2.0"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.2.1"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v21-2.2.1.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v21-2.2.1"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/META-INF/MANIFEST.MF Tue Dec  7 06:04:56 2010
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Geronimo v22 Server Tools Testsuite Plug-in
 Bundle-SymbolicName: org.apache.geronimo.testsuite.v22;singleton:=true
-Bundle-Version: 2.2.0
+Bundle-Version: 2.2.1
 Bundle-Activator: org.apache.geronimo.testsuite.v22.Activator
 Bundle-Vendor: Apache Software Foundation
 Bundle-Localization: plugin

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/plugin.xml Tue Dec  7 06:04:56 2010
@@ -23,7 +23,7 @@
     id="org.apache.geronimo.testsuite.v22" 
     name="Geronimo v22 Server Tools Testsuite Plug-in" 
     provider-name="Apache.org" 
-    version="2.2.0" 
+    version="2.2.1" 
     class="org.apache.geronimo.testsuite.v22.Activator">
 
     <requires>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/plugins/org.apache.geronimo.testsuite.v22/pom.xml Tue Dec  7 06:04:56 2010
@@ -25,7 +25,7 @@
     <groupId>org.apache.geronimo.devtools</groupId>
     <artifactId>org.apache.geronimo.testsuite.v22</artifactId>
     <packaging>jar</packaging>
-    <version>2.2.0</version>
+    <version>2.2.1</version>
     <name>${artifactId}</name>
 
     <parent>
@@ -82,9 +82,9 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v22-2.2.0"/>
-                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v22-2.2.0.jar"
-                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v22-2.2.0"/>
+                                <mkdir dir="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v22-2.2.1"/>
+                                <unzip src="${project.build.directory}/org.apache.geronimo.testsuite.v22-2.2.1.jar"
+                                      dest="${basedir}/../../launcher/eclipse/eclipse/plugins/org.apache.geronimo.testsuite.v22-2.2.1"/>
                             </tasks>
                         </configuration>
                     </execution>

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/pom.xml Tue Dec  7 06:04:56 2010
@@ -39,8 +39,8 @@
     </description>
 
     <properties>
-        <geronimoVersion_1>2.2-SNAPSHOT</geronimoVersion_1>
-        <geronimoVersion_2>2.1.4</geronimoVersion_2>
+        <geronimoVersion_1>2.2.1</geronimoVersion_1>
+        <geronimoVersion_2>2.1.7</geronimoVersion_2>
         <geronimoVersion_3>2.0.2</geronimoVersion_3>
     </properties>
 

Modified: geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/server/pom.xml?rev=1042917&r1=1042916&r2=1042917&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/server/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/2.2/testsuite/server/pom.xml Tue Dec  7 06:04:56 2010
@@ -47,13 +47,13 @@
                             <tasks>
                                 <!--
                                  |
-                                 | Unzip and rename the testsuite Geronimo server v2.2.0
+                                 | Unzip and rename the testsuite Geronimo server v2.2.1
                                  |
                                  -->
                                 <property name="geronimo_install1"       value="${basedir}/../launcher/"/>
                                 <property name="geronimo_assembly1"      value="org/apache/geronimo/assemblies"/>
                                 <property name="geronimo_name1"          value="geronimo-tomcat6-javaee5"/>
-                                <property name="geronimoVersion_1"       value="2.2-SNAPSHOT"/>
+                                <property name="geronimoVersion_1"       value="2.2.1"/>
                                 <mkdir dir="${geronimo_install1}"/>
                                 <unzip src="${settings.localRepository}/${geronimo_assembly1}/${geronimo_name1}/${geronimoVersion_1}/${geronimo_name1}-${geronimoVersion_1}-bin.zip"
                                       dest="${geronimo_install1}"/>
@@ -63,13 +63,13 @@
                                  
                                 <!--
                                  |
-                                 | Unzip and rename the testsuite Geronimo server v2.1.4
+                                 | Unzip and rename the testsuite Geronimo server v2.1.7
                                  |
                                  -->
                                 <property name="geronimo_install2"       value="${basedir}/../launcher/"/>
                                 <property name="geronimo_assembly2"      value="org/apache/geronimo/assemblies"/>
                                 <property name="geronimo_name2"          value="geronimo-tomcat6-javaee5"/>
-                                <property name="geronimoVersion_2"       value="2.1.4"/>
+                                <property name="geronimoVersion_2"       value="2.1.7"/>
                                 <mkdir dir="${geronimo_install2}"/>
                                 <unzip src="${settings.localRepository}/${geronimo_assembly2}/${geronimo_name2}/${geronimoVersion_2}/${geronimo_name2}-${geronimoVersion_2}-bin.zip"
                                       dest="${geronimo_install2}"/>