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/05 19:21:13 UTC

svn commit: r951744 [5/5] - in /geronimo/server/branches/3.0-M1: ./ assemblies/ assemblies/geronimo-jetty8-javaee6/ assemblies/geronimo-jetty8-minimal/ assemblies/geronimo-tomcat7-javaee6/ assemblies/geronimo-tomcat7-minimal/ framework/ framework/assem...

Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -1,77 +1,77 @@
-<?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>3.0-M2-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat7-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-tomcat7-clustering-wadi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat7-no-ha</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>wadi-clustering</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <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>3.0-M1-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>tomcat7-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-tomcat7-clustering-wadi</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat7-no-ha</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>wadi-clustering</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <category>Tomcat</category>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content load="false" />
+                        </plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml Sat Jun  5 17:21:05 2010
@@ -1,74 +1,74 @@
-<?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>3.0-M2-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat7-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>${project.version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat7</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <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>3.0-M1-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>tomcat7-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>${project.version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat7</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <category>Tomcat</category>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml Sat Jun  5 17:21:05 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>uddi</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>uddi-db</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>wab</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml Sat Jun  5 17:21:05 2010
@@ -18,14 +18,15 @@
 
 <!-- $Rev$ $Date$ -->
 
-<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">
+<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>plugins</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-welcome</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml Sat Jun  5 17:21:05 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>welcome</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/pom.xml Sat Jun  5 17:21:05 2010
@@ -18,7 +18,8 @@
 
 <!-- $Rev$ $Date$ -->
 
-<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">
+<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>
 
@@ -33,7 +34,7 @@
     <name>Geronimo</name>
     <packaging>pom</packaging>
 
-    <version>3.0-M2-SNAPSHOT</version>
+    <version>3.0-M1-SNAPSHOT</version>
 
     <description>
         Apache Geronimo, the JavaEE server project of the Apache Software Foundation.

Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>aries-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>aries-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>simple</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>simple</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>simple-api</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>simple</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>simple-eba</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>simple</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>simple-wab</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml Sat Jun  5 17:21:05 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>deploy</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>commands-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml Sat Jun  5 17:21:05 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>commands-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>shutdown</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-ear</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-ejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime-ear</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime-ejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-ear</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>datasource-test</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-ear</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-ejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>enterprise-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sec-client-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.testsuite</groupId>

Modified: geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>security-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>security-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-security</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>web-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.1-jsps/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.1-jsps/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.1-jsps/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.1-jsps/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-2.1-jsps</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-2.5-servlets</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-myfaces</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-tld</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>test-tld</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-tld-jar</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>test-tld</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-tld-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jaxb-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jaxb-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-ejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jaxb-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>webservices-testsuite</artifactId>
         <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jaxb-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>webservices-testsuite</artifactId>
         <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-ejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>stax-tests</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>stax-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.testsupport</groupId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.3</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.3</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-j2ee_1.4</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-j2ee_1.4</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-deployment-javaee_5</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ear-javaee_5</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-ejb-javaee_5</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-rar-javaee_5</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml Sat Jun  5 17:21:05 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>test-deployment-javaee_5</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-war-javaee_5</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml Sat Jun  5 17:21:05 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>testsupport-commands</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml Sat Jun  5 17:21:05 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>testsupport-packaging</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml Sat Jun  5 17:21:05 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsupport</groupId>
         <artifactId>testsupport</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>testsupport-selenium</artifactId>