You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/05/18 01:19:19 UTC

svn commit: r945427 - /myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml

Author: lu4242
Date: Mon May 17 23:19:18 2010
New Revision: 945427

URL: http://svn.apache.org/viewvc?rev=945427&view=rev
Log:
set temporally to 1.0.0 for release procedure

Modified:
    myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml

Modified: myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml?rev=945427&r1=945426&r2=945427&view=diff
==============================================================================
--- myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml (original)
+++ myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-javascript-plugin/pom.xml Mon May 17 23:19:18 2010
@@ -50,7 +50,7 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-javacc-plugin</artifactId>
-        <version>${project.version}</version>
+        <version>1.0.0</version>
         <configuration>
           <sourceDirectory>src/main/java</sourceDirectory>
           <sourcePath>org/apache/myfaces/buildtools/maven2/plugin/javascript/obfuscator/javascript15parser</sourcePath>