Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-no-ha/pom.xml Thu Jun 3 17:17:07 2010
@@ -1,74 +1,74 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!-- $Rev: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 May 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.geronimo.plugins</groupId>
- <artifactId>tomcat</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
- </parent>
-
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>tomcat7-no-ha</artifactId>
- <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>
- <packaging>car</packaging>
-
- <description>Geronimo Tomcat web server integration without HA.</description>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.geronimo.framework</groupId>
- <artifactId>geronimo-gbean-deployer</artifactId>
- <version>${project.version}</version>
- <type>car</type>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>j2ee-server</artifactId>
- <version>${project.version}</version>
- <type>car</type>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>tomcat7</artifactId>
- <version>${project.version}</version>
- <type>car</type>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.geronimo.buildsupport</groupId>
- <artifactId>car-maven-plugin</artifactId>
- <configuration>
- <category>Tomcat</category>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- $Rev: 657880 $ $Date: 2008-05-20 03:48:13 +1000 (Tue, 20 May 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.plugins</groupId>
+ <artifactId>tomcat</artifactId>
+ <version>3.0-M1</version>
+ </parent>
+
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>tomcat7-no-ha</artifactId>
+ <name>Geronimo Plugins, Tomcat :: Tomcat without HA</name>
+ <packaging>car</packaging>
+
+ <description>Geronimo Tomcat web server integration without HA.</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.geronimo.framework</groupId>
+ <artifactId>geronimo-gbean-deployer</artifactId>
+ <version>${project.version}</version>
+ <type>car</type>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>j2ee-server</artifactId>
+ <version>${project.version}</version>
+ <type>car</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>tomcat7</artifactId>
+ <version>${project.version}</version>
+ <type>car</type>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.geronimo.buildsupport</groupId>
+ <artifactId>car-maven-plugin</artifactId>
+ <configuration>
+ <category>Tomcat</category>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>tomcat</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml Thu Jun 3 17:17:07 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>uddi</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-db/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>uddi-db</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-jetty/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/geronimo-web-extender/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>wab</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/wab/web-extender/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices-builder/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml Thu Jun 3 17:17:07 2010
@@ -18,15 +18,14 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>webservices</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/webservices/webservices-common/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>geronimo-welcome</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/pom.xml Thu Jun 3 17:17:07 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>welcome</artifactId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-jetty/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/pom.xml Thu Jun 3 17:17:07 2010
@@ -18,8 +18,7 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -34,7 +33,7 @@
<name>Geronimo</name>
<packaging>pom</packaging>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
<description>
Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
@@ -46,9 +45,9 @@
</organization>
<scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/trunk</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/geronimo/server/trunk</url>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0-M1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0-M1</developerConnection>
+ <url>http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-3.0-M1</url>
</scm>
<properties>
Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>aries-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>aries-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>simple</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-api/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>simple</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>simple-api</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-eba/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>simple</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>simple-eba</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/aries-testsuite/simple/simple-wab/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>simple</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>simple-wab</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/deploy/pom.xml Thu Jun 3 17:17:07 2010
@@ -15,14 +15,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>commands-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>deploy</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/pom.xml Thu Jun 3 17:17:07 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>commands-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/commands-testsuite/shutdown/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -15,14 +15,13 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>commands-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>shutdown</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-client/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -1,72 +1,72 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.geronimo.testsuite</groupId>
- <artifactId>corba-marshal</artifactId>
- <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>
- <dependency>
- <groupId>org.apache.geronimo.testsuite</groupId>
- <artifactId>corba-marshal-ejb</artifactId>
- <version>${project.version}</version>
- <type>ejb</type>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-ejb_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>
- <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>
- <archive>
- <manifest>
- <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>
- </manifest>
- </archive>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.testsuite</groupId>
+ <artifactId>corba-marshal</artifactId>
+ <version>3.0-M1</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>
+ <dependency>
+ <groupId>org.apache.geronimo.testsuite</groupId>
+ <artifactId>corba-marshal-ejb</artifactId>
+ <version>${project.version}</version>
+ <type>ejb</type>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-ejb_3.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <description>Geronimo Marshal Enterprise Application CORBA Client JAR</description>
+ <displayName>Geronimo Marshal Enterprise Application CORBA Client JAR</displayName>
+ <archive>
+ <manifest>
+ <mainClass>org.apache.geronimo.testsuite.corba.marshal.MarshalEJBClient</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-marshal</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-marshal-ear</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ejb/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -1,47 +1,47 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements. See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership. The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied. See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.geronimo.testsuite</groupId>
- <artifactId>corba-marshal</artifactId>
- <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>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-ejb_3.1_spec</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<!-- $Rev: 653503 $ $Date: 2008-05-05 22:35:18 +0700 (Mon, 05 May 2008) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.testsuite</groupId>
+ <artifactId>corba-marshal</artifactId>
+ <version>3.0-M1</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>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-ejb_3.1_spec</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+
+</project>
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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -20,15 +20,14 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-mytime</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-mytime-ear</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-ejb/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-mytime</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-mytime-ejb</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/corba-mytime-war/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-mytime</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-mytime-war</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/corba-mytime/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>corba-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-mytime</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/corba-testsuite/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>corba-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-client/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>appname-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>appname-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>appname-ear</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/appname-tests/appname-war/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>appname-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>enterprise-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>appname-tests</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/datasource-test/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>enterprise-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>datasource-test</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jpa-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jpa-ear</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/jpa-ejb/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jpa-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jpa-ejb</artifactId>
@@ -79,18 +79,16 @@
<tasks>
<path id="enhance.path.ref">
<fileset dir="${project.build.outputDirectory}">
- <include name="**/*.class"/>
+ <include name="**/*.class" />
</fileset>
</path>
- <pathconvert property="enhance.files"
- refid="enhance.path.ref"
- pathsep=" "/>
+ <pathconvert property="enhance.files" refid="enhance.path.ref" pathsep=" " />
<java classname="org.apache.openjpa.enhance.PCEnhancer">
- <arg line="-p persistence.xml"/>
- <arg line="${enhance.files}"/>
+ <arg line="-p persistence.xml" />
+ <arg line="${enhance.files}" />
<classpath>
- <path refid="maven.dependency.classpath"/>
- <path refid="maven.compile.classpath"/>
+ <path refid="maven.dependency.classpath" />
+ <path refid="maven.compile.classpath" />
</classpath>
</java>
</tasks>
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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jpa-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jpa-war</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/jpa-tests/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>enterprise-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jpa-tests</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>enterprise-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/enterprise-testsuite/sec-client-tests/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>enterprise-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>sec-client-tests</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/pom.xml Thu Jun 3 17:17:07 2010
@@ -20,15 +20,14 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>security-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/security-testsuite/test-security/pom.xml?rev=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>security-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>web-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</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=951072&r1=951071&r2=951072&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 Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>web-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-2.5-servlets</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-myfaces/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>web-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-myfaces</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>web-testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-tld</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-jar/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>test-tld</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-tld-jar</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>test-tld</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-tld-war</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jaxb-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jaxb-client</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jaxb-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jaxb-ejb</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>jaxb-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jaxb-war</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/jaxb-tests/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<artifactId>webservices-testsuite</artifactId>
<groupId>org.apache.geronimo.testsuite</groupId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>jaxb-tests</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>testsuite</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>webservices-testsuite</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<artifactId>webservices-testsuite</artifactId>
<groupId>org.apache.geronimo.testsuite</groupId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>stax-tests</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>stax-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>stax-client</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>stax-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>stax-ejb</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsuite</groupId>
<artifactId>stax-tests</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>stax-war</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<groupId>org.apache.geronimo.testsupport</groupId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-deployment-j2ee_1.3</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ear-j2ee_1.3/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ear-j2ee_1.3</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-ejb-j2ee_1.3/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ejb-j2ee_1.3</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-rar-j2ee_1.3/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-rar-j2ee_1.3</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.3/test-war-j2ee_1.3/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-war-j2ee_1.3</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-deployment-j2ee_1.4</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ear-j2ee_1.4/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ear-j2ee_1.4</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-ejb-j2ee_1.4/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ejb-j2ee_1.4</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-rar-j2ee_1.4/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-rar-j2ee_1.4</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-j2ee_1.4/test-war-j2ee_1.4/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-war-j2ee_1.4</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-deployment-javaee_5</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ear-javaee_5/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ear-javaee_5</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-ejb-javaee_5/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-ejb-javaee_5</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-rar-javaee_5/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-rar-javaee_5</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/test-deployment-javaee_5/test-war-javaee_5/pom.xml Thu Jun 3 17:17:07 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>test-war-javaee_5</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-commands/pom.xml Thu Jun 3 17:17:07 2010
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>testsupport-commands</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-packaging/pom.xml Thu Jun 3 17:17:07 2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>testsupport-packaging</artifactId>
Modified: geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml?rev=951072&r1=951071&r2=951072&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/testsupport-selenium/pom.xml Thu Jun 3 17:17:07 2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M1-SNAPSHOT</version>
+ <version>3.0-M1</version>
</parent>
<artifactId>testsupport-selenium</artifactId>
|