Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 77574 invoked from network); 18 Mar 2010 09:49:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Mar 2010 09:49:36 -0000 Received: (qmail 42300 invoked by uid 500); 18 Mar 2010 09:49:35 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 42224 invoked by uid 500); 18 Mar 2010 09:49:35 -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 42217 invoked by uid 99); 18 Mar 2010 09:49:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Mar 2010 09:49:34 +0000 X-ASF-Spam-Status: No, hits=-1322.3 required=10.0 tests=ALL_TRUSTED,AWL 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; Thu, 18 Mar 2010 09:49:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 24100238897A; Thu, 18 Mar 2010 09:49:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r924678 - in /geronimo/server/branches/2.1: ./ assemblies/geronimo-boilerplate-minimal/ plugins/jaxws/jaxws-tools/ plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ Date: Thu, 18 Mar 2010 09:49:13 -0000 To: scm@geronimo.apache.org From: rwonly@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100318094913.24100238897A@eris.apache.org> Author: rwonly Date: Thu Mar 18 09:49:12 2010 New Revision: 924678 URL: http://svn.apache.org/viewvc?rev=924678&view=rev Log: update a bunch of maven plugin versions plus some err fixes Modified: geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml geronimo/server/branches/2.1/plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ClusteredManagerTest.java geronimo/server/branches/2.1/pom.xml Modified: geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml?rev=924678&r1=924677&r2=924678&view=diff ============================================================================== --- geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml (original) +++ geronimo/server/branches/2.1/assemblies/geronimo-boilerplate-minimal/pom.xml Thu Mar 18 09:49:12 2010 @@ -324,7 +324,7 @@ - + Modified: geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml?rev=924678&r1=924677&r2=924678&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml (original) +++ geronimo/server/branches/2.1/plugins/jaxws/jaxws-tools/pom.xml Thu Mar 18 09:49:12 2010 @@ -65,7 +65,7 @@ - + Modified: geronimo/server/branches/2.1/plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ClusteredManagerTest.java URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ClusteredManagerTest.java?rev=924678&r1=924677&r2=924678&view=diff ============================================================================== --- geronimo/server/branches/2.1/plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ClusteredManagerTest.java (original) +++ geronimo/server/branches/2.1/plugins/tomcat/geronimo-tomcat6-clustering-wadi/src/test/java/org/apache/geronimo/tomcat/cluster/ClusteredManagerTest.java Thu Mar 18 09:49:12 2010 @@ -149,8 +149,8 @@ public class ClusteredManagerTest extend public void testInvalidateSessionReleasesUnderlyingSessionAndRemoveSessionFromManager() throws Exception { final org.apache.geronimo.clustering.Session underlyingSession =recordCreateUnderlyingSession(); - context.getLoader(); - modify().returnValue(null); + //context.getLoader(); + //modify().returnValue(null); underlyingSession.release(); modify().perform(new Action() { public Object invocation(Object[] arg0, MethodHandle arg1) throws Throwable { Modified: geronimo/server/branches/2.1/pom.xml URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=924678&r1=924677&r2=924678&view=diff ============================================================================== --- geronimo/server/branches/2.1/pom.xml (original) +++ geronimo/server/branches/2.1/pom.xml Thu Mar 18 09:49:12 2010 @@ -2124,36 +2124,36 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.0-alpha-3 + org.apache.maven.plugins maven-assembly-plugin - 2.2-beta-1 + - + org.apache.maven.plugins maven-dependency-plugin - 2.0-alpha-4 + 2.0-alpha-4 - + org.codehaus.mojo @@ -2164,7 +2164,7 @@ org.codehaus.mojo xmlbeans-maven-plugin - 2.3.1 + @@ -2181,14 +2181,14 @@ org.codehaus.groovy.maven gmaven-plugin - 1.0-rc-2 + - + org.codehaus.mojo.jspc @@ -2232,13 +2232,13 @@ org.codehaus.mojo sql-maven-plugin - 1.0 + org.codehaus.mojo jaxb2-maven-plugin - 1.2 + @@ -2292,7 +2292,7 @@ org.apache.maven.plugins maven-rar-plugin - 2.2 + @@ -2304,8 +2304,21 @@ org.apache.maven.plugins maven-jar-plugin - 2.1 + + + + + false + + + + + + org.apache.maven.plugins + maven-ejb-plugin + + 3.0 false @@ -2316,7 +2329,7 @@ org.apache.maven.plugins maven-surefire-plugin - + true false @@ -2401,7 +2414,7 @@ org.codehaus.mojo shitty-maven-plugin - 1.0-alpha-2 + @@ -2413,7 +2426,7 @@ org.apache.maven.plugins maven-deploy-plugin - 2.3 + true true @@ -2424,7 +2437,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.0-alpha-3 + ${gpg.passphrase} @@ -2440,7 +2453,7 @@ org.apache.maven.plugins maven-release-plugin - 2.0-beta-6 + @@ -2506,7 +2519,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.3 + true true @@ -2523,7 +2536,7 @@ org.apache.maven.plugins maven-pmd-plugin - 2.2 + 1.5