Author: tabish
Date: Tue May 28 18:17:56 2013
New Revision: 1487028

URL: http://svn.apache.org/r1487028
Log:
Configuring code for a 3.7.x patch branch. 

Modified:
    activemq/activemq-cpp/branches/3.7.x/   (props changed)
    activemq/activemq-cpp/branches/3.7.x/activemq-cpp-openwire-generator/pom.xml
    activemq/activemq-cpp/branches/3.7.x/activemq-cpp/configure.ac
    activemq/activemq-cpp/branches/3.7.x/activemq-cpp/pom.xml
    
activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
    activemq/activemq-cpp/branches/3.7.x/maven-cpptools-plugin/pom.xml
    activemq/activemq-cpp/branches/3.7.x/pom.xml

Propchange: activemq/activemq-cpp/branches/3.7.x/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue May 28 18:17:56 2013
@@ -11,3 +11,5 @@ autom4te.cache
 .cproject
 configure.scan
 decaf
+target
+.metadata

Modified: 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp-openwire-generator/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/activemq-cpp-openwire-generator/pom.xml?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp-openwire-generator/pom.xml 
(original)
+++ 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp-openwire-generator/pom.xml 
Tue May 28 18:17:56 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8-SNAPSHOT</version>
+    <version>3.7-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-cpp-openwire-generator</artifactId>

Modified: activemq/activemq-cpp/branches/3.7.x/activemq-cpp/configure.ac
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/activemq-cpp/configure.ac?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/3.7.x/activemq-cpp/configure.ac (original)
+++ activemq/activemq-cpp/branches/3.7.x/activemq-cpp/configure.ac Tue May 28 
18:17:56 2013
@@ -20,7 +20,7 @@ AC_PREREQ(2.61)
 ## --------------------------------
 ## Initialization macros.
 ## --------------------------------
-AC_INIT(activemq-cpp, 3.7.0, [email protected])
+AC_INIT(activemq-cpp, 3.7.1, [email protected])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/main/activemq/core/ActiveMQConnection.cpp)
 AC_CONFIG_MACRO_DIR([m4])
@@ -31,7 +31,7 @@ AC_CONFIG_MACRO_DIR([m4])
 ACTIVEMQ_LIBRARY_NAME=activemq-cpp
 ACTIVEMQ_MAJOR_VERSION=3
 ACTIVEMQ_MINOR_VERSION=7
-ACTIVEMQ_PATCH_VERSION=0
+ACTIVEMQ_PATCH_VERSION=1
 
ACTIVEMQ_VERSION=${ACTIVEMQ_MAJOR_VERSION}.${ACTIVEMQ_MINOR_VERSION}.${ACTIVEMQ_PATCH_VERSION}
 ACTIVEMQ_API_VERSION=${ACTIVEMQ_VERSION}
 
@@ -75,7 +75,7 @@ AC_SUBST(CMSAPI_VERSION)
 ##   3. Programs may need to be changed, recompiled, relinked in order to use 
the new version. Bump
 ##      current, set revision and age to 0.
 ##
-ACTIVEMQ_LIBRARY_VERSION=17:0:0
+ACTIVEMQ_LIBRARY_VERSION=17:1:0
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)

Modified: activemq/activemq-cpp/branches/3.7.x/activemq-cpp/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/activemq-cpp/pom.xml?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/3.7.x/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/branches/3.7.x/activemq-cpp/pom.xml Tue May 28 
18:17:56 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8-SNAPSHOT</version>
+    <version>3.7-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-cpp-library</artifactId>

Modified: 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
 (original)
+++ 
activemq/activemq-cpp/branches/3.7.x/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
 Tue May 28 18:17:56 2013
@@ -51,7 +51,7 @@ std::string ActiveMQConnectionMetaData::
 
 
////////////////////////////////////////////////////////////////////////////////
 std::string ActiveMQConnectionMetaData::getProviderVersion() const {
-    return "3.7.0";
+    return "3.7.1";
 }
 
 
////////////////////////////////////////////////////////////////////////////////
@@ -66,7 +66,7 @@ int ActiveMQConnectionMetaData::getProvi
 
 
////////////////////////////////////////////////////////////////////////////////
 int ActiveMQConnectionMetaData::getProviderPatchVersion() const {
-    return 0;
+    return 1;
 }
 
 
////////////////////////////////////////////////////////////////////////////////

Modified: activemq/activemq-cpp/branches/3.7.x/maven-cpptools-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/maven-cpptools-plugin/pom.xml?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/3.7.x/maven-cpptools-plugin/pom.xml 
(original)
+++ activemq/activemq-cpp/branches/3.7.x/maven-cpptools-plugin/pom.xml Tue May 
28 18:17:56 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8-SNAPSHOT</version>
+    <version>3.7-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-cpptools-plugin</artifactId>

Modified: activemq/activemq-cpp/branches/3.7.x/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/branches/3.7.x/pom.xml?rev=1487028&r1=1487027&r2=1487028&view=diff
==============================================================================
--- activemq/activemq-cpp/branches/3.7.x/pom.xml (original)
+++ activemq/activemq-cpp/branches/3.7.x/pom.xml Tue May 28 18:17:56 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.activemq-cpp</groupId>
   <artifactId>activemq-cpp-pom</artifactId>
-  <version>3.8-SNAPSHOT</version>
+  <version>3.7-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP Project</name>
   <inceptionYear>2007</inceptionYear>


Reply via email to