Author: chirino
Date: Tue Dec 6 13:27:07 2011
New Revision: 1210900
URL: http://svn.apache.org/viewvc?rev=1210900&view=rev
Log:
Use latest version of the stompjms client in the examples.
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=1210900&r1=1210899&r2=1210900&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
Tue Dec 6 13:27:07 2011
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.fusesource.stompjms</groupId>
<artifactId>stompjms-client</artifactId>
- <version>1.2</version>
+ <version>1.3</version>
<classifier>uber</classifier>
</dependency>