Return-Path: Delivered-To: apmail-incubator-aries-commits-archive@minotaur.apache.org Received: (qmail 22899 invoked from network); 16 Aug 2010 17:29:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Aug 2010 17:29:57 -0000 Received: (qmail 28602 invoked by uid 500); 16 Aug 2010 17:29:57 -0000 Delivered-To: apmail-incubator-aries-commits-archive@incubator.apache.org Received: (qmail 28492 invoked by uid 500); 16 Aug 2010 17:29:56 -0000 Mailing-List: contact aries-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: aries-dev@incubator.apache.org Delivered-To: mailing list aries-commits@incubator.apache.org Received: (qmail 28484 invoked by uid 99); 16 Aug 2010 17:29:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Aug 2010 17:29:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 16 Aug 2010 17:29:53 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F319623889BF; Mon, 16 Aug 2010 17:28:34 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r986065 - in /incubator/aries/branches/0.2-incubating-RCx/jpa: ./ jpa-api/ jpa-blueprint-aries/ jpa-blueprint-testbundle/ jpa-container-context/ jpa-container-itest/ jpa-container-testbundle/ jpa-container/ Date: Mon, 16 Aug 2010 17:28:34 -0000 To: aries-commits@incubator.apache.org From: zoe@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100816172834.F319623889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: zoe Date: Mon Aug 16 17:28:34 2010 New Revision: 986065 URL: http://svn.apache.org/viewvc?rev=986065&view=rev Log: [maven-release-plugin] prepare release jpa-0.2-incubating Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-api/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-aries/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-testbundle/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-context/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-itest/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container/pom.xml incubator/aries/branches/0.2-incubating-RCx/jpa/pom.xml Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-api/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-api/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-api/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-api/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.api Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-aries/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-aries/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-aries/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-aries/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating Aries JPA Container blueprint integration for Aries blueprint 4.0.0 Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-testbundle/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-testbundle/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-testbundle/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-blueprint-testbundle/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.blueprint.itest.bundle Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-context/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-context/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-context/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-context/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.container.context Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-itest/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-itest/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-itest/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-itest/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.container.itest Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container-testbundle/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.container.itest.bundle @@ -68,12 +68,12 @@ process-classes - + - - - + + + Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/jpa-container/pom.xml Mon Aug 16 17:28:34 2010 @@ -21,7 +21,7 @@ jpa org.apache.aries.jpa - 0.2-incubating-SNAPSHOT + 0.2-incubating 4.0.0 org.apache.aries.jpa.container Modified: incubator/aries/branches/0.2-incubating-RCx/jpa/pom.xml URL: http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa/pom.xml?rev=986065&r1=986064&r2=986065&view=diff ============================================================================== --- incubator/aries/branches/0.2-incubating-RCx/jpa/pom.xml (original) +++ incubator/aries/branches/0.2-incubating-RCx/jpa/pom.xml Mon Aug 16 17:28:34 2010 @@ -28,11 +28,11 @@ jpa pom Aries JPA Component - 0.2-incubating-SNAPSHOT + 0.2-incubating - scm:svn:http://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/jpa - scm:svn:https://svn.apache.org/repos/asf/incubator/aries/branches/0.2-incubating-RCx/jpa - http://svn.apache.org/viewvc/incubator/aries/branches/0.2-incubating-RCx/jpa + scm:svn:http://svn.apache.org/repos/asf/incubator/aries/tags/jpa-0.2-incubating + scm:svn:https://svn.apache.org/repos/asf/incubator/aries/tags/jpa-0.2-incubating + http://svn.apache.org/viewvc/incubator/aries/tags/jpa-0.2-incubating