This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-nms-openwire-generator.git
commit a6e066251505516a4fa69f3227f57e30a3532264 Author: Timothy A. Bish <[email protected]> AuthorDate: Wed Jul 7 14:49:41 2010 +0000 Update NMS Openwire Generator pom to use 5.4-SNAPSHOT. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ce3636c..8630e4b 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ </mailingLists> <properties> - <activemq-version>5.3.1</activemq-version> + <activemq-version>5.4-SNAPSHOT</activemq-version> <projectName>Apache NMS.ActiveMQ</projectName> <annogen-version>0.1.0</annogen-version> <ant-version>1.6.2</ant-version> @@ -139,7 +139,7 @@ <tasks> <echo>Running OpenWire Generator</echo> <taskdef name="generate" classname="org.apache.activemq.nms.openwire.tool.AmqCSharpGeneratorTask" classpathref="maven.compile.classpath" /> - <generate maxVersion="5" source="${activemq-core-dir}" target="${nms-activemq-dir}" /> + <generate maxVersion="6" source="${activemq-core-dir}" target="${nms-activemq-dir}" /> </tasks> </configuration> </plugin>
