You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2010/05/11 19:23:24 UTC

svn commit: r943194 - /ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml

Author: vanto
Date: Tue May 11 17:23:24 2010
New Revision: 943194

URL: http://svn.apache.org/viewvc?rev=943194&view=rev
Log:
pinning the javacc-maven-plugin version to 2.6

Modified:
    ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml

Modified: ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml
URL: http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml?rev=943194&r1=943193&r2=943194&view=diff
==============================================================================
--- ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml (original)
+++ ode/branches/APACHE_ODE_1.X/bpel-ql/pom.xml Tue May 11 17:23:24 2010
@@ -48,6 +48,7 @@
        <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>javacc-maven-plugin</artifactId>
+         <version>2.6</version>
          <executions>
            <execution>
              <goals>