Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 87228 invoked from network); 9 Jun 2009 15:47:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Jun 2009 15:47:41 -0000 Received: (qmail 10805 invoked by uid 500); 9 Jun 2009 15:47:53 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 10753 invoked by uid 500); 9 Jun 2009 15:47:53 -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 10744 invoked by uid 99); 9 Jun 2009 15:47:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Jun 2009 15:47:53 +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; Tue, 09 Jun 2009 15:47:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 598BD2388892; Tue, 9 Jun 2009 15:47:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r783049 - in /activemq/activemq-cpp/trunk: activemq-cpp-openwire-generator/pom.xml activemq-cpp/configure.ac activemq-cpp/pom.xml pom.xml Date: Tue, 09 Jun 2009 15:47:21 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090609154721.598BD2388892@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Tue Jun 9 15:47:20 2009 New Revision: 783049 URL: http://svn.apache.org/viewvc?rev=783049&view=rev Log: Update to the next rev for work on the next 3.0.1 release. Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml activemq/activemq-cpp/trunk/activemq-cpp/configure.ac activemq/activemq-cpp/trunk/activemq-cpp/pom.xml activemq/activemq-cpp/trunk/pom.xml Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml?rev=783049&r1=783048&r2=783049&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml (original) +++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/pom.xml Tue Jun 9 15:47:20 2009 @@ -24,7 +24,7 @@ org.apache.activemq activemq-cpp-parent - 3.0-SNAPSHOT + 3.0.1-SNAPSHOT ../pom.xml Modified: activemq/activemq-cpp/trunk/activemq-cpp/configure.ac URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/configure.ac?rev=783049&r1=783048&r2=783049&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/configure.ac (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/configure.ac Tue Jun 9 15:47:20 2009 @@ -28,7 +28,7 @@ ## Define the Version variables ## ----------------------------------------------- ACTIVEMQ_LIBRARY_NAME=activemq-cpp -ACTIVEMQ_VERSION=3.0 +ACTIVEMQ_VERSION=3.0.1-SNAPSHOT ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION} ## @@ -44,7 +44,7 @@ ## REVISION: a change in the REVISION number is made for any other type of change ## that does not justify a change to MINOR or MAJOR ## -ACTIVEMQ_LIBRARY_VERSION=10:0:0 +ACTIVEMQ_LIBRARY_VERSION=10:0:1 AC_SUBST(ACTIVEMQ_LIBRARY_NAME) AC_SUBST(ACTIVEMQ_VERSION) Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=783049&r1=783048&r2=783049&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Tue Jun 9 15:47:20 2009 @@ -25,7 +25,7 @@ org.apache.activemq activemq-cpp-parent - 3.0 + 3.0.1-SNAPSHOT ../pom.xml @@ -33,7 +33,7 @@ pom ActiveMQ-CPP Library The ActiveMQ-CPP Library - 3.0 + 3.0.1-SNAPSHOT Modified: activemq/activemq-cpp/trunk/pom.xml URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=783049&r1=783048&r2=783049&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/pom.xml (original) +++ activemq/activemq-cpp/trunk/pom.xml Tue Jun 9 15:47:20 2009 @@ -28,7 +28,7 @@ org.apache.activemq activemq-cpp-parent - 3.0 + 3.0.1-SNAPSHOT pom ActiveMQ-CPP