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/17 23:08:01 UTC

svn commit: r955748 [7/7] - in /geronimo/server/branches/2.1.6: ./ assemblies/ assemblies/geronimo-boilerplate-minimal/ assemblies/geronimo-framework/ assemblies/geronimo-jetty6-javaee5/ assemblies/geronimo-jetty6-minimal/ assemblies/geronimo-tomcat6-j...

Modified: geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml Thu Jun 17 21:07:52 2010
@@ -1,119 +1,119 @@
-<?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.
--->
-
-<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.1.7-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-saaj_1.3_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-    
-    <profiles>
-        <profile>
-            <id>child</id>
-                  
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>testsuite-maven-plugin</artifactId>
-                        <version>${version}</version>
-                        <executions>
-                            <execution>
-                                <id>generate-surefire-xml</id>
-                                <phase>install</phase>
-                                <goals>
-                                    <goal>generate-surefire-xml</goal>
-                                </goals>
-                                <!-- 
-                                Merging the configuration of this plugin with the one it inherits.
-                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                                -->
-                                <configuration>
-                                    <grandParent>true</grandParent>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-        
-                    <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>
-            
-        </profile>      
-    </profiles> 
-</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.
+-->
+
+<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.1.6-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-saaj_1.3_spec</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+    
+    <profiles>
+        <profile>
+            <id>child</id>
+                  
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.geronimo.buildsupport</groupId>
+                        <artifactId>testsuite-maven-plugin</artifactId>
+                        <version>${version}</version>
+                        <executions>
+                            <execution>
+                                <id>generate-surefire-xml</id>
+                                <phase>install</phase>
+                                <goals>
+                                    <goal>generate-surefire-xml</goal>
+                                </goals>
+                                <!-- 
+                                Merging the configuration of this plugin with the one it inherits.
+                                Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
+                                -->
+                                <configuration>
+                                    <grandParent>true</grandParent>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+        
+                    <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>
+            
+        </profile>      
+    </profiles> 
+</project>
+

Modified: geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/pom.xml Thu Jun 17 21:07:52 2010
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>webservices-testsuite</artifactId>
         <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

Modified: geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml Thu Jun 17 21:07:52 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
         
     </parent>
 

Modified: geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml Thu Jun 17 21:07:52 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-ejb</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml Thu Jun 17 21:07:52 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-war</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.testsupport</groupId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>test-deployment-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-javaee_5</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-javaee_5</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-javaee_5</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-javaee_5</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml Thu Jun 17 21:07:52 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-javaee_5</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/testsupport-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/testsupport-commands/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/testsupport-commands/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/testsupport-commands/pom.xml Thu Jun 17 21:07:52 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-commands</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/testsupport-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/testsupport-common/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/testsupport-common/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/testsupport-common/pom.xml Thu Jun 17 21:07:52 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-common</artifactId>

Modified: geronimo/server/branches/2.1.6/testsupport/testsupport-selenium/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsupport/testsupport-selenium/pom.xml?rev=955748&r1=955747&r2=955748&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsupport/testsupport-selenium/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsupport/testsupport-selenium/pom.xml Thu Jun 17 21:07:52 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>2.1.7-SNAPSHOT</version>
+        <version>2.1.6-SNAPSHOT</version>
     </parent>
     
     <artifactId>testsupport-selenium</artifactId>