Author: ataylor
Date: 2011-06-20 14:01:14 -0400 (Mon, 20 Jun 2011)
New Revision: 10861
Modified:
branches/Branch_2_2_AS7/build-maven.xml
branches/Branch_2_2_AS7/docs/README.html
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
branches/Branch_2_2_AS7/src/config/common/hornetq-version.properties
branches/Branch_2_2_AS7/src/main/org/hornetq/ra/HornetQRAConnectionMetaData.java
Log:
updated versioning 2. 2.2.6.Final
Modified: branches/Branch_2_2_AS7/build-maven.xml
===================================================================
--- branches/Branch_2_2_AS7/build-maven.xml 2011-06-20 17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/build-maven.xml 2011-06-20 18:01:14 UTC (rev 10861)
@@ -13,7 +13,7 @@
-->
<project default="upload" name="HornetQ">
- <property name="hornetq.version" value="2.2.5.Final"/>
+ <property name="hornetq.version" value="2.2.6.Final"/>
<property name="build.dir" value="build"/>
<property name="jars.dir" value="${build.dir}/jars"/>
Modified: branches/Branch_2_2_AS7/docs/README.html
===================================================================
--- branches/Branch_2_2_AS7/docs/README.html 2011-06-20 17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/docs/README.html 2011-06-20 18:01:14 UTC (rev 10861)
@@ -3,20 +3,20 @@
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
- <title>HornetQ 2.2.5 Final Release Notes</title>
+ <title>HornetQ 2.2.6 Final Release Notes</title>
</head>
<body>
-<h1>Release Notes - HornetQ - Version 2.2.5 Final</h1>
+<h1>Release Notes - HornetQ - Version 2.2.6 Final</h1>
<br>
-<h2>17th June 2010</h2>
+<h2>20th June 2010</h2>
-These are the release notes for HornetQ 2.2.5 Final<br><br>
+These are the release notes for HornetQ 2.2.6 Final<br><br>
For full description of the contents please see the
-<a
href="https://issues.jboss.org/secure/ReleaseNote.jspa?atl_token=AQZ...
project JIRA</a>.<br><br>
+<a
href="https://issues.jboss.org/secure/ReleaseNote.jspa?atl_token=AQZ...
project JIRA</a>.<br><br>
This release contains minor fixes required for the Application Server 7 integration.
Modified: branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml
===================================================================
--- branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-20 17:48:02 UTC (rev
10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-20 18:01:14 UTC (rev
10861)
@@ -6,7 +6,7 @@
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-reference-guide-${translation}</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.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-20
17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml 2011-06-20
18:01:14 UTC (rev 10861)
@@ -5,7 +5,7 @@
<bookinfo>
<title>HornetQ REST Interface</title>
- <releaseinfo>2.2.5.Final</releaseinfo>
+ <releaseinfo>2.2.6.Final</releaseinfo>
</bookinfo>
<toc></toc>
@@ -172,7 +172,7 @@
<dependency>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.Final</version>
</dependency>
</dependencies>
</project>
@@ -272,7 +272,7 @@
<dependency>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.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-20 17:48:02 UTC
(rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/dup-send/pom.xml 2011-06-20 18:01:14 UTC
(rev 10861)
@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hornetq.rest.examples</groupId>
<artifactId>dup-send</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.Final</version>
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.5.Final</hornetq.version>
+ <hornetq.version>2.2.6.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-20
17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml 2011-06-20
18:01:14 UTC (rev 10861)
@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hornetq.rest.examples</groupId>
<artifactId>javascript-chat</artifactId>
- <version>2.2.0.CR1</version>
+ <version>2.2.6.Final</version>
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.5.Final</hornetq.version>
+ <hornetq.version>2.2.6.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-20 17:48:02
UTC (rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml 2011-06-20 18:01:14
UTC (rev 10861)
@@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hornetq.rest.examples</groupId>
<artifactId>mixed-jms-rest</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.Final</version>
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.5.Final</hornetq.version>
+ <hornetq.version>2.2.6.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-20 17:48:02 UTC
(rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml 2011-06-20 18:01:14 UTC
(rev 10861)
@@ -7,7 +7,7 @@
<packaging>war</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.5.Final</hornetq.version>
+ <hornetq.version>2.2.6.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-20 17:48:02 UTC (rev
10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml 2011-06-20 18:01:14 UTC (rev
10861)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-all</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.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-20 17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/hornetq-rest/pom.xml 2011-06-20 18:01:14 UTC (rev 10861)
@@ -5,12 +5,12 @@
<name>HornetQ REST Interface Parent POM</name>
<groupId>org.hornetq.rest</groupId>
<artifactId>hornetq-rest-all</artifactId>
- <version>2.2.5.Final</version>
+ <version>2.2.6.Final</version>
<packaging>pom</packaging>
<properties>
<resteasy.version>2.0.1.GA</resteasy.version>
- <hornetq.version>2.2.5.Final</hornetq.version>
+ <hornetq.version>2.2.6.Final</hornetq.version>
</properties>
<licenses>
Modified: branches/Branch_2_2_AS7/src/config/common/hornetq-version.properties
===================================================================
--- branches/Branch_2_2_AS7/src/config/common/hornetq-version.properties 2011-06-20
17:48:02 UTC (rev 10860)
+++ branches/Branch_2_2_AS7/src/config/common/hornetq-version.properties 2011-06-20
18:01:14 UTC (rev 10861)
@@ -1,7 +1,7 @@
-hornetq.version.versionName=HQ_2_2_5_FINAL_AS7
+hornetq.version.versionName=HQ_2_2_6_FINAL_AS7
hornetq.version.majorVersion=2
hornetq.version.minorVersion=2
-hornetq.version.microVersion=5
+hornetq.version.microVersion=6
hornetq.version.incrementingVersion=121
hornetq.version.versionSuffix=Final
hornetq.version.versionTag=Final
Modified:
branches/Branch_2_2_AS7/src/main/org/hornetq/ra/HornetQRAConnectionMetaData.java
===================================================================
---
branches/Branch_2_2_AS7/src/main/org/hornetq/ra/HornetQRAConnectionMetaData.java 2011-06-20
17:48:02 UTC (rev 10860)
+++
branches/Branch_2_2_AS7/src/main/org/hornetq/ra/HornetQRAConnectionMetaData.java 2011-06-20
18:01:14 UTC (rev 10861)
@@ -113,7 +113,7 @@
HornetQRAConnectionMetaData.log.trace("getJMSProviderName()");
}
- return "2.2.5.Final";
+ return "2.2.6.Final";
}
/**