You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2011/07/14 23:09:49 UTC

svn commit: r1146897 - /activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml

Author: chirino
Date: Thu Jul 14 21:09:48 2011
New Revision: 1146897

URL: http://svn.apache.org/viewvc?rev=1146897&view=rev
Log:
Update stompjms version.

Modified:
    activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml

Modified: activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml?rev=1146897&r1=1146896&r2=1146897&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml (original)
+++ activemq/activemq-apollo/trunk/apollo-distro/src/main/release/examples/java/pom.xml Thu Jul 14 21:09:48 2011
@@ -38,7 +38,7 @@
     <dependency>
       <groupId>org.fusesource.stompjms</groupId>
       <artifactId>stompjms-client</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
     </dependency>
 
   </dependencies>