Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 77761 invoked from network); 7 May 2010 23:49:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 May 2010 23:49:20 -0000 Received: (qmail 15008 invoked by uid 500); 7 May 2010 23:49:20 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 14958 invoked by uid 500); 7 May 2010 23:49:20 -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 14951 invoked by uid 99); 7 May 2010 23:49:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 May 2010 23:49:20 +0000 X-ASF-Spam-Status: No, hits=-1447.0 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; Fri, 07 May 2010 23:49:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 444762388A4B; Fri, 7 May 2010 23:48:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r942272 - in /geronimo/components/txmanager/trunk: geronimo-connector/pom.xml geronimo-connector/src/test/resources/ geronimo-transaction/pom.xml geronimo-transaction/src/test/resources/ pom.xml Date: Fri, 07 May 2010 23:48:23 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100507234823.444762388A4B@eris.apache.org> Author: djencks Date: Fri May 7 23:48:22 2010 New Revision: 942272 URL: http://svn.apache.org/viewvc?rev=942272&view=rev Log: build cleanup Removed: geronimo/components/txmanager/trunk/geronimo-connector/src/test/resources/ geronimo/components/txmanager/trunk/geronimo-transaction/src/test/resources/ Modified: geronimo/components/txmanager/trunk/geronimo-connector/pom.xml geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml geronimo/components/txmanager/trunk/pom.xml Modified: geronimo/components/txmanager/trunk/geronimo-connector/pom.xml URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/geronimo-connector/pom.xml?rev=942272&r1=942271&r2=942272&view=diff ============================================================================== --- geronimo/components/txmanager/trunk/geronimo-connector/pom.xml (original) +++ geronimo/components/txmanager/trunk/geronimo-connector/pom.xml Fri May 7 23:48:22 2010 @@ -33,9 +33,9 @@ bundle Geronimo J2CA Connector Framework - http://geronimo.apache.org/maven/${siteId}/${version} + http://geronimo.apache.org/maven/${siteId}/${project.version} - components/${artifactId} + components/${project.artifactId} @@ -72,6 +72,16 @@ org.apache.maven.plugins + maven-remote-resources-plugin + + + generate-test-sources + + + + + + org.apache.maven.plugins maven-jar-plugin Modified: geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml?rev=942272&r1=942271&r2=942272&view=diff ============================================================================== --- geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml (original) +++ geronimo/components/txmanager/trunk/geronimo-transaction/pom.xml Fri May 7 23:48:22 2010 @@ -33,9 +33,9 @@ bundle Geronimo Transaction Manager - http://geronimo.apache.org/maven/${siteId}/${version} + http://geronimo.apache.org/maven/${siteId}/${project.version} - components/${artifactId} + components/${project.artifactId} Modified: geronimo/components/txmanager/trunk/pom.xml URL: http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk/pom.xml?rev=942272&r1=942271&r2=942272&view=diff ============================================================================== --- geronimo/components/txmanager/trunk/pom.xml (original) +++ geronimo/components/txmanager/trunk/pom.xml Fri May 7 23:48:22 2010 @@ -43,9 +43,9 @@ http://svn.apache.org/viewvc/geronimo/components/txmanager/trunk - http://geronimo.apache.org/maven/${siteId}/${version} + http://geronimo.apache.org/maven/${siteId}/${project.version} - components/${artifactId} + components/${project.artifactId} @@ -55,12 +55,12 @@ org.apache.geronimo.components geronimo-transaction - ${version} + ${project.version} org.apache.geronimo.components geronimo-connector - ${version} + ${project.version}