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>