You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/11/16 16:35:25 UTC

svn commit: r475773 - /incubator/activemq/trunk/activemq-core/pom.xml

Author: chirino
Date: Thu Nov 16 07:35:24 2006
New Revision: 475773

URL: http://svn.apache.org/viewvc?view=rev&rev=475773
Log:
Rev up openwire version in case someone makes changes

Modified:
    incubator/activemq/trunk/activemq-core/pom.xml

Modified: incubator/activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/pom.xml?view=diff&rev=475773&r1=475772&r2=475773
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Thu Nov 16 07:35:24 2006
@@ -279,7 +279,7 @@
         <configuration>
           <tasks>
             <taskdef name="generate" classname="org.apache.activemq.openwire.tool.JavaGeneratorTask"/>
-            <generate version="2" basedir="${basedir}"/>
+            <generate version="3" basedir="${basedir}"/>
           </tasks>
         </configuration>
         <dependencies>