Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 7B00910852 for ; Mon, 30 Sep 2013 22:10:28 +0000 (UTC) Received: (qmail 75438 invoked by uid 500); 30 Sep 2013 22:10:23 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 75331 invoked by uid 500); 30 Sep 2013 22:10:23 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 75184 invoked by uid 99); 30 Sep 2013 22:10:19 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 22:10:19 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 452CE833A29; Mon, 30 Sep 2013 22:10:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gtully@apache.org To: commits@activemq.apache.org Date: Mon, 30 Sep 2013 22:10:19 -0000 Message-Id: <064ed88f6e6348839d511294fd3a3535@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/6] https://issues.apache.org/jira/browse/AMQ-4757 activemq-jms-pool a generic jms xa pool derived from activemq-pool which activemq-pool now extends with amq specifics Updated Branches: refs/heads/trunk 6b9662440 -> b66559ee0 http://git-wip-us.apache.org/repos/asf/activemq/blob/b66559ee/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ac3f6cd..64804c8 100755 --- a/pom.xml +++ b/pom.xml @@ -241,6 +241,7 @@ activemq-jaas activemq-karaf activemq-openwire-generator + activemq-jms-pool activemq-pool activemq-ra activemq-rar @@ -366,6 +367,11 @@ org.apache.activemq + activemq-jms-pool + ${project.version} + + + org.apache.activemq activemq-pool ${project.version}