Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 30635 invoked from network); 29 Aug 2007 06:29:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2007 06:29:22 -0000 Received: (qmail 35746 invoked by uid 500); 29 Aug 2007 06:29:17 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 35597 invoked by uid 500); 29 Aug 2007 06:29:17 -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 35586 invoked by uid 99); 29 Aug 2007 06:29:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 23:29:17 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2007 06:30:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 928651A9832; Tue, 28 Aug 2007 23:28:56 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r570656 - in /geronimo/sandbox/gshell/trunk: ./ gshell-api/ gshell-api/src/main/resources/org/apache/geronimo/gshell/util/ gshell-assembly/ gshell-bootstrap/ gshell-cli/ gshell-commands/ gshell-commands/gshell-scripting-commands/ gshell-com... Date: Wed, 29 Aug 2007 06:28:54 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070829062856.928651A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jdillon Date: Tue Aug 28 23:28:53 2007 New Revision: 570656 URL: http://svn.apache.org/viewvc?rev=570656&view=rev Log: Pin down more plugin versions, revert back to using ${pom.version} for now so the release plugin will work Modified: geronimo/sandbox/gshell/trunk/gshell-api/pom.xml geronimo/sandbox/gshell/trunk/gshell-api/src/main/resources/org/apache/geronimo/gshell/util/version.properties geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml geronimo/sandbox/gshell/trunk/gshell-bootstrap/pom.xml geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml geronimo/sandbox/gshell/trunk/gshell-commands/gshell-scripting-commands/pom.xml geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs-commands/pom.xml geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml geronimo/sandbox/gshell/trunk/gshell-common/pom.xml geronimo/sandbox/gshell/trunk/gshell-core/pom.xml geronimo/sandbox/gshell/trunk/gshell-diet/pom.xml geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml geronimo/sandbox/gshell/trunk/javacc-maven-plugin/pom.xml geronimo/sandbox/gshell/trunk/pom.xml Modified: geronimo/sandbox/gshell/trunk/gshell-api/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-api/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-api/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-api/pom.xml Tue Aug 28 23:28:53 2007 @@ -41,19 +41,19 @@ org.apache.geronimo.gshell gshell-common - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-clp - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-prefs - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-api/src/main/resources/org/apache/geronimo/gshell/util/version.properties URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-api/src/main/resources/org/apache/geronimo/gshell/util/version.properties?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-api/src/main/resources/org/apache/geronimo/gshell/util/version.properties (original) +++ geronimo/sandbox/gshell/trunk/gshell-api/src/main/resources/org/apache/geronimo/gshell/util/version.properties Tue Aug 28 23:28:53 2007 @@ -21,4 +21,4 @@ ## $Rev$ $Date$ ## -version=${version} +version=${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-assembly/pom.xml Tue Aug 28 23:28:53 2007 @@ -38,38 +38,38 @@ org.apache.geronimo.gshell gshell-bootstrap - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-core - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-cli - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-standard-commands - ${version} + ${pom.version} @@ -86,7 +86,7 @@ org.apache.geronimo.gshell gshell-diet-log4j - ${version} + ${pom.version} @@ -107,7 +107,7 @@ ${pom.basedir}/src/main/assembly/bin.xml - gshell-${version} + gshell-${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-bootstrap/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-bootstrap/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-bootstrap/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-bootstrap/pom.xml Tue Aug 28 23:28:53 2007 @@ -37,7 +37,7 @@ org.apache.geronimo.gshell gshell-diet-classworlds - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-cli/pom.xml Tue Aug 28 23:28:53 2007 @@ -37,13 +37,13 @@ org.apache.geronimo.gshell gshell-core - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-diet-classworlds - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-scripting-commands/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-scripting-commands/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-scripting-commands/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-scripting-commands/pom.xml Tue Aug 28 23:28:53 2007 @@ -41,7 +41,7 @@ org.apache.geronimo.gshell gshell-core - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs-commands/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs-commands/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs-commands/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-commands/gshell-vfs-commands/pom.xml Tue Aug 28 23:28:53 2007 @@ -37,7 +37,7 @@ org.apache.geronimo.gshell gshell-api - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-commands/pom.xml Tue Aug 28 23:28:53 2007 @@ -38,7 +38,7 @@ org.apache.geronimo.gshell gshell-api - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-common/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-common/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-common/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-common/pom.xml Tue Aug 28 23:28:53 2007 @@ -41,7 +41,7 @@ org.apache.geronimo.gshell gshell-diet-commons-lang - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-core/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-core/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-core/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-core/pom.xml Tue Aug 28 23:28:53 2007 @@ -37,13 +37,13 @@ org.apache.geronimo.gshell gshell-api - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-diet-classworlds - ${version} + ${pom.version} @@ -59,7 +59,7 @@ org.apache.geronimo.gshell gshell-diet-plexus-utils - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/gshell-diet/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-diet/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-diet/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-diet/pom.xml Tue Aug 28 23:28:53 2007 @@ -47,10 +47,12 @@ + org.apache.maven.plugins maven-compiler-plugin - 2.0.2 true true Modified: geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/gshell-testsuite/pom.xml Tue Aug 28 23:28:53 2007 @@ -37,25 +37,25 @@ org.apache.geronimo.gshell gshell-core - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-cli - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-standard-commands - ${version} + ${pom.version} org.apache.geronimo.gshell gshell-scripting-commands - ${version} + ${pom.version} Modified: geronimo/sandbox/gshell/trunk/javacc-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/javacc-maven-plugin/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/javacc-maven-plugin/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/javacc-maven-plugin/pom.xml Tue Aug 28 23:28:53 2007 @@ -104,7 +104,7 @@ org.apache.maven.plugins maven-install-plugin - 2.2-SNAPSHOT + 2.2 Modified: geronimo/sandbox/gshell/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/pom.xml?rev=570656&r1=570655&r2=570656&view=diff ============================================================================== --- geronimo/sandbox/gshell/trunk/pom.xml (original) +++ geronimo/sandbox/gshell/trunk/pom.xml Tue Aug 28 23:28:53 2007 @@ -43,18 +43,6 @@ https://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/ - - - 1.0-alpha-1-SNAPSHOT - - @@ -97,13 +85,6 @@ - junit - junit - 3.8.2 - test - - - org.codehaus.plexus plexus-classworlds 1.2-alpha-10 @@ -137,7 +118,7 @@ - + org.codehaus.plexus plexus-utils @@ -185,6 +166,13 @@ + + + junit + junit + 3.8.2 + test + @@ -193,16 +181,64 @@ org.apache.maven.plugins + maven-compiler-plugin + 2.0.2 + + + + org.apache.maven.plugins maven-enforcer-plugin 1.0-alpha-3 - + + + org.apache.maven.plugins + maven-jar-plugin + 2.1 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.2 + + org.apache.maven.plugins maven-javadoc-plugin 2.3 - + + + org.apache.maven.plugins + maven-antrun-plugin + 1.1 + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-beta-1 + + + + org.apache.maven.plugins + maven-release-plugin + 2.0-beta-4 + + + + org.apache.maven.plugins + maven-install-plugin + 2.2 + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.3 + + org.apache.maven.plugins maven-surefire-plugin @@ -223,11 +259,6 @@ org.apache.maven.plugins maven-idea-plugin 2.1 - - 1.5 - 5.0 - true - @@ -262,8 +293,6 @@ org.apache.geronimo.genesis.plugins tools-maven-plugin - true - install-legal-files @@ -278,7 +307,6 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 true true @@ -298,14 +326,6 @@ true - - - org.apache.maven.plugins - maven-release-plugin - - https://svn.apache.org/repos/asf/geronimo/sandbox/gshell/tags - - @@ -325,11 +345,6 @@ - - apache-snapshots Apache Snapshots Repository