Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 3994 invoked from network); 31 Mar 2011 17:30:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Mar 2011 17:30:16 -0000 Received: (qmail 85518 invoked by uid 500); 31 Mar 2011 17:30:16 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 85490 invoked by uid 500); 31 Mar 2011 17:30:16 -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 85483 invoked by uid 99); 31 Mar 2011 17:30:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Mar 2011 17:30:16 +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; Thu, 31 Mar 2011 17:30:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE54523888D2; Thu, 31 Mar 2011 17:29:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1087378 - /activemq/activemq-apollo/trunk/pom.xml Date: Thu, 31 Mar 2011 17:29:52 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110331172952.AE54523888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Thu Mar 31 17:29:52 2011 New Revision: 1087378 URL: http://svn.apache.org/viewvc?rev=1087378&view=rev Log: enable autoVersionSubmodules Modified: activemq/activemq-apollo/trunk/pom.xml Modified: activemq/activemq-apollo/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/pom.xml?rev=1087378&r1=1087377&r2=1087378&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/pom.xml (original) +++ activemq/activemq-apollo/trunk/pom.xml Thu Mar 31 17:29:52 2011 @@ -19,7 +19,7 @@ org.apache apache - 6 + 9 4.0.0 @@ -336,6 +336,17 @@ --> + + org.apache.maven.plugins + maven-release-plugin + 2.1 + + false + deploy + -Papache-release + true + +