You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by rw...@apache.org on 2011/10/31 09:41:37 UTC

svn commit: r1195372 [6/9] - in /geronimo/server/branches/3.0-beta: ./ assemblies/ assemblies/geronimo-jetty8-javaee6-web/ assemblies/geronimo-jetty8-javaee6/ assemblies/geronimo-jetty8-minimal/ assemblies/geronimo-tomcat7-javaee6-web/ assemblies/geron...

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-builder-wadi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-builder-wadi/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,112 +1,112 @@
-<?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-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-tomcat7-clustering-builder-wadi</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI Core</name>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat7-clustering-wadi</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-        <!-- xmlbeans, stax-api comes transitively via g-service-builder from this -->
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-naming-builder</artifactId>
-            <version>${project.version}</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-tomcat7-builder</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-web-2.5-builder</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>xmlbeans-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
-                        <Import-Package>
-                            org.apache.geronimo.deployment.xbeans.impl,
-                            org.apache.geronimo.deployment.javabean.xbeans.impl,
-                            org.apache.geronimo.deployment.xbeans,
-                            org.apache.geronimo.deployment.javabean.xbeans,
-                            org.apache.geronimo.deployment.dconfigbean,
-                            org.apache.geronimo.deployment.service,
-                            org.apache.geronimo.deployment.service.jsr88,
-                            org.apache.geronimo.xbeans.geronimo.j2ee,
-                            org.apache.geronimo.xbeans.geronimo.j2ee.impl,
-                            org.apache.geronimo.j2ee.deployment,
-                            org.apache.geronimo.j2ee.deployment.annotation,
-                            org.apache.geronimo.j2ee.jsr88,
-                            org.apache.geronimo.xbeans.geronimo.naming,
-                            org.apache.geronimo.xbeans.geronimo.naming.impl,
-                            org.apache.geronimo.naming.deployment,
-                            org.apache.geronimo.naming.deployment.jsr88,
-                            org.apache.xmlbeans.impl.schema;version="2.4",
-                            *
-                        </Import-Package>
-                        <Export-Package>
-                            org.apache.geronimo.tomcat.cluster.wadi.builder,
-                            org.apache.geronimo.xbeans.tomcat.cluster.wadi,
-                            org.apache.geronimo.xbeans.tomcat.cluster.wadi.impl
-                        </Export-Package>
-                        <_exportcontents>schemaorg_apache_xmlbeans*</_exportcontents>
-                        <DynamicImport-Package>schemaorg_apache_xmlbeans.*</DynamicImport-Package>
-                    </instructions>
-                </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-beta-1</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-tomcat7-clustering-builder-wadi</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI Core</name>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat7-clustering-wadi</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+        <!-- xmlbeans, stax-api comes transitively via g-service-builder from this -->
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-naming-builder</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-tomcat7-builder</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-web-2.5-builder</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>xmlbeans-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <!--<_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>-->
+                        <Import-Package>
+                            org.apache.geronimo.deployment.xbeans.impl,
+                            org.apache.geronimo.deployment.javabean.xbeans.impl,
+                            org.apache.geronimo.deployment.xbeans,
+                            org.apache.geronimo.deployment.javabean.xbeans,
+                            org.apache.geronimo.deployment.dconfigbean,
+                            org.apache.geronimo.deployment.service,
+                            org.apache.geronimo.deployment.service.jsr88,
+                            org.apache.geronimo.xbeans.geronimo.j2ee,
+                            org.apache.geronimo.xbeans.geronimo.j2ee.impl,
+                            org.apache.geronimo.j2ee.deployment,
+                            org.apache.geronimo.j2ee.deployment.annotation,
+                            org.apache.geronimo.j2ee.jsr88,
+                            org.apache.geronimo.xbeans.geronimo.naming,
+                            org.apache.geronimo.xbeans.geronimo.naming.impl,
+                            org.apache.geronimo.naming.deployment,
+                            org.apache.geronimo.naming.deployment.jsr88,
+                            org.apache.xmlbeans.impl.schema;version="2.4",
+                            *
+                        </Import-Package>
+                        <Export-Package>
+                            org.apache.geronimo.tomcat.cluster.wadi.builder,
+                            org.apache.geronimo.xbeans.tomcat.cluster.wadi,
+                            org.apache.geronimo.xbeans.tomcat.cluster.wadi.impl
+                        </Export-Package>
+                        <_exportcontents>schemaorg_apache_xmlbeans*</_exportcontents>
+                        <DynamicImport-Package>schemaorg_apache_xmlbeans.*</DynamicImport-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
+

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-wadi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7-clustering-wadi/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,52 +1,52 @@
-<?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-beta-1-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-tomcat7-clustering-wadi</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Plugins, Tomcat :: Clustering over WADI Core</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>geronimo-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>
-    </dependencies>
-
-</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-beta-1</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-tomcat7-clustering-wadi</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Plugins, Tomcat :: Clustering over WADI Core</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>geronimo-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>
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/geronimo-tomcat7/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>tomcat</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-builder-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-builder-wadi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-builder-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-builder-wadi/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,93 +1,93 @@
-<?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-beta-1-SNAPSHOT</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>tomcat7-clustering-builder-wadi</artifactId>
-    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI</name>
-    <packaging>car</packaging>
-
-    <description>Deployment for WADI clustering on Tomcat 6.</description>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat7-deployer</artifactId>
-            <version>${project.version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-tomcat7-clustering-builder-wadi</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat7-clustering-wadi</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>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.geronimo.configs</groupId>
-                            <artifactId>tomcat7-clustering-wadi</artifactId>
-                            <version>${project.version}</version>
-                            <type>car</type>
-                            <import>classes</import>
-                        </dependency>
-                    </dependencies>
-                    <instance>
-                        <plugin-artifact>
-                            <config-xml-content>
-                                <gbean name="TomcatClusteringBuilder">
-                                    <attribute name="defaultSweepInterval">${DefaultWadiSweepInterval}</attribute>
-                                    <attribute name="defaultNumPartitions">${DefaultWadiNumPartitions}</attribute>
-                                </gbean>
-                             </config-xml-content>
-                            <config-substitution key="DefaultWadiSweepInterval">36000</config-substitution>
-                            <config-substitution key="DefaultWadiNumPartitions">24</config-substitution>
-                        </plugin-artifact>
-                    </instance>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 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-beta-1</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>tomcat7-clustering-builder-wadi</artifactId>
+    <name>Geronimo Plugins, Tomcat :: Clustering Builder for WADI</name>
+    <packaging>car</packaging>
+
+    <description>Deployment for WADI clustering on Tomcat 6.</description>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat7-deployer</artifactId>
+            <version>${project.version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-tomcat7-clustering-builder-wadi</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat7-clustering-wadi</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>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.geronimo.configs</groupId>
+                            <artifactId>tomcat7-clustering-wadi</artifactId>
+                            <version>${project.version}</version>
+                            <type>car</type>
+                            <import>classes</import>
+                        </dependency>
+                    </dependencies>
+                    <instance>
+                        <plugin-artifact>
+                            <config-xml-content>
+                                <gbean name="TomcatClusteringBuilder">
+                                    <attribute name="defaultSweepInterval">${DefaultWadiSweepInterval}</attribute>
+                                    <attribute name="defaultNumPartitions">${DefaultWadiNumPartitions}</attribute>
+                                </gbean>
+                             </config-xml-content>
+                            <config-substitution key="DefaultWadiSweepInterval">36000</config-substitution>
+                            <config-substitution key="DefaultWadiNumPartitions">24</config-substitution>
+                        </plugin-artifact>
+                    </instance>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-wadi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-wadi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-wadi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-clustering-wadi/pom.xml Mon Oct 31 08:41:21 2011
@@ -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-beta-1-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-beta-1</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-beta/plugins/tomcat/tomcat7-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-deployer/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-deployer/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-no-ha/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-no-ha/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-no-ha/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7-no-ha/pom.xml Mon Oct 31 08:41:21 2011
@@ -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-beta-1-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-beta-1</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-beta/plugins/tomcat/tomcat7/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/tomcat/tomcat7/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>tomcat</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/uddi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/uddi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/uddi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/uddi/pom.xml Mon Oct 31 08:41:21 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>uddi</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/uddi/uddi-db/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/uddi/uddi-db/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/uddi/uddi-db/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/uddi/uddi-db/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>uddi-db</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/uddi/uddi-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/uddi/uddi-jetty/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/uddi/uddi-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/uddi/uddi-jetty/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/uddi/uddi-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/uddi/uddi-tomcat/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/uddi/uddi-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/uddi/uddi-tomcat/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>uddi</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/uddi/uddi-war-repackage/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/uddi/uddi-war-repackage/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/uddi/uddi-war-repackage/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/uddi/uddi-war-repackage/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,198 +1,198 @@
-<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">
-
-    <!--
-
-        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.
-    -->
-
-    <modelVersion>4.0.0</modelVersion>
-
-    <parent>
-        <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>uddi</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>uddi-war-repackage</artifactId>
-    <packaging>jar</packaging>
-    <name>Geronimo Plugins, UDDI :: uddi-war-repackage</name>
-    
-     <dependencies>   
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-naming</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee</artifactId>
-            <version>${project.version}</version>
-        </dependency>         
-        
-        <dependency>
-            <groupId>org.apache.juddi</groupId>
-            <artifactId>uddi-ws</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.juddi</groupId>
-            <artifactId>juddi-core</artifactId>     
-            <scope>provided</scope>
-        </dependency>        
-     </dependencies>   
-     
-     
-    <build>
-        <plugins>
-          <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-dependency-plugin</artifactId>
-         <executions>
-           <execution>
-             <id>unpack-uddi-war</id>
-             <phase>generate-resources</phase>
-             <goals>
-               <goal>unpack</goal>
-             </goals>
-             <configuration>
-               <artifactItems>
-                 <artifactItem>
-                    <groupId>org.apache.juddi</groupId>
-                    <artifactId>juddiv3-war</artifactId>
-                    <type>war</type>
-                    <version>${juddiv3.version}</version>
-                 </artifactItem>
-               </artifactItems>
-               <includes>**/*</includes>
-               <excludes>**/persistence.xml,**/juddi-client*.jar,**/juddi-core-openjpa*.jar,**/commons-beanutils*.jar,**/commons-collections*.jar,**/commons-digester*.jar,**/commons-lang*.jar,**/commons-logging-api*.jar,**/geronimo-jaxws_2.2_spec*.jar,**/uddi-ws*.jar,,**/wsdl4j*.jar</excludes>
-               <outputDirectory>${project.build.directory}/classes</outputDirectory>
-               <overWriteReleases>false</overWriteReleases>
-               <overWriteSnapshots>true</overWriteSnapshots>
-             </configuration>
-           </execution>
-	    <execution>
-             <id>unpack-uddi-core-openjpa</id>
-             <phase>generate-resources</phase>
-             <goals>
-               <goal>unpack</goal>
-             </goals>
-             <configuration>
-               <artifactItems>
-                 <artifactItem>
-                    <groupId>org.apache.juddi</groupId>
-                    <artifactId>juddi-core-openjpa</artifactId>
-                    <type>jar</type>
-                    <version>${juddiv3.version}</version>
-                 </artifactItem>
-               </artifactItems>
-               <includes>**/*</includes>
-               <excludes>**/persistence.xml</excludes>
-               <outputDirectory>${project.build.directory}/classes/WEB-INF/classes</outputDirectory>
-               <overWriteReleases>false</overWriteReleases>
-               <overWriteSnapshots>true</overWriteSnapshots>
-             </configuration>
-           </execution>
-           
-	    <execution>
-             <id>unpack-v3services_in_uddi-ws</id>
-             <phase>generate-resources</phase>
-             <goals>
-               <goal>unpack</goal>
-             </goals>
-             <configuration>
-               <artifactItems>
-                 <artifactItem>
-                    <groupId>org.apache.juddi</groupId>
-                    <artifactId>uddi-ws</artifactId>
-                    <type>jar</type>
-                    <version>${juddiv3.version}</version>
-                 </artifactItem>   
-               </artifactItems>
-               <excludes>**/*.wsdl,**/*.xsd</excludes>           
-               <outputDirectory>${project.build.directory}/classes/WEB-INF/classes</outputDirectory>
-               <overWriteReleases>false</overWriteReleases>
-               <overWriteSnapshots>true</overWriteSnapshots>
-             </configuration>
-           </execution>           
-            <!--execution>
-            <id>copy</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy</goal>
-            </goals>
-            <configuration>
-              <artifactItems>
-                <artifactItem>
-                  <groupId>org.apache.ws.scout</groupId>
-                  <artifactId>scout</artifactId>
-                  <version>1.2.2</version>
-                  <type>jar</type>
-                  <outputDirectory>${project.build.directory}/classes/WEB-INF/lib</outputDirectory>
-                </artifactItem>
-              </artifactItems>
-            </configuration>
-          </execution-->           
-         </executions>
-       </plugin>
-       
-       <plugin>
-        <artifactId>maven-resources-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy-resources</id>
-            <!-- here the phase you need -->
-            <phase>compile</phase>
-            <goals>
-              <goal>copy-resources</goal>
-            </goals>
-            <configuration>
-              <outputDirectory>${project.build.directory}/classes/WEB-INF/classes/org</outputDirectory>
-              <resources>          
-                <resource>
-                  <directory>${project.build.directory}/classes/org</directory>
-                  <filtering>false</filtering>
-                </resource>
-              </resources>              
-            </configuration>            
-          </execution>
-        </executions>
-      </plugin>
-      
-       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <configuration>
-          <includes>
-            <include>**/WEB-INF/**/**</include>
-            <include>**/META-INF/**/*</include>
-            <include>**/*.jsp</include>     
-            <include>**/*.css</include>              
-          </includes>
-        </configuration>
-      </plugin>
-
-        </plugins>
-    </build>
-
+<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">
+
+    <!--
+
+        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.
+    -->
+
+    <modelVersion>4.0.0</modelVersion>
+
+    <parent>
+        <groupId>org.apache.geronimo.plugins</groupId>
+        <artifactId>uddi</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+
+    <artifactId>uddi-war-repackage</artifactId>
+    <packaging>jar</packaging>
+    <name>Geronimo Plugins, UDDI :: uddi-war-repackage</name>
+    
+     <dependencies>   
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-naming</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee</artifactId>
+            <version>${project.version}</version>
+        </dependency>         
+        
+        <dependency>
+            <groupId>org.apache.juddi</groupId>
+            <artifactId>uddi-ws</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.juddi</groupId>
+            <artifactId>juddi-core</artifactId>     
+            <scope>provided</scope>
+        </dependency>        
+     </dependencies>   
+     
+     
+    <build>
+        <plugins>
+          <plugin>
+         <groupId>org.apache.maven.plugins</groupId>
+         <artifactId>maven-dependency-plugin</artifactId>
+         <executions>
+           <execution>
+             <id>unpack-uddi-war</id>
+             <phase>generate-resources</phase>
+             <goals>
+               <goal>unpack</goal>
+             </goals>
+             <configuration>
+               <artifactItems>
+                 <artifactItem>
+                    <groupId>org.apache.juddi</groupId>
+                    <artifactId>juddiv3-war</artifactId>
+                    <type>war</type>
+                    <version>${juddiv3.version}</version>
+                 </artifactItem>
+               </artifactItems>
+               <includes>**/*</includes>
+               <excludes>**/persistence.xml,**/juddi-client*.jar,**/juddi-core-openjpa*.jar,**/commons-beanutils*.jar,**/commons-collections*.jar,**/commons-digester*.jar,**/commons-lang*.jar,**/commons-logging-api*.jar,**/geronimo-jaxws_2.2_spec*.jar,**/uddi-ws*.jar,,**/wsdl4j*.jar</excludes>
+               <outputDirectory>${project.build.directory}/classes</outputDirectory>
+               <overWriteReleases>false</overWriteReleases>
+               <overWriteSnapshots>true</overWriteSnapshots>
+             </configuration>
+           </execution>
+	    <execution>
+             <id>unpack-uddi-core-openjpa</id>
+             <phase>generate-resources</phase>
+             <goals>
+               <goal>unpack</goal>
+             </goals>
+             <configuration>
+               <artifactItems>
+                 <artifactItem>
+                    <groupId>org.apache.juddi</groupId>
+                    <artifactId>juddi-core-openjpa</artifactId>
+                    <type>jar</type>
+                    <version>${juddiv3.version}</version>
+                 </artifactItem>
+               </artifactItems>
+               <includes>**/*</includes>
+               <excludes>**/persistence.xml</excludes>
+               <outputDirectory>${project.build.directory}/classes/WEB-INF/classes</outputDirectory>
+               <overWriteReleases>false</overWriteReleases>
+               <overWriteSnapshots>true</overWriteSnapshots>
+             </configuration>
+           </execution>
+           
+	    <execution>
+             <id>unpack-v3services_in_uddi-ws</id>
+             <phase>generate-resources</phase>
+             <goals>
+               <goal>unpack</goal>
+             </goals>
+             <configuration>
+               <artifactItems>
+                 <artifactItem>
+                    <groupId>org.apache.juddi</groupId>
+                    <artifactId>uddi-ws</artifactId>
+                    <type>jar</type>
+                    <version>${juddiv3.version}</version>
+                 </artifactItem>   
+               </artifactItems>
+               <excludes>**/*.wsdl,**/*.xsd</excludes>           
+               <outputDirectory>${project.build.directory}/classes/WEB-INF/classes</outputDirectory>
+               <overWriteReleases>false</overWriteReleases>
+               <overWriteSnapshots>true</overWriteSnapshots>
+             </configuration>
+           </execution>           
+            <!--execution>
+            <id>copy</id>
+            <phase>package</phase>
+            <goals>
+              <goal>copy</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>org.apache.ws.scout</groupId>
+                  <artifactId>scout</artifactId>
+                  <version>1.2.2</version>
+                  <type>jar</type>
+                  <outputDirectory>${project.build.directory}/classes/WEB-INF/lib</outputDirectory>
+                </artifactItem>
+              </artifactItems>
+            </configuration>
+          </execution-->           
+         </executions>
+       </plugin>
+       
+       <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-resources</id>
+            <!-- here the phase you need -->
+            <phase>compile</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/classes/WEB-INF/classes/org</outputDirectory>
+              <resources>          
+                <resource>
+                  <directory>${project.build.directory}/classes/org</directory>
+                  <filtering>false</filtering>
+                </resource>
+              </resources>              
+            </configuration>            
+          </execution>
+        </executions>
+      </plugin>
+      
+       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/WEB-INF/**/**</include>
+            <include>**/META-INF/**/*</include>
+            <include>**/*.jsp</include>     
+            <include>**/*.css</include>              
+          </includes>
+        </configuration>
+      </plugin>
+
+        </plugins>
+    </build>
+
 </project>
\ No newline at end of file

Modified: geronimo/server/branches/3.0-beta/plugins/wab/geronimo-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wab/geronimo-wab/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wab/geronimo-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wab/geronimo-wab/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wab/geronimo-web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wab/geronimo-web-extender/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wab/geronimo-web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wab/geronimo-web-extender/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wab/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wab/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wab/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>wab</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/wab/web-extender/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wab/web-extender/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wab/web-extender/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wab/web-extender/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wab</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices-builder/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices-builder/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/webservices/geronimo-webservices/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/webservices/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/webservices/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/webservices/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/webservices/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>webservices</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/webservices/webservices-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/webservices/webservices-common/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/webservices/webservices-common/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/webservices/webservices-common/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>webservices</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/welcome/geronimo-welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/welcome/geronimo-welcome/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/welcome/geronimo-welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/welcome/geronimo-welcome/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>geronimo-welcome</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/welcome/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/welcome/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/welcome/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/welcome/pom.xml Mon Oct 31 08:41:21 2011
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>welcome</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/welcome/welcome-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/welcome/welcome-jetty/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/welcome/welcome-jetty/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/welcome/welcome-jetty/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/welcome/welcome-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/welcome/welcome-tomcat/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/welcome/welcome-tomcat/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/welcome/welcome-tomcat/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>welcome</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink-builder/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink-builder/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink-builder/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wink</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wink/geronimo-wink/pom.xml Mon Oct 31 08:41:21 2011
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wink</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wink/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wink/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wink/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wink/pom.xml Mon Oct 31 08:41:21 2011
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>wink</artifactId>

Modified: geronimo/server/branches/3.0-beta/plugins/wink/wink-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wink/wink-deployer/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wink/wink-deployer/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wink/wink-deployer/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wink</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/plugins/wink/wink/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/wink/wink/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/wink/wink/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/wink/wink/pom.xml Mon Oct 31 08:41:21 2011
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>wink</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/branches/3.0-beta/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/pom.xml Mon Oct 31 08:41:21 2011
@@ -33,7 +33,7 @@
     <name>Geronimo</name>
     <packaging>pom</packaging>
 
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
 
     <description>
         Apache Geronimo, the JavaEE server project of the Apache Software Foundation.
@@ -45,9 +45,9 @@
     </organization>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/branches/3.0-beta</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/branches/3.0-beta</developerConnection>
-        <url>http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0-beta-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/server/tags/geronimo-3.0-beta-1</developerConnection>
+        <url>http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-3.0-beta-1</url>
     </scm>
 
     <properties>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-db/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-db/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-db/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-db/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ds-jndi</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-eba/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-eba/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ds-jndi</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-wab/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/ds-wab/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ds-jndi</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ds-jndi/pom.xml Mon Oct 31 08:41:21 2011
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>aries-testsuite</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-api/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-api/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-api/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-api/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ejb-osgi-service</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-eba/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-eba/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ejb-osgi-service</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>  
  
   <artifactId>ejb-eba</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-impl/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-impl/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-impl/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ejb-osgi-service</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
   

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-wab/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/ejb-wab/pom.xml Mon Oct 31 08:41:21 2011
@@ -18,13 +18,12 @@
     under the License.
 -->
 
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>ejb-osgi-service</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
   
  

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/ejb-osgi-service/pom.xml Mon Oct 31 08:41:21 2011
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>aries-testsuite</artifactId>
     <groupId>org.apache.geronimo.testsuite</groupId>
-    <version>3.0-beta-1-SNAPSHOT</version>
+    <version>3.0-beta-1</version>
   </parent>
  
   <artifactId>ejb-osgi-service</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml Mon Oct 31 08:41:21 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>jpa-eba</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-pu/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-pu/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-pu/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-pu/pom.xml Mon Oct 31 08:41:21 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>jpa-pu</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-wab/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-wab/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-wab/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/jpa-wab/pom.xml Mon Oct 31 08:41:21 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jpa</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>jpa-wab</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jpa/pom.xml Mon Oct 31 08:41:21 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>aries-testsuite</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
     
     <artifactId>jpa</artifactId>

Modified: geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jsf/jsf-eba/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jsf/jsf-eba/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jsf/jsf-eba/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/testsuite/aries-testsuite/jsf/jsf-eba/pom.xml Mon Oct 31 08:41:21 2011
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.geronimo.testsuite</groupId>
         <artifactId>jsf</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>jsf-eba</artifactId>