You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2011/06/08 19:53:15 UTC

svn commit: r1133484 - /activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Author: tabish
Date: Wed Jun  8 17:53:15 2011
New Revision: 1133484

URL: http://svn.apache.org/viewvc?rev=1133484&view=rev
Log:
Update the pom.xml so that openwire commands v7 and v8 get created

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=1133484&r1=1133483&r2=1133484&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Wed Jun  8 17:53:15 2011
@@ -195,7 +195,7 @@
                   <tasks>
                     <echo>Running OpenWire Generator</echo>
                     <taskdef name="generate" classname="org.apache.activemq.openwire.tool.AmqCppGeneratorTask" classpathref="maven.compile.classpath" />
-                    <generate maxVersion="6" source="${activemq-core-dir}" target="${basedir}" />
+                    <generate maxVersion="8" source="${activemq-core-dir}" target="${basedir}" />
                   </tasks>
                 </configuration>
                 <goals>