Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml?rev=951140&r1=951139&r2=951140&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-clustering-wadi/pom.xml Thu Jun
3 20:13:21 2010
@@ -1,77 +1,77 @@
-<?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: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.apache.geronimo.plugins</groupId>
- <artifactId>tomcat</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
- </parent>
-
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>tomcat7-clustering-wadi</artifactId>
- <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>
- <packaging>car</packaging>
-
- <description>WADI clustering for Tomcat.</description>
-
- <dependencies>
- <dependency>
- <groupId>org.apache.geronimo.modules</groupId>
- <artifactId>geronimo-tomcat7-clustering-wadi</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>tomcat7-no-ha</artifactId>
- <version>${project.version}</version>
- <type>car</type>
- </dependency>
-
- <dependency>
- <groupId>org.apache.geronimo.configs</groupId>
- <artifactId>wadi-clustering</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>
- <instance>
- <plugin-artifact>
- <config-xml-content load="false" />
- </plugin-artifact>
- </instance>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!-- $Rev: 590482 $ $Date: 2007-10-30 14:51:54 -0700 (Tue, 30 Oct 2007) $ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.apache.geronimo.plugins</groupId>
+ <artifactId>tomcat</artifactId>
+ <version>3.0-M1-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>tomcat7-clustering-wadi</artifactId>
+ <name>Geronimo Plugins, Tomcat :: Clustering over WADI</name>
+ <packaging>car</packaging>
+
+ <description>WADI clustering for Tomcat.</description>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.geronimo.modules</groupId>
+ <artifactId>geronimo-tomcat7-clustering-wadi</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>tomcat7-no-ha</artifactId>
+ <version>${project.version}</version>
+ <type>car</type>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.configs</groupId>
+ <artifactId>wadi-clustering</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>
+ <instance>
+ <plugin-artifact>
+ <config-xml-content load="false" />
+ </plugin-artifact>
+ </instance>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+</project>
Modified: geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml?rev=951140&r1=951139&r2=951140&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/plugins/tomcat/tomcat7-deployer/pom.xml Thu Jun 3 20:13:21
2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>tomcat</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/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=951140&r1=951139&r2=951140&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 20:13:21
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-M2-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-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>
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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>tomcat</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<artifactId>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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/uddi/uddi-tomcat/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>uddi</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/geronimo-wab/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/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=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/wab/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<artifactId>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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>wab</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/geronimo-webservices/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.modules</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/webservices/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -18,14 +18,15 @@
<!-- $Rev$ $Date$ -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>webservices</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/geronimo-welcome/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>plugins</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<artifactId>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=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/plugins/welcome/welcome-tomcat/pom.xml?rev=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.geronimo.plugins</groupId>
<artifactId>welcome</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<groupId>org.apache.geronimo.configs</groupId>
Modified: geronimo/server/branches/3.0-M1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-M1/pom.xml?rev=951140&r1=951139&r2=951140&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/pom.xml Thu Jun 3 20:13:21 2010
@@ -18,7 +18,8 @@
<!-- $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>
@@ -33,7 +34,7 @@
<name>Geronimo</name>
<packaging>pom</packaging>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
<description>
Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
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=951140&r1=951139&r2=951140&view=diff
==============================================================================
--- geronimo/server/branches/3.0-M1/testsupport/pom.xml (original)
+++ geronimo/server/branches/3.0-M1/testsupport/pom.xml Thu Jun 3 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo</groupId>
<artifactId>geronimo</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.3</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-j2ee_1.4</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21 2010
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>test-deployment-javaee_5</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</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=951140&r1=951139&r2=951140&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 20:13:21
2010
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.geronimo.testsupport</groupId>
<artifactId>testsupport</artifactId>
- <version>3.0-M2-SNAPSHOT</version>
+ <version>3.0-M1-SNAPSHOT</version>
</parent>
<artifactId>testsupport-selenium</artifactId>
|