Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Jul 15, 2014
1 parent 111028c commit 58a83e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generic-jms-ra-jar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.genericjms</groupId>
<artifactId>generic-jms-ra-pom</artifactId>
<version>1.0.6.Final-SNAPSHOT</version>
<version>1.0.6.Final</version>
</parent>

<artifactId>generic-jms-ra-jar</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions generic-jms-ra-rar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.genericjms</groupId>
<artifactId>generic-jms-ra-pom</artifactId>
<version>1.0.6.Final-SNAPSHOT</version>
<version>1.0.6.Final</version>
</parent>

<artifactId>generic-jms-ra</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.jboss.genericjms</groupId>
<artifactId>generic-jms-ra-jar</artifactId>
<version>1.0.6.Final-SNAPSHOT</version>
<version>1.0.6.Final</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>JBoss Generic JMS RA POM</name>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.genericjms</groupId>
<version>1.0.6.Final-SNAPSHOT</version>
<version>1.0.6.Final</version>

<parent>
<groupId>org.jboss</groupId>
Expand Down

0 comments on commit 58a83e1

Please sign in to comment.