Return-Path: X-Original-To: apmail-aries-commits-archive@www.apache.org Delivered-To: apmail-aries-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CC3F18A7A for ; Fri, 22 May 2015 12:00:57 +0000 (UTC) Received: (qmail 62417 invoked by uid 500); 22 May 2015 12:00:57 -0000 Delivered-To: apmail-aries-commits-archive@aries.apache.org Received: (qmail 62350 invoked by uid 500); 22 May 2015 12:00:57 -0000 Mailing-List: contact commits-help@aries.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aries.apache.org Delivered-To: mailing list commits@aries.apache.org Received: (qmail 62334 invoked by uid 99); 22 May 2015 12:00:57 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2015 12:00:57 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id E841BAC0639 for ; Fri, 22 May 2015 12:00:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1681085 - in /aries/trunk/jpa: examples/pom.xml itests/pom.xml jpa-api/pom.xml jpa-blueprint/pom.xml jpa-container/pom.xml jpa-support/pom.xml Date: Fri, 22 May 2015 12:00:56 -0000 To: commits@aries.apache.org From: cschneider@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150522120056.E841BAC0639@hades.apache.org> Author: cschneider Date: Fri May 22 12:00:56 2015 New Revision: 1681085 URL: http://svn.apache.org/r1681085 Log: [ARIES-1325] Fix broken parent rel paths Modified: aries/trunk/jpa/examples/pom.xml aries/trunk/jpa/itests/pom.xml aries/trunk/jpa/jpa-api/pom.xml aries/trunk/jpa/jpa-blueprint/pom.xml aries/trunk/jpa/jpa-container/pom.xml aries/trunk/jpa/jpa-support/pom.xml Modified: aries/trunk/jpa/examples/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/examples/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/examples/pom.xml (original) +++ aries/trunk/jpa/examples/pom.xml Fri May 22 12:00:56 2015 @@ -13,6 +13,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT + ../jpa-parent Modified: aries/trunk/jpa/itests/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/itests/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/itests/pom.xml (original) +++ aries/trunk/jpa/itests/pom.xml Fri May 22 12:00:56 2015 @@ -13,7 +13,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT - ../parent + ../jpa-parent Modified: aries/trunk/jpa/jpa-api/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-api/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/jpa-api/pom.xml (original) +++ aries/trunk/jpa/jpa-api/pom.xml Fri May 22 12:00:56 2015 @@ -25,7 +25,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT - ../parent/pom.xml + ../jpa-parent org.apache.aries.jpa.api Modified: aries/trunk/jpa/jpa-blueprint/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-blueprint/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/jpa-blueprint/pom.xml (original) +++ aries/trunk/jpa/jpa-blueprint/pom.xml Fri May 22 12:00:56 2015 @@ -5,7 +5,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT - .. + ../jpa-parent org.apache.aries.jpa.blueprint Apache Aries JPA blueprint Modified: aries/trunk/jpa/jpa-container/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-container/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/jpa-container/pom.xml (original) +++ aries/trunk/jpa/jpa-container/pom.xml Fri May 22 12:00:56 2015 @@ -24,6 +24,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT + ../jpa-parent org.apache.aries.jpa.container Apache Aries JPA container Modified: aries/trunk/jpa/jpa-support/pom.xml URL: http://svn.apache.org/viewvc/aries/trunk/jpa/jpa-support/pom.xml?rev=1681085&r1=1681084&r2=1681085&view=diff ============================================================================== --- aries/trunk/jpa/jpa-support/pom.xml (original) +++ aries/trunk/jpa/jpa-support/pom.xml Fri May 22 12:00:56 2015 @@ -5,6 +5,7 @@ org.apache.aries.jpa org.apache.aries.jpa.parent 2.0.0-SNAPSHOT + ../jpa-parent org.apache.aries.jpa.support Apache Aries JPA support