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/05/18 13:57:54 UTC

svn commit: r945601 [2/8] - 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/framework/modules/geronimo-cli/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-cli/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-cli/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-cli/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -21,11 +21,11 @@
 <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.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-cli</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-common/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-common/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-common/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-common</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Common</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -39,6 +39,6 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-config-groovy-transformer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-config-groovy-transformer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-config-groovy-transformer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-config-groovy-transformer/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-config-groovy-transformer</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Config Groovy Transformer</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -69,6 +69,6 @@
             </plugin>
         </plugins>
     </build>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-core/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-core/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-core/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-core</artifactId>
@@ -57,6 +57,6 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-crypto/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-crypto/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-crypto/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-crypto/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-crypto</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-config/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-config/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-config/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,25 +25,25 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-config</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Deploy Config</name>
-    
+
     <description>
-        The deployment module contains basic infrastructure and base classes for 
-        module builders / deployers. This module contains infrastructure and base 
+        The deployment module contains basic infrastructure and base classes for
+        module builders / deployers. This module contains infrastructure and base
         classes for JSR-88 DConfigBeans.
     </description>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-full/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-full/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-full/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88-full/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-jsr88-full</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Deploy JSR-88 Standalone</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -72,6 +72,6 @@
             </plugin>
         </plugins>
     </build>
-   
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-jsr88/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-jsr88</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-tool/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-tool/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deploy-tool/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-tool</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Deploy Tool</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
@@ -50,18 +50,18 @@
             <artifactId>geronimo-cli</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-deploy-jsr88</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.felix.karaf.shell</groupId>
             <artifactId>org.apache.felix.karaf.shell.console</artifactId>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-deployment/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-deployment/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-deployment/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-deployment/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deployment</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-interceptor/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-interceptor/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-interceptor/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-interceptor/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -21,13 +21,13 @@
 <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.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>geronimo-interceptor</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Interceptor</name>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-jdbc/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-jdbc/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-jdbc/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-jdbc</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: JDBC</name>
-    
+
     <description>Database driver that delegates to a DataSource from jndi.</description>
 
     <dependencies>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-jmx-remoting/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-jmx-remoting/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-jmx-remoting/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-jmx-remoting/pom.xml Tue May 18 11:57:42 2010
@@ -25,17 +25,17 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-jmx-remoting</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: JMX Remoting</name>
-    
+
     <description>
         Provides remote access to a Geronimo server using JSR 160 JMX Remoting.
     </description>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -72,7 +72,7 @@
 
         </plugins>
     </build>
-    
+
 </project>
 
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-kernel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-kernel/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-kernel/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-kernel/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-kernel</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-main/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-main/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-main/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-main/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-main</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-management/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-management/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-management/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-management/pom.xml Tue May 18 11:57:42 2010
@@ -25,17 +25,17 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-management</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Management API</name>
-    
+
     <description>
         Contains interfaces that define the management API for Geronimo.
     </description>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -78,6 +78,6 @@
             <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-naming/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-naming/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-naming/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-naming</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Framework, Modules :: Naming</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -56,6 +56,6 @@
             <artifactId>geronimo-jta_1.1_spec</artifactId>
         </dependency>
     </dependencies>
-    
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-obr/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-obr/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-obr/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-obr/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-obr</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-pax-logging/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-pax-logging/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-pax-logging/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-pax-logging/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-pax-logging</artifactId>
@@ -62,7 +62,7 @@
                 <configuration>
                     <instructions>
                         <Embed-Dependency>pax-logging-service;inline=true</Embed-Dependency>
- 
+
                         <Import-Package>
                             com.ibm.uvm.tools;resolution:=optional,
                             com.sun.jdmk.comm;resolution:=optional,

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-plugin/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-plugin/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-plugin/pom.xml Tue May 18 11:57:42 2010
@@ -26,7 +26,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.apache.geronimo.framework</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-plugin</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-rmi-loader/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-rmi-loader/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-rmi-loader/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-rmi-loader/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -25,12 +25,12 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-rmi-loader</artifactId>
     <packaging>jar</packaging>
     <name>Geronimo Framework, Modules :: RMI Loader</name>
-        
+
 </project>
 

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-security/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-security/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-security/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-security</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-service-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-service-builder/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-service-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-service-builder/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-service-builder</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell-base/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell-base/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell-base/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell-base/pom.xml Tue May 18 11:57:42 2010
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework</groupId>
     <artifactId>geronimo-shell-base</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-M1-SNAPSHOT</version>
     <name>Geronimo Framework, Modules :: Shell Commands</name>
 
     <dependencies>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-shell/pom.xml Tue May 18 11:57:42 2010
@@ -23,13 +23,13 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework</groupId>
     <artifactId>geronimo-shell</artifactId>
     <packaging>bundle</packaging>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-M1-SNAPSHOT</version>
     <name>Geronimo Framework, Modules :: Shell</name>
 
     <dependencies>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-system/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-system/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-system</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/geronimo-transformer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/geronimo-transformer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/geronimo-transformer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/geronimo-transformer/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -21,11 +21,11 @@
 <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.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-transformer</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/pom.xml Tue May 18 11:57:42 2010
@@ -6,9 +6,9 @@
     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.
@@ -17,19 +17,19 @@
 --><!-- $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">
-    
+
     <modelVersion>4.0.0</modelVersion>
-    
+
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>framework</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>modules</artifactId>
     <name>Geronimo Framework, Modules</name>
     <packaging>pom</packaging>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -47,7 +47,7 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
-    
+
     <modules>
         <module>testsupport-common</module>
         <module>geronimo-common</module>

Modified: geronimo/server/branches/3.0-M1/framework/modules/testsupport-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/modules/testsupport-common/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/modules/testsupport-common/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/modules/testsupport-common/pom.xml Tue May 18 11:57:42 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.testsupport</groupId>

Modified: geronimo/server/branches/3.0-M1/framework/plugingroups/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/plugingroups/framework/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/plugingroups/framework/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/plugingroups/framework/pom.xml Tue May 18 11:57:42 2010
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>plugingroups</artifactId>
         <groupId>org.apache.geronimo.framework.plugingroups</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>framework</artifactId>
@@ -41,14 +41,14 @@
             <version>${project.version}</version>
             <type>car</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-shell-base</artifactId>
             <version>${project.version}</version>
             <type>jar</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>j2ee-system</artifactId>

Modified: geronimo/server/branches/3.0-M1/framework/plugingroups/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/plugingroups/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/plugingroups/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/plugingroups/pom.xml Tue May 18 11:57:42 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>framework</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework.plugingroups</groupId>

Modified: geronimo/server/branches/3.0-M1/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/framework/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/framework/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/framework/pom.xml Tue May 18 11:57:42 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework</groupId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/client/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/client/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>client</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/clustering-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/clustering-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/clustering-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/clustering-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>clustering-jetty</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/clustering-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/clustering-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/clustering-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/clustering-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>clustering-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/console-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/console-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/console-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/console-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>console-jetty</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/console-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/console-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/console-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/console-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>console-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/eba-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/eba-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/eba-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/eba-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>eba-jetty</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/eba-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/eba-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/eba-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/eba-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>eba-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/ejb/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejb</artifactId>
@@ -72,7 +72,7 @@
             <version>${project.version}</version>
             <type>car</type>
         </dependency>
-        
+
     </dependencies>
 
     <build>

Modified: geronimo/server/branches/3.0-M1/plugingroups/javaee6-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/javaee6-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/javaee6-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/javaee6-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>javaee6-jetty</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/javaee6-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/javaee6-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/javaee6-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/javaee6-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>javaee6-tomcat</artifactId>
@@ -135,7 +135,7 @@
             <!--<version>${project.version}</version>-->
             <!--<type>car</type>-->
         <!--</dependency>-->
-        
+
         <!--<dependency>-->
             <!--<groupId>org.apache.geronimo.plugins.monitoring</groupId>-->
             <!--<artifactId>agent-car-jmx</artifactId>-->

Modified: geronimo/server/branches/3.0-M1/plugingroups/jms/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/jms/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/jms/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/jms/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/persistence/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/persistence/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/persistence/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/persistence/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>persistence</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/pom.xml Tue May 18 11:57:42 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.plugingroups</groupId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/wab-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/wab-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/wab-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/wab-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>wab-jetty</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/wab-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/wab-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/wab-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/wab-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>wab-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/webservices-axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/webservices-axis2/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/webservices-axis2/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/webservices-axis2/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices-axis2</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugingroups/webservices-cxf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugingroups/webservices-cxf/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugingroups/webservices-cxf/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugingroups/webservices-cxf/pom.xml Tue May 18 11:57:42 2010
@@ -7,9 +7,9 @@
     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
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices-cxf</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-broker-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-broker-blueprint/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-broker-blueprint/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-broker-blueprint/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>
@@ -43,7 +43,7 @@
             <type>car</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-blueprint</artifactId>
@@ -57,7 +57,7 @@
             <version>${project.version}</version>
             <type>car</type>
         </dependency>
- 
+
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-activemq-blueprint</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -25,9 +25,9 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>activemq-console-jetty</artifactId>
     <name>Geronimo Plugins, ActiveMQ v5 :: Console (Jetty)</name>
     <packaging>car</packaging>
@@ -82,7 +82,7 @@
             <type>car</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jasper-deployer</artifactId>
@@ -90,7 +90,7 @@
             <type>car</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-kernel</artifactId>
@@ -134,7 +134,7 @@
             <artifactId>geronimo-test-ddbean</artifactId>
             <version>${project.version}</version>
         </dependency>
- 
+
         <!-- for jspc. why is this needed? -->
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-console-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -25,9 +25,9 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>activemq-console-tomcat</artifactId>
     <name>Geronimo Plugins, ActiveMQ v5 :: Console (Tomcat)</name>
     <packaging>car</packaging>
@@ -67,7 +67,7 @@
             <version>${project.version}</version>
             <type>car</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>tomcat7-deployer</artifactId>
@@ -75,7 +75,7 @@
             <type>car</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.configs</groupId>
             <artifactId>jasper-deployer</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-jetty-server/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-jetty-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-jetty-server/pom.xml Tue May 18 11:57:42 2010
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>activemq</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-M1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>activemq-jetty-server</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-portlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-portlets/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-portlets/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-portlets/pom.xml Tue May 18 11:57:42 2010
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq-portlets</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-ra/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-ra/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-ra/pom.xml Tue May 18 11:57:42 2010
@@ -25,16 +25,16 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>activemq-ra</artifactId>
     <name>Geronimo Plugins, ActiveMQ v5 :: Resource Adapter</name>
     <packaging>car</packaging>
 
     <description>Geronimo ActiveMQ v5 integration: ActiveMQ v5 resource adapter connecting to (embedded) activemq broker.</description>
-    
+
     <dependencies>
         <!-- parent config -->
         <dependency>
@@ -60,7 +60,7 @@
             <scope>provided</scope>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>
@@ -98,5 +98,5 @@
             </plugin>
         </plugins>
     </build>
-  
+
 </project>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-server/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-server/pom.xml Tue May 18 11:57:42 2010
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-jetty/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-jetty/pom.xml Tue May 18 11:57:42 2010
@@ -13,7 +13,7 @@
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins
 		</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>activemq-webconsole-jetty</artifactId>
@@ -113,82 +113,82 @@
                 <exclusion>
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-atom</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-core</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-json</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-server</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>com.sun.jersey.contribs</groupId>
                     <artifactId>jersey-spring</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>javax.ws.rs</groupId>
                     <artifactId>jsr311-api</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-groovy</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-ruby</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-web</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.codehaus.groovy</groupId>
                     <artifactId>groovy-all</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.codehaus.jackson</groupId>
                     <artifactId>jackson-asl</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.codehaus.jettison</groupId>
                     <artifactId>jettison</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.jruby</groupId>
                     <artifactId>jruby</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>org.springframework</groupId>
                     <artifactId>spring</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>stax</groupId>
                     <artifactId>stax-api</artifactId>
-                    
+
                 </exclusion>
                 <exclusion>
                     <groupId>taglibs</groupId>
                     <artifactId>standard</artifactId>
-                    
+
                 </exclusion>
             </exclusions>
         </dependency>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-tomcat/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole-tomcat/pom.xml Tue May 18 11:57:42 2010
@@ -23,7 +23,7 @@
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins
 		</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>activemq-webconsole-tomcat</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/activemq-webconsole/pom.xml Tue May 18 11:57:42 2010
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-blueprint/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-blueprint/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-blueprint/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-blueprint/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-management/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-management/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-management/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-management/pom.xml Tue May 18 11:57:42 2010
@@ -25,14 +25,14 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.modules</groupId>
     <artifactId>geronimo-activemq-management</artifactId>
     <packaging>bundle</packaging>
     <name>Geronimo Plugins, ActiveMQ v5 :: Management Interfaces</name>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
@@ -40,5 +40,5 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-    
+
 </project>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-ra/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-ra/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/geronimo-activemq-ra/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/activemq/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/activemq/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/activemq/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/activemq/pom.xml Tue May 18 11:57:42 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/aries/aries-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aries/aries-deployer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aries/aries-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aries/aries-deployer/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aries</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-builder/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-builder/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aries</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-resolver/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-resolver/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-resolver/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-resolver/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aries</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-shell/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-shell/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-shell/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aries/geronimo-aries-shell/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aries</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aries/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aries/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aries/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aries/pom.xml Tue May 18 11:57:42 2010
@@ -21,21 +21,21 @@
 <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-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>aries</artifactId>
     <name>Geronimo Plugins, Aries</name>
     <packaging>pom</packaging>
-    
+
     <description>
         Aries Application Plugin
     </description>
-    
+
     <modules>
         <module>geronimo-aries-builder</module>
         <module>geronimo-aries-resolver</module>

Modified: geronimo/server/branches/3.0-M1/plugins/aspectj/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aspectj/aspectj/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aspectj/aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aspectj/aspectj/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aspectj</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aspectj/geronimo-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aspectj/geronimo-aspectj/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aspectj/geronimo-aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aspectj/geronimo-aspectj/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>aspectj</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/aspectj/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/aspectj/pom.xml Tue May 18 11:57:42 2010
@@ -21,21 +21,21 @@
 <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-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>aspectj</artifactId>
     <name>Geronimo Plugins, AspectJ</name>
     <packaging>pom</packaging>
-    
+
     <description>
         AspectJ plugin
     </description>
-    
+
     <modules>
         <module>geronimo-aspectj</module>
         <module>aspectj</module>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/axis-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/axis-deployer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/axis-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/axis-deployer/pom.xml Tue May 18 11:57:42 2010
@@ -25,9 +25,9 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.configs</groupId>
     <artifactId>axis-deployer</artifactId>
     <name>Geronimo Plugins, AXIS :: Deployer</name>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/axis-jetty-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/axis-jetty-server/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/axis-jetty-server/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/axis-jetty-server/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>axis</artifactId>
     <groupId>org.apache.geronimo.plugins</groupId>
-    <version>3.0-SNAPSHOT</version>
+    <version>3.0-M1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.geronimo.plugins</groupId>
   <artifactId>axis-jetty-server</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/axis/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/axis/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/axis/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis-builder/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis-builder/pom.xml Tue May 18 11:57:42 2010
@@ -25,9 +25,9 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <groupId>org.apache.geronimo.modules</groupId>
     <artifactId>geronimo-axis-builder</artifactId>
     <packaging>bundle</packaging>
@@ -46,7 +46,7 @@
             <artifactId>geronimo-axis</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-kernel</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/geronimo-axis/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis/pom.xml Tue May 18 11:57:42 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>axis</artifactId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis2/axis2-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis2/axis2-deployer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis2/axis2-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis2/axis2-deployer/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-M1/plugins/axis2/axis2-ejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/axis2/axis2-ejb-deployer/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/axis2/axis2-ejb-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/axis2/axis2-ejb-deployer/pom.xml Tue May 18 11:57:42 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>