Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 71906 invoked from network); 5 Mar 2006 00:53:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Mar 2006 00:53:01 -0000 Received: (qmail 98268 invoked by uid 500); 5 Mar 2006 00:53:47 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 98242 invoked by uid 500); 5 Mar 2006 00:53:47 -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 98231 invoked by uid 99); 5 Mar 2006 00:53:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Mar 2006 16:53:47 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 04 Mar 2006 16:53:45 -0800 Received: (qmail 71876 invoked by uid 65534); 5 Mar 2006 00:52:38 -0000 Message-ID: <20060305005238.71875.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r383234 - in /geronimo/trunk: ./ modules/activemq-embedded-rar/ modules/connector-builder/ modules/connector/ modules/converter/ modules/deploy-tool/ modules/derby/ modules/directory/ modules/j2ee-builder/ modules/j2ee-schema/ modules/javam... Date: Sun, 05 Mar 2006 00:52:33 -0000 To: scm@geronimo.apache.org From: jlaskowski@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jlaskowski Date: Sat Mar 4 16:52:31 2006 New Revision: 383234 URL: http://svn.apache.org/viewcvs?rev=383234&view=rev Log: More updates to pom.xml's 'mvn clean install' doesn't finish successfully yet, but it's very close. Use M2 from http://maven.zones.apache.org/~maven/builds/trunk/m2-20060304.190000.tar.gz Added: geronimo/trunk/modules/activemq-embedded-rar/pom.xml (with props) geronimo/trunk/modules/security/pom.xml (with props) Modified: geronimo/trunk/modules/connector-builder/pom.xml geronimo/trunk/modules/connector/pom.xml geronimo/trunk/modules/converter/pom.xml geronimo/trunk/modules/deploy-tool/pom.xml geronimo/trunk/modules/derby/pom.xml geronimo/trunk/modules/directory/pom.xml geronimo/trunk/modules/j2ee-builder/pom.xml geronimo/trunk/modules/j2ee-schema/pom.xml geronimo/trunk/modules/javamail-transport/pom.xml geronimo/trunk/modules/jmx-remoting/pom.xml geronimo/trunk/modules/kernel/pom.xml geronimo/trunk/modules/mail/pom.xml geronimo/trunk/modules/management/pom.xml geronimo/trunk/modules/naming-builder/pom.xml geronimo/trunk/modules/scripts/pom.xml geronimo/trunk/modules/security-builder/pom.xml geronimo/trunk/modules/service-builder/pom.xml geronimo/trunk/modules/session/pom.xml geronimo/trunk/modules/spring/pom.xml geronimo/trunk/modules/system/pom.xml geronimo/trunk/modules/test-ddbean/pom.xml geronimo/trunk/modules/timer/pom.xml geronimo/trunk/modules/web-builder/pom.xml geronimo/trunk/modules/webservices/pom.xml geronimo/trunk/pom.xml Added: geronimo/trunk/modules/activemq-embedded-rar/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/activemq-embedded-rar/pom.xml?rev=383234&view=auto ============================================================================== --- geronimo/trunk/modules/activemq-embedded-rar/pom.xml (added) +++ geronimo/trunk/modules/activemq-embedded-rar/pom.xml Sat Mar 4 16:52:31 2006 @@ -0,0 +1,65 @@ + + + + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.2-SNAPSHOT + + org.apache.geronimo + geronimo-activemq-embedded-rar + ${geronimoVersion} + rar + Geronimo :: ActiveMQ Embedded RAR + Resource Adapter configuration for using ActiveMQ as a bundled JMS provider. + + + + maven-rar-plugin + ${mavenRarPluginVersion} + + ${basedir}/src/rar/META-INF/ra.xml + false + + + + + + + activemq + activemq-core + ${activeMqVersion} + + + activemq + activemq-ra + ${activeMqVersion} + + + + incubator-derby + derby + + + + + Propchange: geronimo/trunk/modules/activemq-embedded-rar/pom.xml ------------------------------------------------------------------------------ svn:executable = * Propchange: geronimo/trunk/modules/activemq-embedded-rar/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: geronimo/trunk/modules/activemq-embedded-rar/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/modules/connector-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/connector-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/connector-builder/pom.xml (original) +++ geronimo/trunk/modules/connector-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,7 +28,6 @@ org.apache.geronimo geronimo-connector-builder ${geronimoVersion} - jar Geronimo :: Connector :: Builder @@ -36,15 +35,11 @@ true - - - src/test-resources - - org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -67,18 +62,26 @@ - - - + + + stax + stax-api + stax stax + 1.1.1-dev + compile + + + xmlbeans + xmlbeans-jsr173-api + + - org.apache.geronimo Modified: geronimo/trunk/modules/connector/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/connector/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/connector/pom.xml (original) +++ geronimo/trunk/modules/connector/pom.xml Sat Mar 4 16:52:31 2006 @@ -36,7 +36,6 @@ - org.apache.geronimo geronimo-naming @@ -113,10 +112,10 @@ mx4j - tranql tranql + test Modified: geronimo/trunk/modules/converter/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/converter/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/converter/pom.xml (original) +++ geronimo/trunk/modules/converter/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,10 +28,6 @@ geronimo-converter Geronimo :: Configuration Converter ${geronimoVersion} - - - - org.apache.geronimo Modified: geronimo/trunk/modules/deploy-tool/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/deploy-tool/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/deploy-tool/pom.xml (original) +++ geronimo/trunk/modules/deploy-tool/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,13 +28,7 @@ org.apache.geronimo geronimo-deploy-tool ${geronimoVersion} - jar Geronimo :: Deploy :: CLI Tool - - - - - Modified: geronimo/trunk/modules/derby/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/derby/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/derby/pom.xml (original) +++ geronimo/trunk/modules/derby/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,13 +28,8 @@ org.apache.geronimo geronimo-derby ${geronimoVersion} - jar Geronimo :: Derby Wrapper for using Apache Derby as a bundled database. - - - - org.apache.geronimo Modified: geronimo/trunk/modules/directory/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/directory/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/directory/pom.xml (original) +++ geronimo/trunk/modules/directory/pom.xml Sat Mar 4 16:52:31 2006 @@ -29,9 +29,6 @@ geronimo-directory ${geronimoVersion} Geronimo :: Directory - - - @@ -76,9 +73,6 @@ - - - org.apache.geronimo @@ -212,11 +206,6 @@ org.slf4j slf4j-simple ${slf4jVersion} - - - org.codehaus.mojo - xmlbeans-maven-plugin - ${xmlbeansMavenPluginVersion} Modified: geronimo/trunk/modules/j2ee-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/j2ee-builder/pom.xml (original) +++ geronimo/trunk/modules/j2ee-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -39,6 +39,7 @@ org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -56,18 +57,15 @@ - - - - xmlbeans xbean - - + + stax + stax-api + stax stax @@ -80,7 +78,6 @@ - org.apache.geronimo geronimo-common @@ -132,23 +129,18 @@ org.apache.geronimo.specs geronimo-jaxrpc_1.1_spec - - cglib cglib-nodep - commons-logging commons-logging - log4j log4j - mx4j mx4j Modified: geronimo/trunk/modules/j2ee-schema/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/j2ee-schema/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/j2ee-schema/pom.xml (original) +++ geronimo/trunk/modules/j2ee-schema/pom.xml Sat Mar 4 16:52:31 2006 @@ -1,14 +1,14 @@ stax stax Modified: geronimo/trunk/modules/javamail-transport/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/javamail-transport/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/javamail-transport/pom.xml (original) +++ geronimo/trunk/modules/javamail-transport/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,12 +28,7 @@ org.apache.geronimo geronimo-javamail-transport ${geronimoVersion} - jar Geronimo :: JavaMail Transport - - - - org.apache.geronimo.specs Modified: geronimo/trunk/modules/jmx-remoting/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/jmx-remoting/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/jmx-remoting/pom.xml (original) +++ geronimo/trunk/modules/jmx-remoting/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,13 +28,8 @@ org.apache.geronimo geronimo-jmxremoting ${geronimoVersion} - jar Geronimo :: JMX Remoting Provides remote access to a Geronimo server using JSR 160 JMX Remoting - - - - org.apache.geronimo Modified: geronimo/trunk/modules/kernel/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/kernel/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/kernel/pom.xml (original) +++ geronimo/trunk/modules/kernel/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,9 +28,7 @@ org.apache.geronimo geronimo-kernel ${geronimoVersion} - jar Geronimo :: Kernel - @@ -43,44 +41,35 @@ - org.apache.geronimo.specs geronimo-j2ee-management_1.0_spec ${geronimoSpecJ2eeManagementVersion} - org.apache.geronimo.specs geronimo-j2ee-deployment_1.1_spec ${geronimoSpecJ2eeDeploymentVersion} - - - cglib cglib-nodep ${cglibVersion} - commons-logging commons-logging ${commonsLoggingVersion} - log4j log4j ${log4jVersion} - mx4j mx4j ${mx4jVersion} - Modified: geronimo/trunk/modules/mail/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/mail/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/mail/pom.xml (original) +++ geronimo/trunk/modules/mail/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,18 +28,10 @@ org.apache.geronimo geronimo-mail ${geronimoVersion} - jar - Geronimo :: Mail - + Geronimo :: Mail - - - src/test-resources - - - org.apache.maven.plugins maven-surefire-plugin true @@ -51,10 +43,6 @@ - - - - Modified: geronimo/trunk/modules/management/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/management/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/management/pom.xml (original) +++ geronimo/trunk/modules/management/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,14 +28,8 @@ org.apache.geronimo geronimo-management ${geronimoVersion} - jar Geronimo :: Management API - - - - - org.apache.geronimo.specs geronimo-j2ee-management_1.0_spec Modified: geronimo/trunk/modules/naming-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/naming-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/naming-builder/pom.xml (original) +++ geronimo/trunk/modules/naming-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,12 +28,12 @@ geronimo-naming-builder Geronimo :: Naming :: Builder ${geronimoVersion} - org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -51,19 +51,15 @@ - - - - - xmlbeans xbean - - + + stax + stax-api + stax stax @@ -76,8 +72,6 @@ - - Modified: geronimo/trunk/modules/scripts/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/scripts/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/scripts/pom.xml (original) +++ geronimo/trunk/modules/scripts/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,14 +28,5 @@ org.apache.geronimo geronimo-scripts ${geronimoVersion} - jar Geronimo :: Scripts - - - - - src/resources - - - Modified: geronimo/trunk/modules/security-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/security-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/security-builder/pom.xml (original) +++ geronimo/trunk/modules/security-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -30,12 +30,12 @@ ${geronimoVersion} jar Geronimo :: Security :: Builder - org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -53,19 +53,15 @@ - - - - - xmlbeans xbean - - + + stax + stax-api + stax stax @@ -78,7 +74,6 @@ - org.apache.geronimo geronimo-security Added: geronimo/trunk/modules/security/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/security/pom.xml?rev=383234&view=auto ============================================================================== --- geronimo/trunk/modules/security/pom.xml (added) +++ geronimo/trunk/modules/security/pom.xml Sat Mar 4 16:52:31 2006 @@ -0,0 +1,124 @@ + + + + + + + 4.0.0 + + org.apache.geronimo + geronimo + 1.2-SNAPSHOT + + org.apache.geronimo + geronimo-security + ${geronimoVersion} + Geronimo :: Security + + + + maven-surefire-plugin + + + ${basedir}/src/test-data/data/login.config + ${basedir}/log4j.properties + + pertest + ${basedir} + + + + + + + org.apache.geronimo + geronimo-common + ${geronimoVersion} + + + org.apache.geronimo + geronimo-interceptor + ${geronimoVersion} + + + org.apache.geronimo + geronimo-j2ee + ${geronimoVersion} + + + org.apache.geronimo + geronimo-management + ${geronimoVersion} + + + org.apache.geronimo + geronimo-kernel + ${geronimoVersion} + + + org.apache.geronimo + geronimo-system + ${geronimoVersion} + + + org.apache.geronimo.specs + geronimo-j2ee-jacc_1.0_spec + ${geronimoSpecJ2eeJaccVersion} + + + cglib + cglib-nodep + ${cglibVersion} + + + concurrent + concurrent + ${concurrentVersion} + + + activeio + activeio + ${activeIoVersion} + + + commons-logging + commons-logging + ${commonsLoggingVersion} + + + mx4j + mx4j + ${mx4jVersion} + + + regexp + regexp + ${regexpVersion} + + + hsqldb + hsqldb + ${hsqldbVersion} + + + log4j + log4j + ${log4jVersion} + + + Propchange: geronimo/trunk/modules/security/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: geronimo/trunk/modules/security/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Modified: geronimo/trunk/modules/service-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/service-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/service-builder/pom.xml (original) +++ geronimo/trunk/modules/service-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,19 +28,13 @@ org.apache.geronimo geronimo-service-builder ${geronimoVersion} - jar Geronimo :: Service :: Builder - - - - src/test-resources - - org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -58,27 +52,15 @@ - - - - - - - - - - + + + stax + stax-api + stax stax @@ -91,7 +73,6 @@ - org.apache.geronimo geronimo-kernel Modified: geronimo/trunk/modules/session/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/session/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/session/pom.xml (original) +++ geronimo/trunk/modules/session/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,18 +28,12 @@ org.apache.geronimo geronimo-session ${geronimoVersion} - jar Geronimo :: Session - - - - commons-logging commons-logging - backport-util-concurrent backport-util-concurrent Modified: geronimo/trunk/modules/spring/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/spring/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/spring/pom.xml (original) +++ geronimo/trunk/modules/spring/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,20 +28,12 @@ org.apache.geronimo geronimo-spring ${geronimoVersion} - jar Geronimo :: Spring - - - - - - org.apache.geronimo geronimo-transaction - org.apache.geronimo geronimo-kernel Modified: geronimo/trunk/modules/system/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/system/pom.xml (original) +++ geronimo/trunk/modules/system/pom.xml Sat Mar 4 16:52:31 2006 @@ -30,13 +30,7 @@ ${geronimoVersion} jar Geronimo :: System - - - - src/test-data - - org.apache.maven.plugins @@ -50,7 +44,7 @@ maven-antrun-plugin - process-resources + process-classes Modified: geronimo/trunk/modules/test-ddbean/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/test-ddbean/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/test-ddbean/pom.xml (original) +++ geronimo/trunk/modules/test-ddbean/pom.xml Sat Mar 4 16:52:31 2006 @@ -1,14 +1,14 @@ - - xmlbeans xbean - stax stax-api - + + stax + stax + 1.1.1-dev + compile + + + xmlbeans + xmlbeans-jsr173-api + + + org.apache.geronimo.specs geronimo-j2ee-deployment_1.1_spec Modified: geronimo/trunk/modules/timer/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/timer/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/timer/pom.xml (original) +++ geronimo/trunk/modules/timer/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,13 +28,7 @@ org.apache.geronimo geronimo-timer ${geronimoVersion} - jar Geronimo :: Timer - - - - - @@ -96,16 +90,6 @@ org.apache.derby derby - - - - concurrent concurrent @@ -115,16 +99,5 @@ commons-logging commons-logging - - - - Modified: geronimo/trunk/modules/web-builder/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/web-builder/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/web-builder/pom.xml (original) +++ geronimo/trunk/modules/web-builder/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,17 +28,12 @@ geronimo-web-builder Geronimo :: Web :: Builder ${geronimoVersion} - - - - src/test-resources - - org.codehaus.mojo xmlbeans-maven-plugin + ${xmlbeansMavenPluginVersion} @@ -56,22 +51,26 @@ - - - - - xmlbeans xbean - - + + stax + stax-api + stax stax + 1.1.1-dev + compile + + + xmlbeans + xmlbeans-jsr173-api + + org.apache.geronimo Modified: geronimo/trunk/modules/webservices/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/webservices/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/modules/webservices/pom.xml (original) +++ geronimo/trunk/modules/webservices/pom.xml Sat Mar 4 16:52:31 2006 @@ -28,15 +28,8 @@ org.apache.geronimo geronimo-webservices ${geronimoVersion} - jar Geronimo :: Web Services - - - - - - org.apache.geronimo geronimo-common @@ -114,8 +107,6 @@ org.apache.geronimo.specs geronimo-jaxr_1.0_spec - - scout scout Modified: geronimo/trunk/pom.xml URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=383234&r1=383233&r2=383234&view=diff ============================================================================== --- geronimo/trunk/pom.xml (original) +++ geronimo/trunk/pom.xml Sat Mar 4 16:52:31 2006 @@ -1,14 +1,14 @@ - 1.2.0-1 + 1.2.0-1