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

Modified: geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,49 +1,49 @@
-<?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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 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.framework</groupId>
-        <artifactId>modules</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
-        </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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 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.framework</groupId>
+        <artifactId>modules</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+
+    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-full/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-full/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-full/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/framework/modules/geronimo-deploy-jsr88-full/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,84 +1,84 @@
-<?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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 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.framework</groupId>
-        <artifactId>modules</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <artifactId>geronimo-deploy-jsr88-full</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Framework, Modules :: Deploy JSR-88 Standalone</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-deploy-jsr88</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-bundle-recorder</artifactId>
-            <version>${project.version}</version>
-        </dependency>        
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <configuration>
-                    <instructions>
-                        <Export-Package>org.apache.geronimo.deployment.plugin*,
-                        org.apache.geronimo.deployment.spi*,
-                        org.apache.geronimo.common*,
-                        org.apache.geronimo.system.jmx*,
-                        org.apache.geronimo.system.plugin*,
-                        org.apache.geronimo.system.bundle*,
-                        org.apache.geronimo.gbean*,
-                        org.apache.geronimo.kernel*,
-                        org.osgi.framework,
-                        net.sf.cglib*
-                        </Export-Package>
-                        <J2EE-DeploymentFactory-Implementation-Class>org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl</J2EE-DeploymentFactory-Implementation-Class>
-                    </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: 493181 $ $Date: 2007-01-06 07:32:03 +1100 (Sat, 06 Jan 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.framework</groupId>
+        <artifactId>modules</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+
+    <artifactId>geronimo-deploy-jsr88-full</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Framework, Modules :: Deploy JSR-88 Standalone</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-deploy-jsr88</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-bundle-recorder</artifactId>
+            <version>${project.version}</version>
+        </dependency>        
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.geronimo.deployment.plugin*,
+                        org.apache.geronimo.deployment.spi*,
+                        org.apache.geronimo.common*,
+                        org.apache.geronimo.system.jmx*,
+                        org.apache.geronimo.system.plugin*,
+                        org.apache.geronimo.system.bundle*,
+                        org.apache.geronimo.gbean*,
+                        org.apache.geronimo.kernel*,
+                        org.osgi.framework,
+                        net.sf.cglib*
+                        </Export-Package>
+                        <J2EE-DeploymentFactory-Implementation-Class>org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl</J2EE-DeploymentFactory-Implementation-Class>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+   
+</project>
+

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: geronimo/server/branches/3.0-beta/plugins/activemq/activemq-portlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/activemq/activemq-portlets/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/activemq/activemq-portlets/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/activemq/activemq-portlets/pom.xml Mon Oct 31 08:41:21 2011
@@ -8,15 +8,14 @@
 
 <!-- $Rev$ $Date$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
+        <version>3.0-beta-1</version>
     </parent>
 
     <artifactId>activemq-portlets</artifactId>
@@ -138,9 +137,9 @@
                             <tasks>
                                 <copy overwrite="true" todir="target/classes">
                                     <fileset dir="src/main/i18n-resources">
-                                        <include name="*_en.properties"/>
+                                        <include name="*_en.properties" />
                                     </fileset>
-                                    <mapper type="glob" from="*_en.properties" to="*.properties"/>
+                                    <mapper type="glob" from="*_en.properties" to="*.properties" />
                                 </copy>
                             </tasks>
                         </configuration>

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

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

Modified: geronimo/server/branches/3.0-beta/plugins/aspectj/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/aspectj/aspectj/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/aspectj/aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/aspectj/aspectj/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,86 +1,86 @@
-<?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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>aspectj</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.configs</groupId>
-    <artifactId>aspectj</artifactId>
-    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
-    <packaging>car</packaging>
-
-    <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.bundles</groupId>
-            <artifactId>aspectjrt</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.bundles</groupId>
-            <artifactId>aspectjweaver</artifactId>
-        </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.modules</groupId>
-            <artifactId>geronimo-aspectj</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <useMavenDependencies>
-                        <value>true</value>
-                        <includeVersion>true</includeVersion>
-                    </useMavenDependencies>
-                    <category>AspectJ</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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>aspectj</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.configs</groupId>
+    <artifactId>aspectj</artifactId>
+    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
+    <packaging>car</packaging>
+
+    <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.bundles</groupId>
+            <artifactId>aspectjrt</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.bundles</groupId>
+            <artifactId>aspectjweaver</artifactId>
+        </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.modules</groupId>
+            <artifactId>geronimo-aspectj</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <useMavenDependencies>
+                        <value>true</value>
+                        <includeVersion>true</includeVersion>
+                    </useMavenDependencies>
+                    <category>AspectJ</category>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>
+

Modified: geronimo/server/branches/3.0-beta/plugins/aspectj/geronimo-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/aspectj/geronimo-aspectj/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/aspectj/geronimo-aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/aspectj/geronimo-aspectj/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,64 +1,64 @@
-<?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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>aspectj</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-aspectj</artifactId>
-    <packaging>bundle</packaging>
-    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.apache.geronimo.bundles</groupId>
-            <artifactId>aspectjweaver</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-
-        <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-transformer</artifactId>
-            <version>${project.version}</version>
-            <scope>provided</scope>
-        </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: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 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>aspectj</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-aspectj</artifactId>
+    <packaging>bundle</packaging>
+    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
+
+    <dependencies>
+
+        <dependency>
+            <groupId>org.apache.geronimo.bundles</groupId>
+            <artifactId>aspectjweaver</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+
+        <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-transformer</artifactId>
+            <version>${project.version}</version>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/branches/3.0-beta/plugins/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0-beta/plugins/aspectj/pom.xml?rev=1195372&r1=1195371&r2=1195372&view=diff
==============================================================================
--- geronimo/server/branches/3.0-beta/plugins/aspectj/pom.xml (original)
+++ geronimo/server/branches/3.0-beta/plugins/aspectj/pom.xml Mon Oct 31 08:41:21 2011
@@ -1,44 +1,44 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-
-<!-- $Rev: 617770 $ $Date: 2008-02-02 19:30:00 +1100 (Sat, 02 Feb 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>plugins</artifactId>
-        <version>3.0-beta-1-SNAPSHOT</version>
-    </parent>
-    
-    <artifactId>aspectj</artifactId>
-    <name>Geronimo Plugins, AspectJ</name>
-    <packaging>pom</packaging>
-    
-    <description>
-        AspectJ plugin
-    </description>
-    
-    <modules>
-        <module>geronimo-aspectj</module>
-        <module>aspectj</module>
-    </modules>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 617770 $ $Date: 2008-02-02 19:30:00 +1100 (Sat, 02 Feb 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>plugins</artifactId>
+        <version>3.0-beta-1</version>
+    </parent>
+    
+    <artifactId>aspectj</artifactId>
+    <name>Geronimo Plugins, AspectJ</name>
+    <packaging>pom</packaging>
+    
+    <description>
+        AspectJ plugin
+    </description>
+    
+    <modules>
+        <module>geronimo-aspectj</module>
+        <module>aspectj</module>
+    </modules>
+
+</project>

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

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