Use the 1.0-alpha-2 release (2007-03-14) of retrotranslator-maven-plugin.

WW-1943


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@541159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak
2007-05-24 04:36:53 +00:00
parent d176c997bf
commit 53d2f7ea4a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -115,9 +115,10 @@
<!--
Run the translator for Java 1.4 compatiblity
Sample:
Samples:
$ cd struts/struts2/
$ mvn clean install -Papps,j4 -Djava14.jar=$JAVA_HOME/../Classes/classes.jar
$ mvn clean install -Papps,j4 -Djava14.jar="$JAVA_HOME/jre/lib/rt.jar"
-->
<id>j4</id>
+1 -1
View File
@@ -253,7 +253,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-2</version>
<executions>
<execution>
<phase>process-classes</phase>