You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/06/11 18:12:37 UTC

svn commit: r953750 [2/9] - in /geronimo/server/tags/geronimo-2.2: ./ assemblies/ assemblies/geronimo-jetty7-javaee5/ assemblies/geronimo-jetty7-minimal/ assemblies/geronimo-tomcat6-javaee5/ assemblies/geronimo-tomcat6-minimal/ framework/ framework/ass...

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-config/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-config/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-config/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-config</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88-bootstrapper/pom.xml Fri Jun 11 16:12:26 2010
@@ -1,48 +1,48 @@
-<?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>2.2</version>
-    </parent>
-
-    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
-    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${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>2.2.1-SNAPSHOT</version>
+    </parent>
+
+    <artifactId>geronimo-deploy-jsr88-bootstrapper</artifactId>
+    <name>Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-javaee-deployment_1.1MR3_spec</artifactId>
+        </dependency>
+    </dependencies>
+
+</project>
+

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-jsr88/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-jsr88</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-tool/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-tool/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-tool/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deploy-tool/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deploy-tool</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deployment/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deployment/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deployment/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-deployment/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-deployment</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-interceptor/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-interceptor/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-interceptor/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-interceptor/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>geronimo-interceptor</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jdbc/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jdbc/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jdbc/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-jdbc</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jmx-remoting/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jmx-remoting/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jmx-remoting/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-jmx-remoting/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-jmx-remoting</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-kernel/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-kernel/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-kernel/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-kernel/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-kernel</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-logging/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-logging/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-logging/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-logging/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-logging</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-management/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-management/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-management/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-management/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-management</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-naming/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-naming/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-naming/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-naming</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-plugin/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-plugin/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-plugin/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <artifactId>modules</artifactId>
         <groupId>org.apache.geronimo.framework</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>geronimo-plugin</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-security/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-security/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-security/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-security/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-security</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-service-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-service-builder/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-service-builder/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-service-builder/pom.xml Fri Jun 11 16:12:26 2010
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-service-builder</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-system/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-system/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-system</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-transformer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-transformer/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-transformer/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-transformer/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-transformer</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-upgrade/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-upgrade/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-upgrade/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/geronimo-upgrade/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>geronimo-upgrade</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>framework</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>modules</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/modules/testsupport-common/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/modules/testsupport-common/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/modules/testsupport-common/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/modules/testsupport-common/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>modules</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.testsupport</groupId>

Modified: geronimo/server/tags/geronimo-2.2/framework/plugingroups/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/plugingroups/framework/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/plugingroups/framework/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/plugingroups/framework/pom.xml Fri Jun 11 16:12:26 2010
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>plugingroups</artifactId>
         <groupId>org.apache.geronimo.framework.plugingroups</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>framework</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/framework/plugingroups/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/plugingroups/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/plugingroups/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/plugingroups/pom.xml Fri Jun 11 16:12:26 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo.framework</groupId>
         <artifactId>framework</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework.plugingroups</groupId>

Modified: geronimo/server/tags/geronimo-2.2/framework/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/framework/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/framework/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/framework/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.framework</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/client/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/client/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/client/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>client</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/clustering-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/clustering-jetty/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/clustering-jetty/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/clustering-jetty/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>clustering-jetty</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/clustering-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/clustering-tomcat/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/clustering-tomcat/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/clustering-tomcat/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>clustering-tomcat</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/ejb/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/ejb/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/ejb/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>ejb</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-jetty/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-jetty/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-jetty/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>javaee5-jetty</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-tomcat/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-tomcat/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/javaee5-tomcat/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>javaee5-tomcat</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/persistence/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/persistence/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/persistence/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/persistence/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>persistence</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/pom.xml Fri Jun 11 16:12:26 2010
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.geronimo</groupId>
         <artifactId>geronimo</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.plugingroups</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/web-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/web-jetty/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/web-jetty/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/web-jetty/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>web-jetty</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/web-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/web-tomcat/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/web-tomcat/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/web-tomcat/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>web-tomcat</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/webservices-axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/webservices-axis2/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/webservices-axis2/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/webservices-axis2/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices-axis2</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugingroups/webservices-cxf/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugingroups/webservices-cxf/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugingroups/webservices-cxf/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugingroups/webservices-cxf/pom.xml Fri Jun 11 16:12:26 2010
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugingroups</groupId>
         <artifactId>plugingroups</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>webservices-cxf</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-broker/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-broker/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-broker/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-broker/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-jetty/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-jetty/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-jetty/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>activemq-console-jetty</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-tomcat/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-tomcat/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-console-tomcat/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <artifactId>activemq-console-tomcat</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-portlets/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-portlets/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-portlets/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-portlets/pom.xml Fri Jun 11 16:12:26 2010
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq-portlets</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-ra/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-ra/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-ra/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-server/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-server/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-server/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-server/pom.xml Fri Jun 11 16:12:26 2010
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-jetty/pom.xml Fri Jun 11 16:12:26 2010
@@ -13,7 +13,7 @@
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins
 		</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>activemq-webconsole-jetty</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole-tomcat/pom.xml Fri Jun 11 16:12:26 2010
@@ -1,257 +1,257 @@
-<?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: 650968 $ $Date: 2008-04-23 10:59:20 -0700 (Wed, 23 Apr 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">
-    <parent>
-        <artifactId>activemq</artifactId>
-        <groupId>org.apache.geronimo.plugins
-		</groupId>
-        <version>2.2</version>
-    </parent>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>activemq-webconsole-tomcat</artifactId>
-    <name>ActiveMQ web console on Tomcat</name>
-    <packaging>car</packaging>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-gbean-deployer
-			</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper-deployer</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <!--
-			should be added by deployers but isn't into geronimo-plugin.xml
-		-->
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>tomcat6</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>jasper</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>activemq-broker</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>activemq-webconsole</artifactId>
-            <version>${version}</version>
-            <type>war</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <!--  dependencies from original web console -->
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-web</artifactId>
-            <version>${activemqVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.mortbay.jetty</groupId>
-                    <artifactId>jetty-util</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jaxb-api</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.jersey</groupId>
-                    <artifactId>jersey-atom</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.jersey</groupId>
-                    <artifactId>jersey-core</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.jersey</groupId>
-                    <artifactId>jersey-json</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.jersey</groupId>
-                    <artifactId>jersey-server</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>com.sun.jersey.contribs</groupId>
-                    <artifactId>jersey-spring</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>javax.ws.rs</groupId>
-                    <artifactId>jsr311-api</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-groovy</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-ruby</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.camel</groupId>
-                    <artifactId>camel-web</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.groovy</groupId>
-                    <artifactId>groovy-all</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jackson</groupId>
-                    <artifactId>jackson-asl</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.codehaus.jettison</groupId>
-                    <artifactId>jettison</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.jruby</groupId>
-                    <artifactId>jruby</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>org.springframework</groupId>
-                    <artifactId>spring</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>stax</groupId>
-                    <artifactId>stax-api</artifactId>
-
-                </exclusion>
-                <exclusion>
-                    <groupId>taglibs</groupId>
-                    <artifactId>standard</artifactId>
-
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <!-- XMPP support -->
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-xmpp</artifactId>
-            <version>${activemqVersion}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>javax.xml.bind</groupId>
-                    <artifactId>jaxb-api</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-console</artifactId>
-            <version>${activemqVersion}</version>
-        </dependency>
-
-        <!-- SiteMesh for layout -->
-        <dependency>
-            <groupId>opensymphony</groupId>
-            <artifactId>sitemesh</artifactId>
-            <version>2.2.1</version>
-        </dependency>
-
-
-    </dependencies>
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.geronimo.buildsupport
-				</groupId>
-                <artifactId>car-maven-plugin</artifactId>
-                <configuration>
-                    <deploymentConfigs>
-                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
-                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
-                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
-                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
-                    </deploymentConfigs>
-                    <module>
-                        <groupId>org.apache.geronimo.plugins</groupId>
-                        <artifactId>activemq-webconsole</artifactId>
-                        <type>war</type>
-                    </module>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<!-- $Rev: 650968 $ $Date: 2008-04-23 10:59:20 -0700 (Wed, 23 Apr 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">
+    <parent>
+        <artifactId>activemq</artifactId>
+        <groupId>org.apache.geronimo.plugins
+		</groupId>
+        <version>2.2.1-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>activemq-webconsole-tomcat</artifactId>
+    <name>ActiveMQ web console on Tomcat</name>
+    <packaging>car</packaging>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-gbean-deployer
+			</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat6-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper-deployer</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <!--
+			should be added by deployers but isn't into geronimo-plugin.xml
+		-->
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>tomcat6</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>jasper</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>activemq-broker</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.plugins</groupId>
+            <artifactId>activemq-webconsole</artifactId>
+            <version>${version}</version>
+            <type>war</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <!--  dependencies from original web console -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-web</artifactId>
+            <version>${activemqVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.mortbay.jetty</groupId>
+                    <artifactId>jetty-util</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.jersey</groupId>
+                    <artifactId>jersey-atom</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.jersey</groupId>
+                    <artifactId>jersey-core</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.jersey</groupId>
+                    <artifactId>jersey-json</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.jersey</groupId>
+                    <artifactId>jersey-server</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>com.sun.jersey.contribs</groupId>
+                    <artifactId>jersey-spring</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>javax.ws.rs</groupId>
+                    <artifactId>jsr311-api</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-groovy</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-ruby</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-web</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.groovy</groupId>
+                    <artifactId>groovy-all</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.jackson</groupId>
+                    <artifactId>jackson-asl</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.jettison</groupId>
+                    <artifactId>jettison</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.jruby</groupId>
+                    <artifactId>jruby</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>stax</groupId>
+                    <artifactId>stax-api</artifactId>
+
+                </exclusion>
+                <exclusion>
+                    <groupId>taglibs</groupId>
+                    <artifactId>standard</artifactId>
+
+                </exclusion>
+            </exclusions>
+        </dependency>
+
+        <!-- XMPP support -->
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-xmpp</artifactId>
+            <version>${activemqVersion}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>javax.xml.bind</groupId>
+                    <artifactId>jaxb-api</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.activemq</groupId>
+            <artifactId>activemq-console</artifactId>
+            <version>${activemqVersion}</version>
+        </dependency>
+
+        <!-- SiteMesh for layout -->
+        <dependency>
+            <groupId>opensymphony</groupId>
+            <artifactId>sitemesh</artifactId>
+            <version>2.2.1</version>
+        </dependency>
+
+
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.geronimo.buildsupport
+				</groupId>
+                <artifactId>car-maven-plugin</artifactId>
+                <configuration>
+                    <deploymentConfigs>
+                        <deploymentConfig>${gbeanDeployer}</deploymentConfig>
+                        <deploymentConfig>${j2eeDeployer}</deploymentConfig>
+                        <deploymentConfig>${tomcatDeployer}</deploymentConfig>
+                        <deploymentConfig>${jasperDeployer}</deploymentConfig>
+                    </deploymentConfigs>
+                    <module>
+                        <groupId>org.apache.geronimo.plugins</groupId>
+                        <artifactId>activemq-webconsole</artifactId>
+                        <type>war</type>
+                    </module>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
+</project>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/activemq-webconsole/pom.xml Fri Jun 11 16:12:26 2010
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>activemq</artifactId>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.geronimo.plugins</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-management/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-management/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-management/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-management/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-ra/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-ra/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq-ra/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/geronimo-activemq/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>activemq</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/activemq/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/activemq/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/activemq/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/activemq/pom.xml Fri Jun 11 16:12:26 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>activemq</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/aspectj/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/aspectj/aspectj/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/aspectj/aspectj/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/aspectj/aspectj/pom.xml Fri Jun 11 16:12:26 2010
@@ -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>2.2</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>${version}</version>
-            <type>car</type>
-            <scope>provided</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.aspectj</groupId>
-            <artifactId>aspectjrt</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.aspectj</groupId>
-            <artifactId>aspectjweaver</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.configs</groupId>
-            <artifactId>j2ee-server</artifactId>
-            <version>${version}</version>
-            <type>car</type>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-aspectj</artifactId>
-            <version>${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>2.2.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>${version}</version>
+            <type>car</type>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.aspectj</groupId>
+            <artifactId>aspectjrt</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.aspectj</groupId>
+            <artifactId>aspectjweaver</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.configs</groupId>
+            <artifactId>j2ee-server</artifactId>
+            <version>${version}</version>
+            <type>car</type>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-aspectj</artifactId>
+            <version>${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/tags/geronimo-2.2/plugins/aspectj/geronimo-aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/aspectj/geronimo-aspectj/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/aspectj/geronimo-aspectj/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/aspectj/geronimo-aspectj/pom.xml Fri Jun 11 16:12:26 2010
@@ -1,66 +1,66 @@
-<?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>2.2</version>
-    </parent>
-    
-    <groupId>org.apache.geronimo.modules</groupId>
-    <artifactId>geronimo-aspectj</artifactId>
-    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
-    
-    <dependencies>
-        <dependency>
-            <groupId>org.aspectj</groupId>
-            <artifactId>aspectjrt</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.aspectj</groupId>
-            <artifactId>aspectjweaver</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.modules</groupId>
-            <artifactId>geronimo-j2ee</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-kernel</artifactId>
-            <version>${version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.framework</groupId>
-            <artifactId>geronimo-transformer</artifactId>
-            <version>${version}</version>
-        </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>2.2.1-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.geronimo.modules</groupId>
+    <artifactId>geronimo-aspectj</artifactId>
+    <name>Geronimo Plugins, AspectJ :: AspectJ</name>
+    
+    <dependencies>
+        <dependency>
+            <groupId>org.aspectj</groupId>
+            <artifactId>aspectjrt</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.aspectj</groupId>
+            <artifactId>aspectjweaver</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-j2ee</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-kernel</artifactId>
+            <version>${version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.framework</groupId>
+            <artifactId>geronimo-transformer</artifactId>
+            <version>${version}</version>
+        </dependency>
+    </dependencies>
+    
+</project>
+

Modified: geronimo/server/tags/geronimo-2.2/plugins/aspectj/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/aspectj/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/aspectj/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/aspectj/pom.xml Fri Jun 11 16:12:26 2010
@@ -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>2.2</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>2.2.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>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis/axis-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis/axis-deployer/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis/axis-deployer/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis/axis-deployer/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis/axis/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis/axis/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis/axis/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis-builder/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis-builder/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis-builder/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis/geronimo-axis/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
     
     <groupId>org.apache.geronimo.modules</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>plugins</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>axis</artifactId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-deployer/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-deployer/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-deployer/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb-deployer/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb-deployer/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb-deployer/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2-ejb/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>

Modified: geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2/pom.xml?rev=953750&r1=953749&r2=953750&view=diff
==============================================================================
--- geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2/pom.xml (original)
+++ geronimo/server/tags/geronimo-2.2/plugins/axis2/axis2/pom.xml Fri Jun 11 16:12:26 2010
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
         <artifactId>axis2</artifactId>
-        <version>2.2</version>
+        <version>2.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.geronimo.configs</groupId>