Author: ataylor
Date: 2011-06-17 04:59:50 -0400 (Fri, 17 Jun 2011)
New Revision: 10837
Modified:
branches/Branch_2_2_AS7/build-hornetq.xml
branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml
branches/Branch_2_2_AS7/hornetq-rest/examples/dup-send/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml
branches/Branch_2_2_AS7/hornetq-rest/pom.xml
Log:
fixed versions
Modified: branches/Branch_2_2_AS7/build-hornetq.xml
===================================================================
--- branches/Branch_2_2_AS7/build-hornetq.xml 2011-06-17 08:32:45 UTC (rev 10836)
+++ branches/Branch_2_2_AS7/build-hornetq.xml 2011-06-17 08:59:50 UTC (rev 10837)
@@ -48,7 +48,7 @@
<property name="hornetq.version.string"
value="${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.microVersion}.${hornetq.version.versionSuffix}
(${hornetq.version.versionName}, ${hornetq.version.incrementingVersion})"/>
<property name="module.version"
-
value="${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.revision}.${hornetq.version.versionTag}"/>
+
value="${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.microVersion}.${hornetq.version.versionTag}"/>
<property name="build.artifact"
value="${module.name}-${hornetq.version.majorVersion}.${hornetq.version.minorVersion}.${hornetq.version.microVersion}.${hornetq.version.versionSuffix}"/>
Modified: branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-17 08:32:45 UTC (rev
10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-17 08:59:50 UTC (rev
10837)
@@ -6,7 +6,7 @@
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-reference-guide-${translation}</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.5.Final</version>
<packaging>jdocbook</packaging>
<name>HornetQ REST Interface Reference Guide (${translation})</name>
<repositories>
Modified: branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml 2011-06-17
08:32:45 UTC (rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml 2011-06-17
08:59:50 UTC (rev 10837)
@@ -5,7 +5,7 @@
<bookinfo>
<title>HornetQ REST Interface</title>
- <releaseinfo>2.2.0</releaseinfo>
+ <releaseinfo>2.2.5.Final</releaseinfo>
</bookinfo>
<toc></toc>
@@ -172,7 +172,7 @@
<dependency>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest</artifactId>
- <version>2.2.0</version>
+ <version>2.2.5.Final</version>
</dependency>
</dependencies>
</project>
@@ -272,7 +272,7 @@
<dependency>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest</artifactId>
- <version>2.2.0</version>
+ <version>2.2.5.Final</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/dup-send/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/examples/dup-send/pom.xml 2011-06-17 08:32:45 UTC
(rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/dup-send/pom.xml 2011-06-17 08:59:50 UTC
(rev 10837)
@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hornetq.rest.examples</groupId>
<artifactId>dup-send</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.5.Final</version>
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.0.CR1</hornetq.version>
+ <hornetq.version>2.2.5.Final</hornetq.version>
</properties>
<name>Duplicate Send Demo</name>
<repositories>
Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml 2011-06-17
08:32:45 UTC (rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml 2011-06-17
08:59:50 UTC (rev 10837)
@@ -7,7 +7,7 @@
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.0.CR1</hornetq.version>
+ <hornetq.version>2.2.5.Final</hornetq.version>
</properties>
<name>Browser Chat App</name>
<repositories>
Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml 2011-06-17 08:32:45
UTC (rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml 2011-06-17 08:59:50
UTC (rev 10837)
@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hornetq.rest.examples</groupId>
<artifactId>mixed-jms-rest</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.5.Final</version>
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.0.CR1</hornetq.version>
+ <hornetq.version>2.2.5.Final</hornetq.version>
</properties>
<name>Mixed JMS and REST Producers/Consumers</name>
<repositories>
Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml 2011-06-17 08:32:45 UTC
(rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml 2011-06-17 08:59:50 UTC
(rev 10837)
@@ -7,7 +7,7 @@
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.0.CR1</hornetq.version>
+ <hornetq.version>2.2.5.Final</hornetq.version>
</properties>
<name>Push Subscriptions</name>
<repositories>
Modified: branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml 2011-06-17 08:32:45 UTC (rev
10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml 2011-06-17 08:59:50 UTC (rev
10837)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-all</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.5.Final</version>
</parent>
<groupId>org.hornetq.rest</groupId>
Modified: branches/Branch_2_2_AS7/hornetq-rest/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/pom.xml 2011-06-17 08:32:45 UTC (rev 10836)
+++ branches/Branch_2_2_AS7/hornetq-rest/pom.xml 2011-06-17 08:59:50 UTC (rev 10837)
@@ -5,12 +5,12 @@
<name>HornetQ REST Interface Parent POM</name>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-all</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.5.Final</version>
<packaging>pom</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.3.GA</hornetq.version>
+ <hornetq.version>2.2.5.Final</hornetq.version>
</properties>
<licenses>
Show replies by date