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 14:55:02 UTC

svn commit: r955575 [5/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/plugins/tomcat/tomcat6-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-clustering-wadi/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-clustering-wadi/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,81 +1,81 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    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: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<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.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat6-clustering-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>
-    <packaging>car</packaging>
-
-    <description>WADI clustering for Tomcat.</description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-no-ha</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>wadi-clustering</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-    
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>Tomcat</category>
-                    <instance>
-                        <plugin-artifact>
-                            <config-xml-content load="false" />
-                        </plugin-artifact>
-                    </instance>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
+
+<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.plugins</groupId>
+        <artifactId>tomcat</artifactId>
+        <version>2.1.6</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>tomcat6-clustering-wadi</artifactId>
+    <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>
+    <packaging>car</packaging>
+
+    <description>WADI clustering for Tomcat.</description>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-tomcat6-clustering-wadi</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat6-no-ha</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>wadi-clustering</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                    <category>Tomcat</category>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content load="false" />
+                        </plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-deployer/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-deployer/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-no-ha/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-no-ha/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-no-ha/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6-no-ha/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,78 +1,78 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-    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: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 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.plugins</groupId>
-        <artifactId>tomcat</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat6-no-ha</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>
-    <packaging>car</packaging>
-
-    <description>Geronimo Tomcat web server integration without HA.</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>Tomcat</category>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    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: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 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.plugins</groupId>
+        <artifactId>tomcat</artifactId>
+        <version>2.1.6</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>tomcat6-no-ha</artifactId>
+    <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>
+    <packaging>car</packaging>
+
+    <description>Geronimo Tomcat web server integration without HA.</description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat6</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                    <category>Tomcat</category>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/tomcat/tomcat6/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/geronimo-uddi-db/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/geronimo-uddi-db/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/geronimo-uddi-db/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/geronimo-uddi-db/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>geronimo-uddi-db</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>uddi</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/geronimo-uddi-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/geronimo-uddi-server/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/geronimo-uddi-server/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/geronimo-uddi-server/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi-server</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>geronimo-uddi-server</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>uddi-server</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-jetty6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-jetty6/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-jetty6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-jetty6/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi-server</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-tomcat/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/uddi/uddi-server/uddi-tomcat/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi-server</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices-builder/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices-builder/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices-builder/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/webservices/geronimo-webservices/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/webservices/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/webservices/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/webservices/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>webservices</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/webservices/webservices-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/webservices/webservices-common/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/webservices/webservices-common/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/webservices/webservices-common/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/welcome/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/welcome/geronimo-welcome/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/welcome/geronimo-welcome/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/welcome/geronimo-welcome/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>geronimo-welcome</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/welcome/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/welcome/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/welcome/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>welcome</artifactId>

Modified: geronimo/server/branches/2.1.6/plugins/welcome/welcome-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/welcome/welcome-jetty/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/welcome/welcome-jetty/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/welcome/welcome-jetty/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/plugins/welcome/welcome-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/plugins/welcome/welcome-tomcat/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/plugins/welcome/welcome-tomcat/pom.xml (original)
+++ geronimo/server/branches/2.1.6/plugins/welcome/welcome-tomcat/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/2.1.6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/pom.xml (original)
+++ geronimo/server/branches/2.1.6/pom.xml Thu Jun 17 12:54:51 2010
@@ -33,7 +33,7 @@
     <name>Geronimo</name>
     <packaging>pom</packaging>
 
-    <version>2.1.6-SNAPSHOT</version>
+    <version>2.1.6</version>
 
     <description>
         Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
@@ -53,9 +53,9 @@
     </licenses>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/branches/2.1.6</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/branches/2.1.6</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.6</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-2.1.6</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.1.6</url>
     </scm>
 
     <properties>

Modified: geronimo/server/branches/2.1.6/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/repository/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/repository/pom.xml (original)
+++ geronimo/server/branches/2.1.6/repository/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>repository</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/commands-testsuite/deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/commands-testsuite/deploy/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/commands-testsuite/deploy/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/commands-testsuite/deploy/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>deploy</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/commands-testsuite/gshell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/commands-testsuite/gshell/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/commands-testsuite/gshell/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/commands-testsuite/gshell/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>gshell</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/commands-testsuite/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/commands-testsuite/jaxws/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/commands-testsuite/jaxws/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/commands-testsuite/jaxws/pom.xml Thu Jun 17 12:54:51 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>jaxws</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/commands-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/commands-testsuite/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/commands-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/commands-testsuite/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>commands-testsuite</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/commands-testsuite/shutdown/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/commands-testsuite/shutdown/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/commands-testsuite/shutdown/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/commands-testsuite/shutdown/pom.xml Thu Jun 17 12:54:51 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>shutdown</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/console-testsuite/advanced/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/console-testsuite/advanced/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/console-testsuite/advanced/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/console-testsuite/advanced/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>console-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>advanced</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/console-testsuite/basic/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/console-testsuite/basic/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/console-testsuite/basic/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/console-testsuite/basic/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>console-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>basic</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/console-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/console-testsuite/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/console-testsuite/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>console-testsuite</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-helloworld-client</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-helloworld-ear</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml Thu Jun 17 12:54:51 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-helloworld-ejb</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-helloworld-war</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-helloworld/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-helloworld</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,74 +1,74 @@
-<?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>corba-marshal</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>corba-marshal-client</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal Client</name>
-    <packaging>jar</packaging>
-    <description>Example using CORBA to access a stateless EJB</description>
-
-            <dependencies>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-ejb</artifactId>
-                    <version>${version}</version>
-                    <type>ejb</type>
-                    <scope>provided</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-              
-            <build>
-                <plugins>
-                    <plugin>
-                        <artifactId>maven-jar-plugin</artifactId>
-                        <configuration>
-                            <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>
-                            <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>
-                            <archive>
-                                <manifest>
-                                    <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>
-                                </manifest>
-                            </archive>
-                        </configuration>
-                    </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>corba-marshal</artifactId>
+        <version>2.1.6</version>
+    </parent>
+
+    <artifactId>corba-marshal-client</artifactId>
+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal Client</name>
+    <packaging>jar</packaging>
+    <description>Example using CORBA to access a stateless EJB</description>
+
+            <dependencies>
+                <dependency>
+                    <groupId>${pom.groupId}</groupId>
+                    <artifactId>corba-marshal-ejb</artifactId>
+                    <version>${version}</version>
+                    <type>ejb</type>
+                    <scope>provided</scope>
+                </dependency>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+
+    <profiles>
+        <profile>
+            <id>child</id>
+              
+            <build>
+                <plugins>
+                    <plugin>
+                        <artifactId>maven-jar-plugin</artifactId>
+                        <configuration>
+                            <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>
+                            <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>
+                            <archive>
+                                <manifest>
+                                    <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>
+                                </manifest>
+                            </archive>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+
+        </profile>
+    </profiles>
+</project>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,181 +1,181 @@
-<?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>corba-marshal</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>corba-marshal-ear</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EAR</name>
-    <packaging>ear</packaging>
-    <description>Example using CORBA to access a stateless EJB</description>
-
-    <properties>
-        <clientLogFile>${basedir}/target/client.log</clientLogFile>
-    </properties>
-
-
-            
-            <dependencies>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-ejb</artifactId>
-                    <version>${version}</version>
-                    <type>ejb</type>
-                </dependency>
-                <dependency>
-                    <groupId>${pom.groupId}</groupId>
-                    <artifactId>corba-marshal-client</artifactId>
-                    <version>${version}</version>
-                    <type>jar</type>
-                </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>
-                        <artifactId>maven-ear-plugin</artifactId>
-                        <configuration>
-                            <description>Geronimo Marshal Enterprise Application EAR</description>
-                            <displayName>Geronimo Marshal Enterprise Application EAR</displayName>
-                            <version>5</version>
-                            <modules>
-                                <ejbModule>
-                                    <groupId>${pom.groupId}</groupId>
-                                    <artifactId>corba-marshal-ejb</artifactId>
-                                    <bundleFileName>corba-marshal-ejb-${version}.jar</bundleFileName>
-                                </ejbModule>
-                                <jarModule>
-                                    <groupId>${pom.groupId}</groupId>
-                                    <artifactId>corba-marshal-client</artifactId>
-                                    <bundleFileName>corba-marshal-client-${version}.jar</bundleFileName>
-                                </jarModule>
-                            </modules>
-                        </configuration>
-                    </plugin>
-        
-                    <!-- Deploy the ear and invoke the imbedded CORBA app client -->
-                    <plugin>
-                        <groupId>org.apache.geronimo.buildsupport</groupId>
-                        <artifactId>geronimo-maven-plugin</artifactId>
-        
-                        <executions>
-                            <!-- These modules must be running before deploying a CORBA module can be deployed -->
-                            <execution>
-                                <id>start-j2ee-corba-yoko</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.configs/j2ee-corba-yoko/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-                            <execution>
-                                <id>openejb-corba-deployer</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>start-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</moduleId>
-                                </configuration>
-                            </execution>
-        
-                            <!-- Deploy the CORBA module -->
-                            <execution>
-                                <id>deploy-ear</id>
-                                <phase>pre-integration-test</phase>
-                                <goals>
-                                    <goal>deploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.ear</moduleArchive>
-                                </configuration>
-                            </execution>
-        
-                            <!-- Invoke the CORBA app client -->
-                            <execution>
-                                <phase>pre-integration-test</phase>
-                                <id>run-client</id>
-                                <goals>
-                                    <goal>run-client</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>org.apache.geronimo.testsuite/corba-marshal-client/${version}/car</moduleId>
-                                    <!--
-                                    <logOutput>true</logOutput>
-                                    <logFile>${clientLogFile}</logFile>
-                                    -->
-                                </configuration>
-                            </execution>
-        
-                            <!-- Undeploy the CORBA module -->
-                            <execution>
-                                <id>undeploy-ear</id>
-                                <phase>post-integration-test</phase>
-                                <goals>
-                                    <goal>undeploy-module</goal>
-                                </goals>
-                                <configuration>
-                                    <moduleId>${groupId}/${artifactId}/${version}/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>corba-marshal</artifactId>
+        <version>2.1.6</version>
+    </parent>
+
+    <artifactId>corba-marshal-ear</artifactId>
+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EAR</name>
+    <packaging>ear</packaging>
+    <description>Example using CORBA to access a stateless EJB</description>
+
+    <properties>
+        <clientLogFile>${basedir}/target/client.log</clientLogFile>
+    </properties>
+
+
+            
+            <dependencies>
+                <dependency>
+                    <groupId>${pom.groupId}</groupId>
+                    <artifactId>corba-marshal-ejb</artifactId>
+                    <version>${version}</version>
+                    <type>ejb</type>
+                </dependency>
+                <dependency>
+                    <groupId>${pom.groupId}</groupId>
+                    <artifactId>corba-marshal-client</artifactId>
+                    <version>${version}</version>
+                    <type>jar</type>
+                </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>
+                        <artifactId>maven-ear-plugin</artifactId>
+                        <configuration>
+                            <description>Geronimo Marshal Enterprise Application EAR</description>
+                            <displayName>Geronimo Marshal Enterprise Application EAR</displayName>
+                            <version>5</version>
+                            <modules>
+                                <ejbModule>
+                                    <groupId>${pom.groupId}</groupId>
+                                    <artifactId>corba-marshal-ejb</artifactId>
+                                    <bundleFileName>corba-marshal-ejb-${version}.jar</bundleFileName>
+                                </ejbModule>
+                                <jarModule>
+                                    <groupId>${pom.groupId}</groupId>
+                                    <artifactId>corba-marshal-client</artifactId>
+                                    <bundleFileName>corba-marshal-client-${version}.jar</bundleFileName>
+                                </jarModule>
+                            </modules>
+                        </configuration>
+                    </plugin>
+        
+                    <!-- Deploy the ear and invoke the imbedded CORBA app client -->
+                    <plugin>
+                        <groupId>org.apache.geronimo.buildsupport</groupId>
+                        <artifactId>geronimo-maven-plugin</artifactId>
+        
+                        <executions>
+                            <!-- These modules must be running before deploying a CORBA module can be deployed -->
+                            <execution>
+                                <id>start-j2ee-corba-yoko</id>
+                                <phase>pre-integration-test</phase>
+                                <goals>
+                                    <goal>start-module</goal>
+                                </goals>
+                                <configuration>
+                                    <moduleId>org.apache.geronimo.configs/j2ee-corba-yoko/${version}/car</moduleId>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>openejb-corba-deployer</id>
+                                <phase>pre-integration-test</phase>
+                                <goals>
+                                    <goal>start-module</goal>
+                                </goals>
+                                <configuration>
+                                    <moduleId>org.apache.geronimo.configs/openejb-corba-deployer/${version}/car</moduleId>
+                                </configuration>
+                            </execution>
+        
+                            <!-- Deploy the CORBA module -->
+                            <execution>
+                                <id>deploy-ear</id>
+                                <phase>pre-integration-test</phase>
+                                <goals>
+                                    <goal>deploy-module</goal>
+                                </goals>
+                                <configuration>
+                                    <moduleArchive>${project.build.directory}/${artifactId}-${version}.ear</moduleArchive>
+                                </configuration>
+                            </execution>
+        
+                            <!-- Invoke the CORBA app client -->
+                            <execution>
+                                <phase>pre-integration-test</phase>
+                                <id>run-client</id>
+                                <goals>
+                                    <goal>run-client</goal>
+                                </goals>
+                                <configuration>
+                                    <moduleId>org.apache.geronimo.testsuite/corba-marshal-client/${version}/car</moduleId>
+                                    <!--
+                                    <logOutput>true</logOutput>
+                                    <logFile>${clientLogFile}</logFile>
+                                    -->
+                                </configuration>
+                            </execution>
+        
+                            <!-- Undeploy the CORBA module -->
+                            <execution>
+                                <id>undeploy-ear</id>
+                                <phase>post-integration-test</phase>
+                                <goals>
+                                    <goal>undeploy-module</goal>
+                                </goals>
+                                <configuration>
+                                    <moduleId>${groupId}/${artifactId}/${version}/car</moduleId>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+        
+                </plugins>
+            </build>
+
+        </profile>
+    </profiles>
+</project>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,42 +1,42 @@
-<?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>corba-marshal</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>corba-marshal-ejb</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EJB</name>
-    <packaging>ejb</packaging>
-    <description>Geronimo Marshal Enterprise Stateless EJB</description>
-   
-            <dependencies>
-                <dependency>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
-                    <scope>provided</scope>
-                </dependency>
-            </dependencies>
-
-</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>corba-marshal</artifactId>
+        <version>2.1.6</version>
+    </parent>
+
+    <artifactId>corba-marshal-ejb</artifactId>
+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EJB</name>
+    <packaging>ejb</packaging>
+    <description>Geronimo Marshal Enterprise Stateless EJB</description>
+   
+            <dependencies>
+                <dependency>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-ejb_3.0_spec</artifactId>
+                    <scope>provided</scope>
+                </dependency>
+            </dependencies>
+
+</project>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-marshal/pom.xml Thu Jun 17 12:54:51 2010
@@ -1,57 +1,57 @@
-<?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>corba-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>corba-marshal</artifactId>
-    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal</name>
-    <packaging>pom</packaging>
-    <description>Geronimo JEE5 CORBA Marshal Tests</description>
-
-    <profiles>
-        <profile>
-            <id>child</id>
-            <modules>
-                <module>corba-marshal-ejb</module>
-                <module>corba-marshal-client</module>
-                <module>corba-marshal-ear</module>
-            </modules>
-        </profile>
-        
-        <profile>
-            <id>all-subprojects</id>
-            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
-            <modules>
-                <module>corba-marshal-ejb</module>
-                <module>corba-marshal-client</module>
-                <module>corba-marshal-ear</module>
-            </modules>
-        </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>corba-testsuite</artifactId>
+        <version>2.1.6</version>
+    </parent>
+
+    <artifactId>corba-marshal</artifactId>
+    <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal</name>
+    <packaging>pom</packaging>
+    <description>Geronimo JEE5 CORBA Marshal Tests</description>
+
+    <profiles>
+        <profile>
+            <id>child</id>
+            <modules>
+                <module>corba-marshal-ejb</module>
+                <module>corba-marshal-client</module>
+                <module>corba-marshal-ear</module>
+            </modules>
+        </profile>
+        
+        <profile>
+            <id>all-subprojects</id>
+            <!-- use for things like versions:set and perhaps release when build has to run on all projects -->
+            <modules>
+                <module>corba-marshal-ejb</module>
+                <module>corba-marshal-client</module>
+                <module>corba-marshal-ear</module>
+            </modules>
+        </profile>
+    </profiles>
+
+</project>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-mytime-ear</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml Thu Jun 17 12:54:51 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-mytime-ejb</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-mytime-war</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/corba-mytime/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>corba-mytime</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/corba-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/corba-testsuite/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/corba-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/corba-testsuite/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <name>Geronimo TestSuite :: CORBA TestSuite</name>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/deployment-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/deployment-tests/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/deployment-tests/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/deployment-tests/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
     
     <artifactId>deployment-tests</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jca-cms-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>jca-cms-ear</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-war/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-war/pom.xml Thu Jun 17 12:54:51 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jca-cms-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>jca-cms-war</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/jca-cms-tests/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>jca-cms-tests</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-ear</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-ejb</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-jar</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-jar2</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml Thu Jun 17 12:54:51 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-war-jar</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml Thu Jun 17 12:54:51 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-war</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/manifestcp-tests/pom.xml Thu Jun 17 12:54:51 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>manifestcp-tests</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/deployment-testsuite/pom.xml Thu Jun 17 12:54:51 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>deployment-testsuite</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>ejb-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>ejb-ear</artifactId>

Modified: geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml?rev=955575&r1=955574&r2=955575&view=diff
==============================================================================
--- geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml (original)
+++ geronimo/server/branches/2.1.6/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml Thu Jun 17 12:54:51 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>ejb-tests</artifactId>
-        <version>2.1.6-SNAPSHOT</version>
+        <version>2.1.6</version>
     </parent>
 
     <artifactId>ejb-ejb</artifactId>