Skip to content

Commit

Permalink
Move all versions to 3.8.5 SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tabish121 committed Mar 4, 2015
1 parent 1076e3a commit 20fbff2
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion activemq-cpp-openwire-generator/pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions activemq-cpp/RELEASE_NOTES.txt
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions activemq-cpp/configure.ac
Expand Up @@ -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])
Expand All @@ -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}

Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion activemq-cpp/pom.xml
Expand Up @@ -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>
Expand Down
Expand Up @@ -51,7 +51,7 @@ std::string ActiveMQConnectionMetaData::getCMSProviderName() const {

////////////////////////////////////////////////////////////////////////////////
std::string ActiveMQConnectionMetaData::getProviderVersion() const {
return "3.8.4";
return "3.8.5";
}

////////////////////////////////////////////////////////////////////////////////
Expand All @@ -66,7 +66,7 @@ int ActiveMQConnectionMetaData::getProviderMinorVersion() const {

////////////////////////////////////////////////////////////////////////////////
int ActiveMQConnectionMetaData::getProviderPatchVersion() const {
return 4;
return 5;
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion maven-cpptools-plugin/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 20fbff2

Please sign in to comment.