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
cemartins committed Sep 1, 2015
1 parent ba6d3cf commit eedf009
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mqc-activemq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.juffrou</groupId>
<artifactId>mq-console</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<artifactId>mqc-activemq</artifactId>
<name>MQConsole for Apache ActiveMQ</name>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>mqc-core</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion mqc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.juffrou</groupId>
<artifactId>mq-console</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<artifactId>mqc-core</artifactId>
<name>MQConsole Core</name>
Expand Down
4 changes: 2 additions & 2 deletions mqc-hornetq/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.sf.juffrou</groupId>
<artifactId>mq-console</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<artifactId>mqc-hornetq</artifactId>
<name>MQConsole for HornetQ</name>
Expand All @@ -13,7 +13,7 @@
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>mqc-core</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mqc-websphere/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>net.sf.juffrou</groupId>
<artifactId>mq-console</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</parent>
<artifactId>mqc-websphere</artifactId>
<name>MQConsole for IBM WebsphereMQ</name>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>mqc-core</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.juffrou</groupId>
<artifactId>mq-console</artifactId>
<version>2.0.6</version>
<version>2.0.7-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MQConsole</name>
<description>JavaFX 2 Application implementing a messaging broker console</description>
Expand Down Expand Up @@ -73,7 +73,7 @@
<connection>scm:git:https://github.com/cemartins/mqconsole.git</connection>
<developerConnection>scm:git:https://github.com/cemartins/mqconsole.git</developerConnection>
<url>https://github.com/cemartins/mqconsole</url>
<tag>mq-console-2.0.6</tag>
<tag>mq-console-2.0.4</tag>
</scm>

<properties>
Expand Down

0 comments on commit eedf009

Please sign in to comment.