You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/05/01 04:22:09 UTC

svn commit: r770515 - in /maven/components/branches/maven-2.2.x: build.xml pom.xml

Author: hboutemy
Date: Fri May  1 02:22:09 2009
New Revision: 770515

URL: http://svn.apache.org/viewvc?rev=770515&view=rev
Log:
[MNG-4143] changed Modello configuration to use Java5

Modified:
    maven/components/branches/maven-2.2.x/build.xml
    maven/components/branches/maven-2.2.x/pom.xml

Modified: maven/components/branches/maven-2.2.x/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/build.xml?rev=770515&r1=770514&r2=770515&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/build.xml (original)
+++ maven/components/branches/maven-2.2.x/build.xml Fri May  1 02:22:09 2009
@@ -127,7 +127,7 @@
           <arg file="bootstrap/target/generated-sources"/> <!-- output directory -->
           <arg value="@{version}"/> <!-- model version -->
           <arg value="false"/> <!-- package with version -->
-          <arg value="false"/> <!-- use Java 5 -->
+          <arg value="true"/> <!-- use Java 5 -->
           <arg value="UTF-8"/> <!-- encoding -->
         </java>
       </sequential>

Modified: maven/components/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/pom.xml?rev=770515&r1=770514&r2=770515&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/pom.xml (original)
+++ maven/components/branches/maven-2.2.x/pom.xml Fri May  1 02:22:09 2009
@@ -186,6 +186,9 @@
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.0.1</version>
+          <configuration>
+            <useJava5>true</useJava5>
+          </configuration>
           <executions>
             <execution>
               <id>site-docs</id>