[hornetq-commits] JBoss hornetq SVN: r10617 - in branches/Branch_2_2_2_REST: examples/dup-send and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 10 10:31:58 EDT 2011


Author: bill.burke at jboss.com
Date: 2011-05-10 10:31:58 -0400 (Tue, 10 May 2011)
New Revision: 10617

Modified:
   branches/Branch_2_2_2_REST/examples/dup-send/pom.xml
   branches/Branch_2_2_2_REST/examples/javascript-chat/pom.xml
   branches/Branch_2_2_2_REST/examples/jms-to-rest/pom.xml
   branches/Branch_2_2_2_REST/examples/push/pom.xml
   branches/Branch_2_2_2_REST/pom.xml
Log:
pom messup

Modified: branches/Branch_2_2_2_REST/examples/dup-send/pom.xml
===================================================================
--- branches/Branch_2_2_2_REST/examples/dup-send/pom.xml	2011-05-10 12:04:54 UTC (rev 10616)
+++ branches/Branch_2_2_2_REST/examples/dup-send/pom.xml	2011-05-10 14:31:58 UTC (rev 10617)
@@ -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.2.1</version>
     <packaging>war</packaging>
     <properties>
-        <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.0.CR1</hornetq.version>
+        <resteasy.version>2.1.0.GA</resteasy.version>
+        <hornetq.version>2.2.2.Final</hornetq.version>
     </properties>
     <name>Duplicate Send Demo</name>
     <repositories>
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>org.hornetq.rest</groupId>
             <artifactId>hornetq-rest</artifactId>
-	    <version>${hornetq.version}</version>
+	    <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.resteasy</groupId>

Modified: branches/Branch_2_2_2_REST/examples/javascript-chat/pom.xml
===================================================================
--- branches/Branch_2_2_2_REST/examples/javascript-chat/pom.xml	2011-05-10 12:04:54 UTC (rev 10616)
+++ branches/Branch_2_2_2_REST/examples/javascript-chat/pom.xml	2011-05-10 14:31:58 UTC (rev 10617)
@@ -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.2.1</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.2.Final</hornetq.version>
     </properties>
     <name>Browser Chat App</name>
     <repositories>
@@ -137,7 +137,7 @@
         <dependency>
             <groupId>org.hornetq.rest</groupId>
             <artifactId>hornetq-rest</artifactId>
-	    <version>${hornetq.version}</version>
+	    <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.resteasy</groupId>

Modified: branches/Branch_2_2_2_REST/examples/jms-to-rest/pom.xml
===================================================================
--- branches/Branch_2_2_2_REST/examples/jms-to-rest/pom.xml	2011-05-10 12:04:54 UTC (rev 10616)
+++ branches/Branch_2_2_2_REST/examples/jms-to-rest/pom.xml	2011-05-10 14:31:58 UTC (rev 10617)
@@ -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.2.1</version>
     <packaging>war</packaging>
     <properties>
-        <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.0.CR1</hornetq.version>
+        <resteasy.version>2.1.0.GA</resteasy.version>
+        <hornetq.version>2.2.2.Final</hornetq.version>
     </properties>
     <name>Mixed JMS and REST Producers/Consumers</name>
     <repositories>
@@ -123,7 +123,7 @@
         <dependency>
             <groupId>org.hornetq.rest</groupId>
             <artifactId>hornetq-rest</artifactId>
-	    <version>${hornetq.version}</version>
+	    <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.resteasy</groupId>

Modified: branches/Branch_2_2_2_REST/examples/push/pom.xml
===================================================================
--- branches/Branch_2_2_2_REST/examples/push/pom.xml	2011-05-10 12:04:54 UTC (rev 10616)
+++ branches/Branch_2_2_2_REST/examples/push/pom.xml	2011-05-10 14:31:58 UTC (rev 10617)
@@ -3,11 +3,11 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.hornetq.rest.examples</groupId>
     <artifactId>push</artifactId>
-    <version>2.2.0.CR1</version>
+    <version>2.2.2.1</version>
     <packaging>war</packaging>
     <properties>
-        <resteasy.version>2.0.1.GA</resteasy.version>
-        <hornetq.version>2.2.0.CR1</hornetq.version>
+        <resteasy.version>2.1.0.GA</resteasy.version>
+        <hornetq.version>2.2.2.Final</hornetq.version>
     </properties>
     <name>Push Subscriptions</name>
     <repositories>
@@ -129,7 +129,7 @@
         <dependency>
             <groupId>org.hornetq.rest</groupId>
             <artifactId>hornetq-rest</artifactId>
-	    <version>${hornetq.version}</version>
+	    <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.jboss.resteasy</groupId>

Modified: branches/Branch_2_2_2_REST/pom.xml
===================================================================
--- branches/Branch_2_2_2_REST/pom.xml	2011-05-10 12:04:54 UTC (rev 10616)
+++ branches/Branch_2_2_2_REST/pom.xml	2011-05-10 14:31:58 UTC (rev 10617)
@@ -5,7 +5,7 @@
     <name>HornetQ REST Interface Parent POM</name>
     <groupId>org.hornetq.rest</groupId>
     <artifactId>hornetq-rest-all</artifactId>
-    <version>2.2.2.Final</version>
+    <version>2.2.2.1</version>
     <packaging>pom</packaging>
 
     <properties>



More information about the hornetq-commits mailing list