From 95c773947985adaa10bc767bcba114fdec76edb8 Mon Sep 17 00:00:00 2001 From: Hiram Chirino <hiram@hiramchirino.com> Date: Tue, 9 Apr 2013 18:15:41 -0400 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- stompjms-activemq-test/pom.xml | 6 +++--- stompjms-client/pom.xml | 4 ++-- stompjms-website/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index eb7db30..498852f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-project</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/stompjms-activemq-test/pom.xml b/stompjms-activemq-test/pom.xml index 8531a81..097fde6 100755 --- a/stompjms-activemq-test/pom.xml +++ b/stompjms-activemq-test/pom.xml @@ -17,12 +17,12 @@ <parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-project</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> </parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-activemq-test</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> <name>${project.artifactId}</name> <description>Tests the stompjms client against ActiveMQ</description> @@ -32,7 +32,7 @@ <dependency> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-client</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> <scope>test</scope> </dependency> diff --git a/stompjms-client/pom.xml b/stompjms-client/pom.xml index 25cfaba..22a580b 100755 --- a/stompjms-client/pom.xml +++ b/stompjms-client/pom.xml @@ -17,12 +17,12 @@ <parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-project</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> </parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-client</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> <packaging>bundle</packaging> <name>${project.artifactId}</name> diff --git a/stompjms-website/pom.xml b/stompjms-website/pom.xml index 3b6ec46..2852825 100644 --- a/stompjms-website/pom.xml +++ b/stompjms-website/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-project</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> </parent> <groupId>org.fusesource.stompjms</groupId> <artifactId>stompjms-website</artifactId> - <version>1.14</version> + <version>1.15-SNAPSHOT</version> <packaging>war</packaging> <name>${project.artifactId}</name>