You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by gn...@apache.org on 2006/05/19 16:13:23 UTC

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

Author: gnodet
Date: Fri May 19 07:13:22 2006
New Revision: 407803

URL: http://svn.apache.org/viewvc?rev=407803&view=rev
Log:
Use a released plugin for javacc

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?rev=407803&r1=407802&r2=407803&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/pom.xml (original)
+++ incubator/activemq/trunk/activemq-core/pom.xml Fri May 19 07:13:22 2006
@@ -310,7 +310,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>javacc-maven-plugin</artifactId>
-        <version>0.6.1-SNAPSHOT</version>
+        <version>2.0</version>
         <executions>
           <execution>
             <phase>generate-sources</phase>