Repository: activemq-cpp Updated Branches: refs/heads/3.9.x e692b0ef4 -> 3a51a27c9
move the versions on to 3.9.1-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/3a51a27c Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/3a51a27c Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/3a51a27c Branch: refs/heads/3.9.x Commit: 3a51a27c9b4d20ed7d533571d2874cdbfc5e3a11 Parents: e692b0e Author: Timothy Bish <[email protected]> Authored: Fri Aug 7 13:39:11 2015 -0400 Committer: Timothy Bish <[email protected]> Committed: Fri Aug 7 13:39:11 2015 -0400 ---------------------------------------------------------------------- activemq-cpp-openwire-generator/pom.xml | 2 +- activemq-cpp/pom.xml | 2 +- maven-cpptools-plugin/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/3a51a27c/activemq-cpp-openwire-generator/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-cpp-openwire-generator/pom.xml b/activemq-cpp-openwire-generator/pom.xml index a5097d8..c0f65f4 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.9.0-SNAPSHOT</version> + <version>3.9.1-SNAPSHOT</version> </parent> <artifactId>activemq-cpp-openwire-generator</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/3a51a27c/activemq-cpp/pom.xml ---------------------------------------------------------------------- diff --git a/activemq-cpp/pom.xml b/activemq-cpp/pom.xml index 408deb9..721eb04 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.9.0-SNAPSHOT</version> + <version>3.9.1-SNAPSHOT</version> </parent> <artifactId>activemq-cpp-library</artifactId> http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/3a51a27c/maven-cpptools-plugin/pom.xml ---------------------------------------------------------------------- diff --git a/maven-cpptools-plugin/pom.xml b/maven-cpptools-plugin/pom.xml index e29cfa6..7c118dc 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.9.0-SNAPSHOT</version> + <version>3.9.1-SNAPSHOT</version> </parent> <artifactId>maven-cpptools-plugin</artifactId> @@ -108,7 +108,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/3a51a27c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2bbcb81..1bafca3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.activemq-cpp</groupId> <artifactId>activemq-cpp-pom</artifactId> - <version>3.9.0-SNAPSHOT</version> + <version>3.9.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ActiveMQ-CPP Project</name> <inceptionYear>2007</inceptionYear>
