Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesnil committed Jun 28, 2017
1 parent d23314b commit 2f4f6e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>2.0.0.Alpha3-SNAPSHOT</version>
<version>2.0.0.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>2.0.0.Alpha3-SNAPSHOT</version>
<version>2.0.0.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>2.0.0.Alpha3-SNAPSHOT</version>
<version>2.0.0.Final</version>
</dependency>
</dependencies>

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 @@
<name>JBoss Generic JMS RA POM</name>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.genericjms</groupId>
<version>2.0.0.Alpha3-SNAPSHOT</version>
<version>2.0.0.Final</version>

<parent>
<groupId>org.jboss</groupId>
Expand All @@ -25,7 +25,7 @@
<connection>scm:git:[email protected]:jms-ra/generic-jms-ra.git</connection>
<developerConnection>scm:git:[email protected]:jms-ra/generic-jms-ra.git</developerConnection>
<url>https://github.com/jms-ra/generic-jms-ra</url>
<tag>HEAD</tag>
<tag>2.0.0.Final</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 2f4f6e8

Please sign in to comment.