Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 82130 invoked from network); 11 Jun 2010 16:13:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jun 2010 16:13:39 -0000 Received: (qmail 85191 invoked by uid 500); 11 Jun 2010 16:13:39 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 85138 invoked by uid 500); 11 Jun 2010 16:13:39 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 85131 invoked by uid 99); 11 Jun 2010 16:13:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 16:13:38 +0000 X-ASF-Spam-Status: No, hits=-1934.1 required=10.0 tests=ALL_TRUSTED,AWL,HK_RANDOM_ENVFROM,HK_RANDOM_FROM X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jun 2010 16:13:30 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D6ADC2388994; Fri, 11 Jun 2010 16:12:47 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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... Date: Fri, 11 Jun 2010 16:12:37 -0000 To: scm@geronimo.apache.org From: rickmcguire@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100611161247.D6ADC2388994@eris.apache.org> 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-deploy-config 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 @@ - - - - - - - - 4.0.0 - - - org.apache.geronimo.framework - modules - 2.2 - - - geronimo-deploy-jsr88-bootstrapper - Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper - - - - org.apache.geronimo.framework - geronimo-kernel - ${version} - - - - org.apache.geronimo.specs - geronimo-javaee-deployment_1.1MR3_spec - - - - - + + + + + + + + 4.0.0 + + + org.apache.geronimo.framework + modules + 2.2.1-SNAPSHOT + + + geronimo-deploy-jsr88-bootstrapper + Geronimo Framework, Modules :: Deploy JSR-88 Bootstrapper + + + + org.apache.geronimo.framework + geronimo-kernel + ${version} + + + + org.apache.geronimo.specs + geronimo-javaee-deployment_1.1MR3_spec + + + + + 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-deploy-jsr88 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-deploy-tool 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-deployment 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-interceptor 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-jdbc 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-jmx-remoting 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-kernel 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-logging 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-management 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-naming 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 @@ modules org.apache.geronimo.framework - 2.2 + 2.2.1-SNAPSHOT geronimo-plugin 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-security 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-service-builder 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-system 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-transformer 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT geronimo-upgrade 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 @@ org.apache.geronimo.framework framework - 2.2 + 2.2.1-SNAPSHOT modules 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 @@ org.apache.geronimo.framework modules - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.testsupport 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 @@ plugingroups org.apache.geronimo.framework.plugingroups - 2.2 + 2.2.1-SNAPSHOT 4.0.0 framework 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 @@ org.apache.geronimo.framework framework - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.framework.plugingroups 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 @@ org.apache.geronimo geronimo - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.framework 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT client 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT clustering-jetty 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT clustering-tomcat 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT ejb 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT javaee5-jetty 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT javaee5-tomcat 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT persistence 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 @@ org.apache.geronimo geronimo - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.plugingroups 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT web-jetty 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT web-tomcat 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT webservices-axis2 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 @@ org.apache.geronimo.plugingroups plugingroups - 2.2 + 2.2.1-SNAPSHOT webservices-cxf 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT activemq-console-jetty 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT activemq-console-tomcat 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT activemq-portlets 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ activemq org.apache.geronimo.plugins - 2.2 + 2.2.1-SNAPSHOT 4.0.0 org.apache.geronimo.plugins 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 @@ activemq org.apache.geronimo.plugins - 2.2 + 2.2.1-SNAPSHOT 4.0.0 activemq-webconsole-jetty 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 @@ - - - - - - - - activemq - org.apache.geronimo.plugins - - 2.2 - - 4.0.0 - activemq-webconsole-tomcat - ActiveMQ web console on Tomcat - car - - - - org.apache.geronimo.framework - geronimo-gbean-deployer - - ${version} - car - provided - - - - org.apache.geronimo.configs - j2ee-deployer - ${version} - car - provided - - - - org.apache.geronimo.configs - tomcat6-deployer - ${version} - car - provided - - - org.apache.geronimo.configs - jasper-deployer - ${version} - car - provided - - - - - org.apache.geronimo.configs - tomcat6 - ${version} - car - - - - org.apache.geronimo.configs - jasper - ${version} - car - - - - org.apache.geronimo.configs - activemq-broker - ${version} - car - - - - org.apache.geronimo.plugins - activemq-webconsole - ${version} - war - provided - - - - - org.apache.activemq - activemq-web - ${activemqVersion} - - - commons-logging - commons-logging-api - - - commons-logging - commons-logging - - - org.mortbay.jetty - jetty-util - - - org.apache.geronimo.specs - geronimo-jta_1.0.1B_spec - - - javax.xml.bind - jaxb-api - - - com.sun.jersey - jersey-atom - - - - com.sun.jersey - jersey-core - - - - com.sun.jersey - jersey-json - - - - com.sun.jersey - jersey-server - - - - com.sun.jersey.contribs - jersey-spring - - - - javax.ws.rs - jsr311-api - - - - org.apache.camel - camel-groovy - - - - org.apache.camel - camel-ruby - - - - org.apache.camel - camel-web - - - - org.codehaus.groovy - groovy-all - - - - org.codehaus.jackson - jackson-asl - - - - org.codehaus.jettison - jettison - - - - org.jruby - jruby - - - - org.springframework - spring - - - - stax - stax-api - - - - taglibs - standard - - - - - - - - org.apache.activemq - activemq-xmpp - ${activemqVersion} - - - javax.xml.bind - jaxb-api - - - - - org.apache.activemq - activemq-console - ${activemqVersion} - - - - - opensymphony - sitemesh - 2.2.1 - - - - - - - - org.apache.geronimo.buildsupport - - car-maven-plugin - - - ${gbeanDeployer} - ${j2eeDeployer} - ${tomcatDeployer} - ${jasperDeployer} - - - org.apache.geronimo.plugins - activemq-webconsole - war - - - - - - - + + + + + + + + activemq + org.apache.geronimo.plugins + + 2.2.1-SNAPSHOT + + 4.0.0 + activemq-webconsole-tomcat + ActiveMQ web console on Tomcat + car + + + + org.apache.geronimo.framework + geronimo-gbean-deployer + + ${version} + car + provided + + + + org.apache.geronimo.configs + j2ee-deployer + ${version} + car + provided + + + + org.apache.geronimo.configs + tomcat6-deployer + ${version} + car + provided + + + org.apache.geronimo.configs + jasper-deployer + ${version} + car + provided + + + + + org.apache.geronimo.configs + tomcat6 + ${version} + car + + + + org.apache.geronimo.configs + jasper + ${version} + car + + + + org.apache.geronimo.configs + activemq-broker + ${version} + car + + + + org.apache.geronimo.plugins + activemq-webconsole + ${version} + war + provided + + + + + org.apache.activemq + activemq-web + ${activemqVersion} + + + commons-logging + commons-logging-api + + + commons-logging + commons-logging + + + org.mortbay.jetty + jetty-util + + + org.apache.geronimo.specs + geronimo-jta_1.0.1B_spec + + + javax.xml.bind + jaxb-api + + + com.sun.jersey + jersey-atom + + + + com.sun.jersey + jersey-core + + + + com.sun.jersey + jersey-json + + + + com.sun.jersey + jersey-server + + + + com.sun.jersey.contribs + jersey-spring + + + + javax.ws.rs + jsr311-api + + + + org.apache.camel + camel-groovy + + + + org.apache.camel + camel-ruby + + + + org.apache.camel + camel-web + + + + org.codehaus.groovy + groovy-all + + + + org.codehaus.jackson + jackson-asl + + + + org.codehaus.jettison + jettison + + + + org.jruby + jruby + + + + org.springframework + spring + + + + stax + stax-api + + + + taglibs + standard + + + + + + + + org.apache.activemq + activemq-xmpp + ${activemqVersion} + + + javax.xml.bind + jaxb-api + + + + + org.apache.activemq + activemq-console + ${activemqVersion} + + + + + opensymphony + sitemesh + 2.2.1 + + + + + + + + org.apache.geronimo.buildsupport + + car-maven-plugin + + + ${gbeanDeployer} + ${j2eeDeployer} + ${tomcatDeployer} + ${jasperDeployer} + + + org.apache.geronimo.plugins + activemq-webconsole + war + + + + + + + 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 @@ activemq org.apache.geronimo.plugins - 2.2 + 2.2.1-SNAPSHOT 4.0.0 org.apache.geronimo.plugins 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.modules 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.modules 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 @@ org.apache.geronimo.plugins activemq - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.modules 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 @@ org.apache.geronimo.plugins plugins - 2.2 + 2.2.1-SNAPSHOT activemq 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 @@ - - - - - - - - 4.0.0 - - - org.apache.geronimo.plugins - aspectj - 2.2 - - - org.apache.geronimo.configs - aspectj - Geronimo Plugins, AspectJ :: AspectJ - car - - - - org.apache.geronimo.framework - geronimo-gbean-deployer - ${version} - car - provided - - - - org.aspectj - aspectjrt - - - - org.aspectj - aspectjweaver - - - - org.apache.geronimo.configs - j2ee-server - ${version} - car - - - - org.apache.geronimo.modules - geronimo-aspectj - ${version} - - - - - - - org.apache.geronimo.buildsupport - car-maven-plugin - - - true - true - - AspectJ - - - - - - - + + + + + + + + 4.0.0 + + + org.apache.geronimo.plugins + aspectj + 2.2.1-SNAPSHOT + + + org.apache.geronimo.configs + aspectj + Geronimo Plugins, AspectJ :: AspectJ + car + + + + org.apache.geronimo.framework + geronimo-gbean-deployer + ${version} + car + provided + + + + org.aspectj + aspectjrt + + + + org.aspectj + aspectjweaver + + + + org.apache.geronimo.configs + j2ee-server + ${version} + car + + + + org.apache.geronimo.modules + geronimo-aspectj + ${version} + + + + + + + org.apache.geronimo.buildsupport + car-maven-plugin + + + true + true + + AspectJ + + + + + + + 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 @@ - - - - - - - - 4.0.0 - - - org.apache.geronimo.plugins - aspectj - 2.2 - - - org.apache.geronimo.modules - geronimo-aspectj - Geronimo Plugins, AspectJ :: AspectJ - - - - org.aspectj - aspectjrt - - - - org.aspectj - aspectjweaver - - - - org.apache.geronimo.modules - geronimo-j2ee - ${version} - - - - org.apache.geronimo.framework - geronimo-kernel - ${version} - - - - org.apache.geronimo.framework - geronimo-transformer - ${version} - - - - - + + + + + + + + 4.0.0 + + + org.apache.geronimo.plugins + aspectj + 2.2.1-SNAPSHOT + + + org.apache.geronimo.modules + geronimo-aspectj + Geronimo Plugins, AspectJ :: AspectJ + + + + org.aspectj + aspectjrt + + + + org.aspectj + aspectjweaver + + + + org.apache.geronimo.modules + geronimo-j2ee + ${version} + + + + org.apache.geronimo.framework + geronimo-kernel + ${version} + + + + org.apache.geronimo.framework + geronimo-transformer + ${version} + + + + + 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 @@ - - - - - - - - 4.0.0 - - - org.apache.geronimo.plugins - plugins - 2.2 - - - aspectj - Geronimo Plugins, AspectJ - pom - - - AspectJ plugin - - - - geronimo-aspectj - aspectj - - - + + + + + + + + 4.0.0 + + + org.apache.geronimo.plugins + plugins + 2.2.1-SNAPSHOT + + + aspectj + Geronimo Plugins, AspectJ + pom + + + AspectJ plugin + + + + geronimo-aspectj + aspectj + + + 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 @@ org.apache.geronimo.plugins axis - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins axis - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins axis - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.modules 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 @@ org.apache.geronimo.plugins axis - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.modules 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 @@ org.apache.geronimo.plugins plugins - 2.2 + 2.2.1-SNAPSHOT axis 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 @@ org.apache.geronimo.plugins axis2 - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins axis2 - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins axis2 - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs 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 @@ org.apache.geronimo.plugins axis2 - 2.2 + 2.2.1-SNAPSHOT org.apache.geronimo.configs