From do-not-reply at jboss.org Fri Jun 17 04:59:50 2011 Content-Type: multipart/mixed; boundary="===============3816338934349931143==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r10837 - in branches/Branch_2_2_AS7: hornetq-rest and 7 other directories. Date: Fri, 17 Jun 2011 04:59:50 -0400 Message-ID: <201106170859.p5H8xoq5013299@svn01.web.mwc.hst.phx2.redhat.com> --===============3816338934349931143== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ + value=3D"${hornetq.version.majorVersion}.${hornetq.version.mi= norVersion}.${hornetq.version.microVersion}.${hornetq.version.versionTag}"/> = Modified: branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-17 08:32:4= 5 UTC (rev 10836) +++ branches/Branch_2_2_AS7/hornetq-rest/docbook/pom.xml 2011-06-17 08:59:5= 0 UTC (rev 10837) @@ -6,7 +6,7 @@ = org.hornetq.rest hornetq-rest-reference-guide-${translation} - 2.2.0.CR1 + 2.2.5.Final jdocbook HornetQ REST Interface Reference Guide (${translation}) Modified: branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.= xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml 20= 11-06-17 08:32:45 UTC (rev 10836) +++ branches/Branch_2_2_AS7/hornetq-rest/docbook/reference/en/master.xml 20= 11-06-17 08:59:50 UTC (rev 10837) @@ -5,7 +5,7 @@ HornetQ REST Interface = - 2.2.0 + 2.2.5.Final = @@ -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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ 4.0.0 org.hornetq.rest.examples dup-send - 2.2.0.CR1 + 2.2.5.Final war 2.0.1.GA - 2.2.0.CR1 + 2.2.5.Final Duplicate Send Demo Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom= .xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml 2= 011-06-17 08:32:45 UTC (rev 10836) +++ branches/Branch_2_2_AS7/hornetq-rest/examples/javascript-chat/pom.xml 2= 011-06-17 08:59:50 UTC (rev 10837) @@ -7,7 +7,7 @@ war 2.0.1.GA - 2.2.0.CR1 + 2.2.5.Final Browser Chat App Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/jms-to-rest/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ 4.0.0 org.hornetq.rest.examples mixed-jms-rest - 2.2.0.CR1 + 2.2.5.Final war 2.0.1.GA - 2.2.0.CR1 + 2.2.5.Final Mixed JMS and REST Producers/Consumers Modified: branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml 2011-06-17 0= 8:32:45 UTC (rev 10836) +++ branches/Branch_2_2_AS7/hornetq-rest/examples/push/pom.xml 2011-06-17 0= 8:59:50 UTC (rev 10837) @@ -7,7 +7,7 @@ war 2.0.1.GA - 2.2.0.CR1 + 2.2.5.Final Push Subscriptions Modified: branches/Branch_2_2_AS7/hornetq-rest/hornetq-rest/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- 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 @@ org.hornetq.rest hornetq-rest-all - 2.2.0.CR1 + 2.2.5.Final = org.hornetq.rest Modified: branches/Branch_2_2_AS7/hornetq-rest/pom.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/Branch_2_2_AS7/hornetq-rest/pom.xml 2011-06-17 08:32:45 UTC (r= ev 10836) +++ branches/Branch_2_2_AS7/hornetq-rest/pom.xml 2011-06-17 08:59:50 UTC (r= ev 10837) @@ -5,12 +5,12 @@ HornetQ REST Interface Parent POM org.hornetq.rest hornetq-rest-all - 2.2.0.CR1 + 2.2.5.Final pom = 2.0.1.GA - 2.2.3.GA + 2.2.5.Final = --===============3816338934349931143==--