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/08 05:28:55 UTC

svn commit: r952519 [3/6] - 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-member/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm-member/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm-member/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm-member/pom.xml Tue Jun  8 03:28:47 2010
@@ -1,108 +1,108 @@
-<?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-member</artifactId>
-    <name>Geronimo Plugins, Clustering :: Plugin Farm Member</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>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>plugin</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>jmx-security</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-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="DiscoveryPublisher">
-                                    <attribute name="nodeName">${NodeName}</attribute>
-                                    <attribute name="clusterName">${ClusterName}</attribute>
-                                </gbean>
-                                <gbean name="MulticastLocation">
-                                    <attribute name="host">${MulticastDiscoveryAddress}</attribute>
-                                    <attribute name="port">${MulticastDiscoveryPort}</attribute>
-                                </gbean>
-                            </config-xml-content>
-                            <config-substitution key="NodeName" />
-                            <config-substitution key="ClusterName">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</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>plugin-farm-member</artifactId>
+    <name>Geronimo Plugins, Clustering :: Plugin Farm Member</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>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>plugin</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>jmx-security</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-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="DiscoveryPublisher">
+                                    <attribute name="nodeName">${NodeName}</attribute>
+                                    <attribute name="clusterName">${ClusterName}</attribute>
+                                </gbean>
+                                <gbean name="MulticastLocation">
+                                    <attribute name="host">${MulticastDiscoveryAddress}</attribute>
+                                    <attribute name="port">${MulticastDiscoveryPort}</attribute>
+                                </gbean>
+                            </config-xml-content>
+                            <config-substitution key="NodeName" />
+                            <config-substitution key="ClusterName">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/plugin-farm/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/clustering/plugin-farm/pom.xml?rev=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 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-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>
+<?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</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/clustering/pom.xml Tue Jun  8 03:28:47 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>clustering</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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-connector-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/connector-1_6/geronimo-connector-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -15,14 +15,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
-         xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <artifactId>connector-1_6</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
     <groupId>org.apache.geronimo.plugins</groupId>
     <artifactId>geronimo-connector-server</artifactId>

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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -15,15 +15,14 @@
     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-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>connector-1_6</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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>
+                            <config-substitution key="ResourceBindingsNamePattern" />
                             <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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
 
     <artifactId>console-filter</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/console/console-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/console/console-jetty-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/console/console-jetty-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/console/console-jetty-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -15,13 +15,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>console</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-M1-SNAPSHOT</version>
+    <version>3.0-M1</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>console-jetty-server</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
 
     <artifactId>console-portal-driver</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/console/console-tomcat-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/console/console-tomcat-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/console/console-tomcat-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/console/console-tomcat-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -15,13 +15,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>console</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-M1-SNAPSHOT</version>
+    <version>3.0-M1</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>console-tomcat-server</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>console</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/console/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/console/pom.xml Tue Jun  8 03:28:47 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/corba/corba-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/corba/corba-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/corba-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/corba-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -16,13 +16,12 @@
     limitations under the License.
 -->
 <!-- $Rev$ $Date$ -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
     <artifactId>corba-server</artifactId>
     <packaging>server-assembly</packaging>

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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>corba</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/corba/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/corba/pom.xml Tue Jun  8 03:28:47 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>dojo</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>dojo</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/dojo/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/dojo/pom.xml Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>hotdeploy</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>hotdeploy</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/hotdeploy/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/hotdeploy/pom.xml Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -18,15 +18,14 @@
 
 <!-- $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-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>j2ee</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/j2ee/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/j2ee/pom.xml Tue Jun  8 03:28:47 2010
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jasper</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jasper/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jasper/pom.xml Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>javamail</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>javamail</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/javamail/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/javamail/pom.xml Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jaxws</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jaxws/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jaxws/pom.xml Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/jetty8/jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/jetty8/jetty-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/jetty-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/jetty-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -15,13 +15,12 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>jetty8</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-M1-SNAPSHOT</version>
+    <version>3.0-M1</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>jetty-server</artifactId>

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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>jetty8</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/jetty8/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/jetty8/pom.xml Tue Jun  8 03:28:47 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>myfaces</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>myfaces</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</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=952519&r1=952518&r2=952519&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 Tue Jun  8 03:28:47 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>myfaces</artifactId>
-        <version>3.0-M1-SNAPSHOT</version>
+        <version>3.0-M1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/myfaces/myfaces-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/myfaces/myfaces-jetty-server/pom.xml?rev=952519&r1=952518&r2=952519&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/myfaces/myfaces-jetty-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/myfaces/myfaces-jetty-server/pom.xml Tue Jun  8 03:28:47 2010
@@ -15,17 +15,16 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>myfaces</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-M1-SNAPSHOT</version>
+    <version>3.0-M1</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>myfaces-jetty-server</artifactId>
-  <version>3.0-M1-SNAPSHOT</version>
+  <version>3.0-M1</version>
   <packaging>server-assembly</packaging>
   <build>
     <pluginManagement>