Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Apr 19, 2013
1 parent c1896f8 commit d2995dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
6 changes: 3 additions & 3 deletions stompjms-activemq-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-activemq-test</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>

<name>${project.artifactId}</name>
<description>Tests the stompjms client against ActiveMQ</description>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-client</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions stompjms-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-client</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<packaging>bundle</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions stompjms-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-website</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<packaging>war</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit d2995dd

Please sign in to comment.