You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2015/03/04 20:52:03 UTC

activemq-cpp git commit: Move all versions to 3.8.5 SNAPSHOT

Repository: activemq-cpp
Updated Branches:
  refs/heads/3.8.x 1076e3ab8 -> 20fbff24e


Move all versions to 3.8.5 SNAPSHOT

Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/20fbff24
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/20fbff24
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/20fbff24

Branch: refs/heads/3.8.x
Commit: 20fbff24edd4310dbf30cc2ce678f585655f80af
Parents: 1076e3a
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Mar 4 14:51:49 2015 -0500
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Mar 4 14:51:49 2015 -0500

----------------------------------------------------------------------
 activemq-cpp-openwire-generator/pom.xml                        | 2 +-
 activemq-cpp/RELEASE_NOTES.txt                                 | 4 ++++
 activemq-cpp/configure.ac                                      | 6 +++---
 activemq-cpp/pom.xml                                           | 2 +-
 .../src/main/activemq/core/ActiveMQConnectionMetaData.cpp      | 4 ++--
 maven-cpptools-plugin/pom.xml                                  | 2 +-
 pom.xml                                                        | 2 +-
 7 files changed, 13 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/activemq-cpp-openwire-generator/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-cpp-openwire-generator/pom.xml b/activemq-cpp-openwire-generator/pom.xml
index 3f05269..62496be 100644
--- a/activemq-cpp-openwire-generator/pom.xml
+++ b/activemq-cpp-openwire-generator/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8.4-SNAPSHOT</version>
+    <version>3.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-cpp-openwire-generator</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/activemq-cpp/RELEASE_NOTES.txt
----------------------------------------------------------------------
diff --git a/activemq-cpp/RELEASE_NOTES.txt b/activemq-cpp/RELEASE_NOTES.txt
index e8a3e7a..192dbb9 100644
--- a/activemq-cpp/RELEASE_NOTES.txt
+++ b/activemq-cpp/RELEASE_NOTES.txt
@@ -2,6 +2,10 @@
 ==  Release Notes for ActiveMQ CPP 3.8.4                               ==
 =========================================================================
 
+=========================================================================
+==  Release Notes for ActiveMQ CPP 3.8.4                               ==
+=========================================================================
+
 Bug
 
     [AMQCPP-534] - Closing connection with setTransportListener to NULL may cause core dump

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/activemq-cpp/configure.ac
----------------------------------------------------------------------
diff --git a/activemq-cpp/configure.ac b/activemq-cpp/configure.ac
index 146f401..2c3ca4c 100644
--- a/activemq-cpp/configure.ac
+++ b/activemq-cpp/configure.ac
@@ -20,7 +20,7 @@ AC_PREREQ(2.61)
 ## --------------------------------
 ## Initialization macros.
 ## --------------------------------
-AC_INIT(activemq-cpp, 3.8.4, dev@activemq.apache.org)
+AC_INIT(activemq-cpp, 3.8.5, dev@activemq.apache.org)
 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=8
-ACTIVEMQ_PATCH_VERSION=4
+ACTIVEMQ_PATCH_VERSION=5
 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=18:4:0
+ACTIVEMQ_LIBRARY_VERSION=18:5:0
 
 AC_SUBST(ACTIVEMQ_LIBRARY_NAME)
 AC_SUBST(ACTIVEMQ_VERSION)

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/activemq-cpp/pom.xml
----------------------------------------------------------------------
diff --git a/activemq-cpp/pom.xml b/activemq-cpp/pom.xml
index 76f4893..a266487 100644
--- a/activemq-cpp/pom.xml
+++ b/activemq-cpp/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8.4-SNAPSHOT</version>
+    <version>3.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>activemq-cpp-library</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
index 85c38fa..03ab305 100644
--- a/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
+++ b/activemq-cpp/src/main/activemq/core/ActiveMQConnectionMetaData.cpp
@@ -51,7 +51,7 @@ std::string ActiveMQConnectionMetaData::getCMSProviderName() const {
 
 ////////////////////////////////////////////////////////////////////////////////
 std::string ActiveMQConnectionMetaData::getProviderVersion() const {
-    return "3.8.4";
+    return "3.8.5";
 }
 
 ////////////////////////////////////////////////////////////////////////////////
@@ -66,7 +66,7 @@ int ActiveMQConnectionMetaData::getProviderMinorVersion() const {
 
 ////////////////////////////////////////////////////////////////////////////////
 int ActiveMQConnectionMetaData::getProviderPatchVersion() const {
-    return 4;
+    return 5;
 }
 
 ////////////////////////////////////////////////////////////////////////////////

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/maven-cpptools-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/maven-cpptools-plugin/pom.xml b/maven-cpptools-plugin/pom.xml
index fe6ff5f..11a3995 100644
--- a/maven-cpptools-plugin/pom.xml
+++ b/maven-cpptools-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.activemq-cpp</groupId>
     <artifactId>activemq-cpp-pom</artifactId>
-    <version>3.8.4-SNAPSHOT</version>
+    <version>3.8.5-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-cpptools-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/20fbff24/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fec756c..9798bef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.activemq-cpp</groupId>
   <artifactId>activemq-cpp-pom</artifactId>
-  <version>3.8.4-SNAPSHOT</version>
+  <version>3.8.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ActiveMQ-CPP Project</name>
   <inceptionYear>2007</inceptionYear>