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

Modified: geronimo/server/branches/3.0-M1/testsuite/console-testsuite/advanced/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/console-testsuite/advanced/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/console-testsuite/advanced/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/console-testsuite/advanced/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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>console-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>advanced</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/console-testsuite/basic/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/console-testsuite/basic/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/console-testsuite/basic/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/console-testsuite/basic/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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>console-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>basic</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/console-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/console-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/console-testsuite/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
@@ -21,23 +21,23 @@
 <!-- $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.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>console-testsuite</artifactId>
     <name>Geronimo TestSuite :: Console Testsuite</name>
     <packaging>pom</packaging>
-    
+
     <description>
         Geronimo console testsuite.
     </description>
-    
+
     <profiles>
         <profile>
             <id>it</id>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-client/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-helloworld-client</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Hello World Client</name>
     <packaging>jar</packaging>
-    
+
     <description>Example using CORBA to access a stateless EJB</description>
 
     <dependencies>
@@ -52,7 +52,7 @@
             <type>war</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml Tue May 18 11:57:42 2010
@@ -27,19 +27,19 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-helloworld-ear</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Hello World EAR</name>
     <packaging>ear</packaging>
-    
+
     <description>Example using CORBA to access a stateless EJB</description>
-    
+
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <properties>
         <clientLogFile>${basedir}/target/client.log</clientLogFile>
     </properties>
@@ -51,14 +51,14 @@
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>corba-helloworld-war</artifactId>
             <version>${project.version}</version>
             <type>war</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>corba-helloworld-client</artifactId>
@@ -96,7 +96,7 @@
                     </modules>
                 </configuration>
             </plugin>
-            
+
 
             <!-- "ear" packaging doesn't compile test classes -->
             <plugin>
@@ -208,7 +208,7 @@
                             </execution>
                         </executions>
                     </plugin>
-                    
+
                 </plugins>
             </build>
         </profile>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ejb/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-helloworld-ejb</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Hello World EJB</name>
     <packaging>ejb</packaging>
-    
+
     <description>Geronimo Hello World Enterprise Stateless EJB</description>
 
     <dependencies>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-war/pom.xml Tue May 18 11:57:42 2010
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-helloworld</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-helloworld-war</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Hello World WAR</name>
     <packaging>war</packaging>
-    
+
     <description>Geronimo Hello World Enterprise Web Application</description>
 
     <dependencies>
@@ -41,13 +41,13 @@
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml Tue May 18 11:57:42 2010
@@ -27,12 +27,12 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-client</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal Client</name>
-    
+
     <description>Example using CORBA to access a stateless EJB</description>
 
     <dependencies>
@@ -43,7 +43,7 @@
             <type>ejb</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml Tue May 18 11:57:42 2010
@@ -27,19 +27,19 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-ear</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EAR</name>
     <packaging>ear</packaging>
-    
+
     <description>Example using CORBA to access a stateless EJB</description>
-    
+
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <properties>
         <clientLogFile>${basedir}/target/client.log</clientLogFile>
     </properties>
@@ -51,7 +51,7 @@
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>corba-marshal-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-marshal</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-marshal-ejb</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: Marshal EJB</name>
     <packaging>ejb</packaging>
-    
+
     <description>Geronimo Marshal Enterprise Stateless EJB</description>
 
     <dependencies>

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

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

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime-ejb</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: My Time EJB</name>
     <packaging>ejb</packaging>
-    
+
     <description>Geronimo My Time Enterprise Stateless EJB</description>
 
     <dependencies>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-mytime</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime-war</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: My Time WAR</name>
     <packaging>war</packaging>
-    
+
     <description>Geronimo My Time Enterprise Web Application</description>
 
     <dependencies>
@@ -43,13 +43,13 @@
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml Tue May 18 11:57:42 2010
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>corba-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-mytime</artifactId>
     <name>Geronimo TestSuite :: CORBA TestSuite :: My Time</name>
     <packaging>pom</packaging>
-    
+
     <description>Geronimo JEE5 CORBA My Time Tests</description>
 
     <modules>

Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>corba-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/deployment-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/deployment-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/deployment-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/deployment-tests/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
@@ -21,18 +21,18 @@
 <!-- $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.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>deployment-tests</artifactId>
     <name>Geronimo TestSuite, Deployment :: Deployment Tests</name>
-    
+
     <description>
         Tests for the test-deployables.
     </description>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>jca-cms-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jca-cms-ear</artifactId>
@@ -37,7 +37,7 @@
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -56,7 +56,7 @@
             <artifactId>tranql-connector-derby-embed-xa</artifactId>
             <type>rar</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>jca-cms-war</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/jca-cms-tests/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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jca-cms-tests</artifactId>
     <packaging>pom</packaging>
     <name>Geronimo TestSuite :: Deployment Testsuite :: J2CA Container Managed Security Test</name>
-    
+
     <modules>
         <module>jca-cms-war</module>
         <module>jca-cms-ear</module>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml Tue May 18 11:57:42 2010
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-ear</artifactId>
@@ -33,20 +33,20 @@
             <artifactId>manifestcp-jar</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>manifestcp-war-jar</artifactId>
             <version>${project.version}</version>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>manifestcp-ejb</artifactId>
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>manifestcp-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-ejb</artifactId>
     <name>Geronimo TestSuite :: Deployment Testsuite :: Manifest Classpath EJB</name>
     <packaging>ejb</packaging>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
@@ -42,7 +42,7 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-jar</artifactId>
@@ -39,7 +39,7 @@
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>manifestcp-jar2</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-jar2/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-jar2</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war-jar/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-war-jar</artifactId>
@@ -39,7 +39,7 @@
             <artifactId>geronimo-servlet_3.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>manifestcp-jar2</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-war/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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>manifestcp-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-war</artifactId>
     <name>Geronimo TestSuite :: Deployment Testsuite :: Manifest Classpath WAR</name>
     <packaging>war</packaging>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
@@ -42,7 +42,7 @@
             <optional>true</optional>
         </dependency>
     </dependencies>
-    
+
     <build>
         <plugins>
             <plugin>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/manifestcp-tests/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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>deployment-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>manifestcp-tests</artifactId>
     <name>Geronimo TestSuite :: Deployment Testsuite :: Manifest Classpath Test</name>
     <packaging>pom</packaging>
-    
+
     <modules>
         <module>manifestcp-jar2</module>
         <module>manifestcp-jar</module>

Modified: geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/deployment-testsuite/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>deployment-testsuite</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml 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
@@ -21,23 +21,23 @@
 <!-- $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.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>appname-ear</artifactId>
     <name>Geronimo TestSuite :: Enterprise Testsuite :: AppName - EAR</name>
     <packaging>ear</packaging>
-    
+
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml 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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>appname-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/pom.xml 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
@@ -21,18 +21,18 @@
 <!-- $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.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>appname-tests</artifactId>
     <packaging>pom</packaging>
-    
+
     <name>Geronimo TestSuite :: Enterprise Testsuite :: AppName Tests</name>
 
     <modules>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>datasource-test</artifactId>
@@ -62,7 +62,7 @@
                         </plugin>
                     </plugins>
                 </pluginManagement>
-                
+
                 <plugins>
                     <plugin>
                         <groupId>org.apache.geronimo.buildsupport</groupId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>ejb-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejb-ear</artifactId>
@@ -37,7 +37,7 @@
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <description>
         Geronimo test EAR for EJB Tests
     </description>
@@ -50,7 +50,7 @@
             <type>war</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>ejb-ejb</artifactId>
@@ -58,7 +58,7 @@
             <type>ejb</type>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
            <groupId>org.apache.geronimo.modules</groupId>
            <artifactId>geronimo-openejb</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/ejb-tests/ejb-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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>ejb-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejb-ejb</artifactId>

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

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

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

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/jms-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/jms-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/jms-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/jms-ejb/pom.xml Tue May 18 11:57:42 2010
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>jms-tests</artifactId>
         <groupId>org.apache.geronimo.testsuite</groupId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <name>Geronimo TestSuite :: Enterprise Testsuite :: JMS EJB</name>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jms-tests/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jms-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml 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
@@ -21,15 +21,15 @@
 <!-- $Rev$ $Date$ -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-    
+
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>jpa-ear</artifactId>
     <name>Geronimo TestSuite :: Enterprise Testsuite :: JPA - EAR</name>
     <packaging>ear</packaging>
@@ -37,7 +37,7 @@
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
@@ -45,7 +45,7 @@
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>jpa-war</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml 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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-ejb</artifactId>
@@ -40,19 +40,19 @@
             <artifactId>geronimo-jpa_2.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.openjpa</groupId>
             <artifactId>openjpa-persistence-jdbc</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
@@ -101,12 +101,12 @@
                     </execution>
                 </executions>
             </plugin>
-            
+
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-ejb-plugin</artifactId>
             </plugin>
         </plugins>
     </build>
-    
+
 </project>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-war/pom.xml 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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>jpa-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-war</artifactId>
@@ -41,26 +41,26 @@
             <version>${project.version}</version>
             <optional>true</optional>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-security</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jta_1.1_spec</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml 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
@@ -21,18 +21,18 @@
 <!-- $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.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>jpa-tests</artifactId>
     <packaging>pom</packaging>
-    
+
     <name>Geronimo TestSuite :: Enterprise Testsuite :: JPA Tests</name>
 
     <modules>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml 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
@@ -27,13 +27,13 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>enterprise-testsuite</artifactId>
     <name>Geronimo TestSuite :: Enterprise Testsuite</name>
     <packaging>pom</packaging>
-    
+
     <description>
         Enterprise tier testsuite. Should contain tests for:
         - EJB

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sec-client-tests</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/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
@@ -21,18 +21,18 @@
 <!-- $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.testsuite</groupId>
         <artifactId>enterprise-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sec-tests</artifactId>
     <packaging>pom</packaging>
-    
+
     <name>Geronimo TestSuite :: Enterprise Testsuite :: Security Tests</name>
 
     <modules>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-client/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>sec-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sec-client</artifactId>

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-ear/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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>sec-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>sec-ear</artifactId>
     <name>Geronimo TestSuite :: Enterprise Testsuite :: Security - EAR</name>
     <packaging>ear</packaging>
-    
+
     <properties>
         <clientLogFile>${basedir}/target/client.log</clientLogFile>
     </properties>
@@ -41,7 +41,7 @@
     <!--
     FIXME: Split this module up... one to build the ear, one to run the tests.
     -->
-    
+
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
@@ -49,7 +49,7 @@
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.testsuite</groupId>
             <artifactId>sec-war</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-war/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-tests/sec-war/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
@@ -21,13 +21,13 @@
 <!-- $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.testsuite</groupId>
         <artifactId>sec-tests</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sec-war</artifactId>
@@ -41,26 +41,26 @@
             <version>${project.version}</version>
             <optional>true</optional>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ejb_3.1_spec</artifactId>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
             <groupId>org.apache.geronimo.framework</groupId>
             <artifactId>geronimo-security</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>
         </dependency>
-        
+
         <dependency>
              <groupId>org.apache.geronimo.specs</groupId>
              <artifactId>geronimo-jta_1.1_spec</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/security-testsuite/pom.xml 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
@@ -21,19 +21,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.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
-    
+
     <artifactId>security-testsuite</artifactId>
     <name>Geronimo TestSuite :: Security Testsuite</name>
     <packaging>pom</packaging>
-    
+
     <description>
         Geronimo security testsuite.
     </description>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>web-testsuite</artifactId>

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

Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml?rev=945601&r1=945600&r2=945601&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-2.5-servlets/pom.xml 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
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>web-testsuite</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0-M1-SNAPSHOT</version>
     </parent>
 
     <artifactId>test-2.5-servlets</artifactId>

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