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 [3/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/clustering/plugin-farm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm/pom.xml Sat Jun  5 17:21:05 2010
@@ -1,111 +1,111 @@
-<?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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>clustering</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>plugin-farm</artifactId>
-    <name>Geronimo Plugins, Clustering :: Plugin Farm</name>
-    <packaging>car</packaging>
-
-    <description>
-        Basic farming support
-    </description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-gbean-deployer</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>plugin</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>plugin-farm-datasource</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-plugin-farm</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <category>Clustering</category>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.geronimo.framework</groupId>
-                            <artifactId>geronimo-gbean-deployer</artifactId>
-                            <type>car</type>
-                            <import>classes</import>
-                        </dependency>
-                    </dependencies>
-                    <instance>
-                        <plugin-artifact>
-                            <config-xml-content>
-                                <gbean name="FarmDiscoveryListener">
-                                    <attribute name="defaultClusterName">${DefaultClusterName}</attribute>
-                                    <attribute name="userName">system</attribute>
-                                    <attribute name="password">manager</attribute>
-                                </gbean>
-                                <gbean name="MulticastLocation">
-                                    <attribute name="host">${MulticastDiscoveryAddress}</attribute>
-                                    <attribute name="port">${MulticastDiscoveryPort}</attribute>
-                                </gbean>
-                                <gbean name="PluginFarm">
-                                    <attribute name="defaultPluginRepository">${DefaultPluginRepository}</attribute>
-                                </gbean>
-                            </config-xml-content>
-                            <config-substitution key="DefaultPluginRepository">~/.m2/repository</config-substitution>
-                            <config-substitution key="DefaultClusterName">cluster1</config-substitution>
-                            <config-substitution key="MulticastDiscoveryAddress">239.255.3.2</config-substitution>
-                            <config-substitution key="MulticastDiscoveryPort">6142</config-substitution>
-                        </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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>clustering</artifactId>
+        <version>3.0-M1-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>plugin-farm</artifactId>
+    <name>Geronimo Plugins, Clustering :: Plugin Farm</name>
+    <packaging>car</packaging>
+
+    <description>
+        Basic farming support
+    </description>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-gbean-deployer</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>plugin</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>plugin-farm-datasource</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-plugin-farm</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <category>Clustering</category>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.geronimo.framework</groupId>
+                            <artifactId>geronimo-gbean-deployer</artifactId>
+                            <type>car</type>
+                            <import>classes</import>
+                        </dependency>
+                    </dependencies>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content>
+                                <gbean name="FarmDiscoveryListener">
+                                    <attribute name="defaultClusterName">${DefaultClusterName}</attribute>
+                                    <attribute name="userName">system</attribute>
+                                    <attribute name="password">manager</attribute>
+                                </gbean>
+                                <gbean name="MulticastLocation">
+                                    <attribute name="host">${MulticastDiscoveryAddress}</attribute>
+                                    <attribute name="port">${MulticastDiscoveryPort}</attribute>
+                                </gbean>
+                                <gbean name="PluginFarm">
+                                    <attribute name="defaultPluginRepository">${DefaultPluginRepository}</attribute>
+                                </gbean>
+                            </config-xml-content>
+                            <config-substitution key="DefaultPluginRepository">~/.m2/repository</config-substitution>
+                            <config-substitution key="DefaultClusterName">cluster1</config-substitution>
+                            <config-substitution key="MulticastDiscoveryAddress">239.255.3.2</config-substitution>
+                            <config-substitution key="MulticastDiscoveryPort">6142</config-substitution>
+                        </plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml Sat Jun  5 17:21:05 2010
@@ -22,7 +22,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>clustering</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/clustering/wadi-clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/clustering/wadi-clustering/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/clustering/wadi-clustering/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/clustering/wadi-clustering/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>clustering</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/connector-1_6/client-transaction-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/client-transaction-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/client-transaction-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/client-transaction-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>
@@ -75,7 +75,7 @@
                     <category>Geronimo Core</category>
                     <instance>
                         <plugin-artifact>
-                            <config-xml-content load="false" />
+                            <config-xml-content load="false"/>
                             <artifact-alias server="client" key="org.apache.geronimo.configs/transaction-1_6//car">org.apache.geronimo.configs/client-transaction-1_6/${project.version}/car</artifact-alias>
                             <artifact-alias server="client" key="org.apache.geronimo.configs/transaction-1_6/${project.version}/car">org.apache.geronimo.configs/client-transaction-1_6/${project.version}/car</artifact-alias>
                         </plugin-artifact>

Modified: geronimo/server/branches/3.0-M1/plugins/connector-1_6/connector-deployer-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/connector-deployer-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/connector-deployer-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/connector-deployer-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>
@@ -154,7 +154,7 @@
                                     </attribute>
                                 </gbean>
                             </config-xml-content>
-                            <config-xml-content server="offline" />
+                            <config-xml-content server="offline"/>
                             <copy-file dest-dir="schema">schema/schemaorg_apache_xmlbeans/src/</copy-file>
                         </plugin-artifact>
                     </instance>

Modified: geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</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/connector-1_6/geronimo-connector-builder-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-builder-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-builder-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-builder-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>
@@ -205,7 +205,7 @@
                         <phase>process-test-resources</phase>
                         <configuration>
                             <tasks>
-                                <ant antfile="${pom.basedir}/src/test/script/test-setup.xml" />
+                                <ant antfile="${pom.basedir}/src/test/script/test-setup.xml"/>
                             </tasks>
                         </configuration>
                         <goals>

Modified: geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-transaction-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-transaction-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-transaction-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-transaction-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</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/connector-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -15,14 +15,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 --><!-- $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>connector-1_6</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/connector-1_6/transaction-1_6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/transaction-1_6/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/transaction-1_6/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/transaction-1_6/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>
@@ -135,7 +135,7 @@
                             <config-substitution key="TmId">71,84,77,73,68</config-substitution>
                             <config-substitution key="ResourceBindingsFormat">{groupId}/{artifactId}/{j2eeType}/{name}</config-substitution>
                             <config-substitution key="ResourceBindingsNameInNamespace">jca:</config-substitution>
-                            <config-substitution key="ResourceBindingsNamePattern" />
+                            <config-substitution key="ResourceBindingsNamePattern"></config-substitution>
                             <config-substitution key="ResourceBindingsQuery">?#org.apache.geronimo.naming.ResourceSource</config-substitution>
                         </plugin-artifact>
                     </instance>

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

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

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

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

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

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

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

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

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

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

Modified: geronimo/server/branches/3.0-M1/plugins/console/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/console/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/console/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/console/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>console</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/corba/client-corba-yoko/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/client-corba-yoko/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/client-corba-yoko/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/client-corba-yoko/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/geronimo-corba-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/geronimo-corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/geronimo-corba/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/geronimo-yoko/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/geronimo-yoko/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/geronimo-yoko/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/geronimo-yoko/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/j2ee-corba-yoko/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/j2ee-corba-yoko/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/j2ee-corba-yoko/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/j2ee-corba-yoko/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/openejb-corba-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/openejb-corba-deployer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/openejb-corba-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/openejb-corba-deployer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</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/corba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/pom.xml Sat Jun  5 17:21:05 2010
@@ -23,7 +23,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>corba</artifactId>

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

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

Modified: geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-j2ee-schema/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-schema/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-schema/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee-schema/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-j2ee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-j2ee/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>j2ee</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/j2ee/geronimo-naming-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-naming-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-naming-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-naming-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-security-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-security-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-security-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-security-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-test-ddbean/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-test-ddbean/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-test-ddbean/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-test-ddbean/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-web-2.5-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web-2.5-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web-2.5-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web-2.5-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/geronimo-web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/geronimo-web/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/j2ee-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-deployer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-deployer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/j2ee-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-server/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/j2ee-server/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/jsr88-ear-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-ear-configurer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-ear-configurer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-ear-configurer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/jsr88-war-configurer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-war-configurer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-war-configurer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/jsr88-war-configurer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</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/j2ee/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/j2ee/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/pom.xml Sat Jun  5 17:21:05 2010
@@ -23,7 +23,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>j2ee</artifactId>

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

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

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

Modified: geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/geronimo-jetty8-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-builder-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-builder-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/geronimo-jetty8-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8-clustering-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/geronimo-jetty8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/geronimo-jetty8/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/jetty8-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-builder-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-builder-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/jetty8-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-clustering-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/jetty8-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-deployer/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8-deployer/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/jetty8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/jetty8/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</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/jetty8/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/pom.xml Sat Jun  5 17:21:05 2010
@@ -22,7 +22,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>jetty8</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-builder/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-builder/pom.xml Sat Jun  5 17:21:05 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>openejb</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/openejb/geronimo-openejb-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-clustering-builder-wadi/pom.xml?rev=951744&r1=951743&r2=951744&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/openejb/geronimo-openejb-clustering-builder-wadi/pom.xml Sat Jun  5 17:21:05 2010
@@ -1,106 +1,106 @@
-<?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.
--->
-<!-- $Revision: 590482 $ $Date: 2007-10-31 08:51:54 +1100 (Wed, 31 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>openejb</artifactId>
-        <version>3.0-M2-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-openejb-clustering-builder-wadi</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Plugins, OpenEJB :: Clustering Builder for WADI</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>openejb-deployer</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>openejb-clustering-wadi</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>xmlbeans-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
-                        <Import-Package>
-                            org.apache.geronimo.xbeans.javaee.impl,
-                            org.apache.geronimo.xbeans.javaee,
-                            org.apache.geronimo.xbeans.persistence.impl,
-                            org.apache.geronimo.xbeans.persistence,
-                            org.apache.geronimo.xbeans.j2ee.impl,
-                            org.apache.geronimo.xbeans.j2ee,
-                            org.w3.xml.x1998.namespace.impl,
-                            org.w3.xml.x1998.namespace,
-                            org.apache.geronimo.deployment.xbeans.impl,
-                            org.apache.geronimo.deployment.javabean.xbeans.impl,
-                            org.apache.geronimo.deployment.xbeans,
-                            org.apache.geronimo.deployment.javabean.xbeans,
-                            org.apache.geronimo.deployment.dconfigbean,
-                            org.apache.geronimo.deployment.service,
-                            org.apache.geronimo.deployment.service.jsr88,
-                            org.apache.geronimo.openejb.deployment,
-                            org.apache.geronimo.openejb.xbeans.ejbjar,
-                            org.apache.geronimo.openejb.xbeans.ejbjar.impl,
-                            org.apache.geronimo.xbeans.geronimo.j2ee,
-                            org.apache.geronimo.xbeans.geronimo.j2ee.impl,
-                            org.apache.geronimo.j2ee.deployment,
-                            org.apache.geronimo.j2ee.deployment.annotation,
-                            org.apache.geronimo.j2ee.jsr88,
-                            org.apache.geronimo.xbeans.geronimo.naming,
-                            org.apache.geronimo.xbeans.geronimo.naming.impl,
-                            org.apache.geronimo.naming.deployment,
-                            org.apache.geronimo.naming.deployment.jsr88,
-                            org.apache.xmlbeans.impl.schema;version="2.4",
-                            *
-                        </Import-Package>
-                        <Export-Package>
-                            org.apache.geronimo.openejb.deployment.cluster,
-                            org.apache.geronimo.xbeans.openejb.cluster.wadi,
-                            org.apache.geronimo.xbeans.openejb.cluster.wadi.impl
-                        </Export-Package>
-                        <_exportcontents>schemaorg_apache_xmlbeans*</_exportcontents>
-                        <DynamicImport-Package>schemaorg_apache_xmlbeans.*</DynamicImport-Package>
-                    </instructions>
-                </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.
+-->
+<!-- $Revision: 590482 $ $Date: 2007-10-31 08:51:54 +1100 (Wed, 31 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>openejb</artifactId>
+        <version>3.0-M1-SNAPSHOT</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-openejb-clustering-builder-wadi</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Plugins, OpenEJB :: Clustering Builder for WADI</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>openejb-deployer</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>openejb-clustering-wadi</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>xmlbeans-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
+                        <Import-Package>
+                            org.apache.geronimo.xbeans.javaee.impl,
+                            org.apache.geronimo.xbeans.javaee,
+                            org.apache.geronimo.xbeans.persistence.impl,
+                            org.apache.geronimo.xbeans.persistence,
+                            org.apache.geronimo.xbeans.j2ee.impl,
+                            org.apache.geronimo.xbeans.j2ee,
+                            org.w3.xml.x1998.namespace.impl,
+                            org.w3.xml.x1998.namespace,
+                            org.apache.geronimo.deployment.xbeans.impl,
+                            org.apache.geronimo.deployment.javabean.xbeans.impl,
+                            org.apache.geronimo.deployment.xbeans,
+                            org.apache.geronimo.deployment.javabean.xbeans,
+                            org.apache.geronimo.deployment.dconfigbean,
+                            org.apache.geronimo.deployment.service,
+                            org.apache.geronimo.deployment.service.jsr88,
+                            org.apache.geronimo.openejb.deployment,
+                            org.apache.geronimo.openejb.xbeans.ejbjar,
+                            org.apache.geronimo.openejb.xbeans.ejbjar.impl,
+                            org.apache.geronimo.xbeans.geronimo.j2ee,
+                            org.apache.geronimo.xbeans.geronimo.j2ee.impl,
+                            org.apache.geronimo.j2ee.deployment,
+                            org.apache.geronimo.j2ee.deployment.annotation,
+                            org.apache.geronimo.j2ee.jsr88,
+                            org.apache.geronimo.xbeans.geronimo.naming,
+                            org.apache.geronimo.xbeans.geronimo.naming.impl,
+                            org.apache.geronimo.naming.deployment,
+                            org.apache.geronimo.naming.deployment.jsr88,
+                            org.apache.xmlbeans.impl.schema;version="2.4",
+                            *
+                        </Import-Package>
+                        <Export-Package>
+                            org.apache.geronimo.openejb.deployment.cluster,
+                            org.apache.geronimo.xbeans.openejb.cluster.wadi,
+                            org.apache.geronimo.xbeans.openejb.cluster.wadi.impl
+                        </Export-Package>
+                        <_exportcontents>schemaorg_apache_xmlbeans*</_exportcontents>
+                        <DynamicImport-Package>schemaorg_apache_xmlbeans.*</DynamicImport-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>