You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/06/11 18:12:37 UTC

svn commit: r953750 [9/9] - in /geronimo/server/tags/geronimo-2.2: ./ assemblies/ assemblies/geronimo-jetty7-javaee5/ assemblies/geronimo-jetty7-minimal/ assemblies/geronimo-tomcat6-javaee5/ assemblies/geronimo-tomcat6-minimal/ framework/ framework/ass...

Modified: geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml Fri Jun 11 16:12:26 2010
@@ -1,107 +1,107 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one
-    or more contributor license agreements.  See the NOTICE file
-    distributed with this work for additional information
-    regarding copyright ownership.  The ASF licenses this file
-    to you under the Apache License, Version 2.0 (the
-    "License"); you may not use this file except in compliance
-    with the License.  You may obtain a copy of the License at
-    
-     http://www.apache.org/licenses/LICENSE-2.0
-    
-    Unless required by applicable law or agreed to in writing,
-    software distributed under the License is distributed on an
-    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-    KIND, either express or implied.  See the License for the
-    specific language governing permissions and limitations
-    under the License.
--->
-
-<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.testsuite</groupId>
-        <artifactId>saaj-tests</artifactId>
-        <version>2.2</version>
-    </parent>
-
-    <artifactId>saaj-war</artifactId>
-    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ WAR</name>
-    <packaging>war</packaging>
-
-    <description>This project executes testcases for your testsuite</description>
-
-    <dependencies>
-        <!--
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jsp_2.1_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        -->
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-saaj_1.3_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <configuration>
-                    <systemProperties>
-                        <property>
-                            <name>webAppName</name>
-                            <value>${artifactId}-${version}</value>
-                        </property>
-                    </systemProperties>
-                </configuration>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>geronimo-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>deploy-wars</id>
-                        <phase>pre-integration-test</phase>
-                        <goals>
-                            <goal>deploy-module</goal>
-                        </goals>
-                        <configuration>
-                            <moduleArchive>${project.build.directory}/${artifactId}-${version}.war</moduleArchive>
-                        </configuration>
-                    </execution>
-                            
-                    <execution>
-                        <id>undeploy-war-as-moduleId</id>
-                        <phase>post-integration-test</phase>
-                        <goals>
-                            <goal>undeploy-module</goal>
-                        </goals>
-                        <configuration>
-                            <moduleId>JEE5/SAAJServlet/1.1/car</moduleId>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+    
+     http://www.apache.org/licenses/LICENSE-2.0
+    
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
+
+<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.testsuite</groupId>
+        <artifactId>saaj-tests</artifactId>
+        <version>2.2.1-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>saaj-war</artifactId>
+    <name>Geronimo TestSuite :: WebServices TestSuite :: SAAJ WAR</name>
+    <packaging>war</packaging>
+
+    <description>This project executes testcases for your testsuite</description>
+
+    <dependencies>
+        <!--
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-jsp_2.1_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        -->
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-saaj_1.3_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <systemProperties>
+                        <property>
+                            <name>webAppName</name>
+                            <value>${artifactId}-${version}</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
+            </plugin>
+            
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>geronimo-maven-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>deploy-wars</id>
+                        <phase>pre-integration-test</phase>
+                        <goals>
+                            <goal>deploy-module</goal>
+                        </goals>
+                        <configuration>
+                            <moduleArchive>${project.build.directory}/${artifactId}-${version}.war</moduleArchive>
+                        </configuration>
+                    </execution>
+                            
+                    <execution>
+                        <id>undeploy-war-as-moduleId</id>
+                        <phase>post-integration-test</phase>
+                        <goals>
+                            <goal>undeploy-module</goal>
+                        </goals>
+                        <configuration>
+                            <moduleId>JEE5/SAAJServlet/1.1/car</moduleId>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
+

Modified: geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>webservices-testsuite</artifactId>
         <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-tests</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-client</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-ejb</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-war</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.testsupport</groupId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>test-deployment-j2ee_1.3</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.3</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.3</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.3</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.3</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-j2ee_1.4</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.4</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.4</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.4</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.4</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-javaee_5</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-javaee_5</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-javaee_5</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-javaee_5</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml Fri Jun 11 16:12:26 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-javaee_5</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/testsupport-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/testsupport-commands/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/testsupport-commands/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/testsupport-commands/pom.xml Fri Jun 11 16:12:26 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-commands</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/testsupport-packaging/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/testsupport-packaging/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/testsupport-packaging/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/testsupport-packaging/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-packaging</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/testsupport/testsupport-selenium/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/testsupport/testsupport-selenium/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/testsupport/testsupport-selenium/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/testsupport/testsupport-selenium/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-selenium</artifactId>