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 2010/06/09 00:41:02 UTC

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

Author: tabish
Date: Tue Jun  8 22:41:02 2010
New Revision: 952851

URL: http://svn.apache.org/viewvc?rev=952851&view=rev
Log:
Update openwire generate params

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=952851&r1=952850&r2=952851&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Tue Jun  8 22:41:02 2010
@@ -197,7 +197,7 @@
                   <tasks>
                     <echo>Running OpenWire Generator</echo>
                     <taskdef name="generate" classname="org.apache.activemq.openwire.tool.AmqCppGeneratorTask" classpathref="maven.compile.classpath" />
-                    <generate maxVersion="5" source="${activemq-core-dir}" target="${basedir}" />
+                    <generate maxVersion="6" source="${activemq-core-dir}" target="${basedir}" />
                   </tasks>
                 </configuration>
                 <goals>