You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/09/03 17:24:24 UTC

svn commit: r1519719 - /cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml

Author: dkulp
Date: Tue Sep  3 15:24:24 2013
New Revision: 1519719

URL: http://svn.apache.org/r1519719
Log:
Update the version of the broker used for the sample

Modified:
    cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml

Modified: cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml?rev=1519719&r1=1519718&r2=1519719&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml (original)
+++ cxf/trunk/distribution/src/main/release/samples/jms_spring_config/pom.xml Tue Sep  3 15:24:24 2013
@@ -165,8 +165,8 @@
                 <plugins>
                     <plugin>
                         <groupId>org.apache.activemq.tooling</groupId>
-                        <artifactId>maven-activemq-plugin</artifactId>
-                        <version>5.4.2</version>
+                        <artifactId>activemq-maven-plugin</artifactId>
+                        <version>5.8.0</version>
                         <executions>
                             <execution>
                                 <phase>test</phase>