Skip to content

Commit

Permalink
Reset versions in order to try another v3.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy A. Bish committed Mar 1, 2011
1 parent 21116b6 commit a8063b6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion activemq-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.5-SNAPSHOT</version>
</parent>

<artifactId>activemq-c-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion activemq-cpp-openwire-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.5-SNAPSHOT</version>
</parent>

<artifactId>activemq-cpp-openwire-generator</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions activemq-cpp/RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Bug
* [AMQCPP-294] - RemoveInfo Segmentation Fault
* [AMQCPP-298] - Example code crashes in 3.2.0 on MacOSX
* [AMQCPP-347] - SEGFAULT on ssl connections with certificates
* [AMQCPP-350] - URI Query params are sometimes missed when creating
Connections and Transports.
* [AMQCPP-352] - FailoverTransportFactory doesn't work correctly with more
than two composite uris

Improvement

Expand Down
2 changes: 1 addition & 1 deletion activemq-cpp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.5-SNAPSHOT</version>
</parent>

<artifactId>activemq-cpp-library</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-cpptools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.5-SNAPSHOT</version>
</parent>

<artifactId>maven-cpptools-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.activemq-cpp</groupId>
<artifactId>activemq-cpp-pom</artifactId>
<version>3.2.6-SNAPSHOT</version>
<version>3.2.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ActiveMQ-CPP Project</name>
<inceptionYear>2007</inceptionYear>
Expand Down

0 comments on commit a8063b6

Please sign in to comment.