Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 49601 invoked from network); 22 Feb 2011 01:03:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 01:03:04 -0000 Received: (qmail 71084 invoked by uid 500); 22 Feb 2011 01:03:04 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 70948 invoked by uid 500); 22 Feb 2011 01:03:03 -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 70941 invoked by uid 99); 22 Feb 2011 01:03:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 01:03:03 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Tue, 22 Feb 2011 01:03:03 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3E006238896F; Tue, 22 Feb 2011 01:02:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1073193 - in /geronimo/sandbox/djencks/txmanager: geronimo-transaction/pom.xml pom.xml Date: Tue, 22 Feb 2011 01:02:43 -0000 To: scm@geronimo.apache.org From: djencks@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110222010243.3E006238896F@eris.apache.org> Author: djencks Date: Tue Feb 22 01:02:42 2011 New Revision: 1073193 URL: http://svn.apache.org/viewvc?rev=1073193&view=rev Log: upgrade bundle plugin, experiment with uses clauses Modified: geronimo/sandbox/djencks/txmanager/geronimo-transaction/pom.xml geronimo/sandbox/djencks/txmanager/pom.xml Modified: geronimo/sandbox/djencks/txmanager/geronimo-transaction/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/txmanager/geronimo-transaction/pom.xml?rev=1073193&r1=1073192&r2=1073193&view=diff ============================================================================== --- geronimo/sandbox/djencks/txmanager/geronimo-transaction/pom.xml (original) +++ geronimo/sandbox/djencks/txmanager/geronimo-transaction/pom.xml Tue Feb 22 01:02:42 2011 @@ -121,6 +121,8 @@ org.apache.geronimo.transaction*;version=3.0 + + javax.resource.spi;version="[1.5,2.0)", * Modified: geronimo/sandbox/djencks/txmanager/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/djencks/txmanager/pom.xml?rev=1073193&r1=1073192&r2=1073193&view=diff ============================================================================== --- geronimo/sandbox/djencks/txmanager/pom.xml (original) +++ geronimo/sandbox/djencks/txmanager/pom.xml Tue Feb 22 01:02:42 2011 @@ -132,12 +132,12 @@ org.apache.felix maven-bundle-plugin - 2.0.1 + 2.3.4 <_versionpolicy-impl>[$(version;==;$(@)),$(version;=+;$(@))) <_versionpolicy-uses>[$(version;==;$(@)),$(version;+;$(@))) - <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@))) +