Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 93084200C14 for ; Tue, 7 Feb 2017 20:11:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 91AA0160B3E; Tue, 7 Feb 2017 19:11:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0D034160B32 for ; Tue, 7 Feb 2017 20:11:13 +0100 (CET) Received: (qmail 15248 invoked by uid 500); 7 Feb 2017 19:11:13 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 15239 invoked by uid 99); 7 Feb 2017 19:11:13 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 19:11:13 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BB6F33A0F9E for ; Tue, 7 Feb 2017 19:11:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1782055 - in /qpid/qpid-jms-amqp-0-x/trunk/jca: pom.xml rar/pom.xml Date: Tue, 07 Feb 2017 19:11:12 -0000 To: commits@qpid.apache.org From: kwall@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170207191112.BB6F33A0F9E@svn01-us-west.apache.org> archived-at: Tue, 07 Feb 2017 19:11:14 -0000 Author: kwall Date: Tue Feb 7 19:11:12 2017 New Revision: 1782055 URL: http://svn.apache.org/viewvc?rev=1782055&view=rev Log: QPID-7622: Correct maven parentage of the JCA modules Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml?rev=1782055&r1=1782054&r2=1782055&view=diff ============================================================================== --- qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml (original) +++ qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml Tue Feb 7 19:11:12 2017 @@ -20,7 +20,7 @@ org.apache.qpid - qpid-java-build + qpid-jms-amqp-0-x-parent 7.0.0-SNAPSHOT Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml?rev=1782055&r1=1782054&r2=1782055&view=diff ============================================================================== --- qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml (original) +++ qpid/qpid-jms-amqp-0-x/trunk/jca/rar/pom.xml Tue Feb 7 19:11:12 2017 @@ -20,7 +20,7 @@ org.apache.qpid - qpid-java-build + qpid-jms-amqp-0-x-parent 7.0.0-SNAPSHOT ../../pom.xml --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org