+1, Great.

Brett Porter a écrit :
If my memory serves, we had decided we were ready to take this step for the applications, but not Maven itself until the toolchain support is final.

Any objections?

- Brett

On 05/06/2007, at 2:32 AM, [EMAIL PROTECTED] wrote:

Author: brett
Date: Mon Jun  4 09:32:12 2007
New Revision: 544179

URL: http://svn.apache.org/viewvc?view=rev&rev=544179
Log:
Start using JDK 5 for Continuum

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?view=diff&rev=544179&r1=544178&r2=544179 ==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Jun  4 09:32:12 2007
@@ -65,6 +65,13 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+        <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/continuum/tags</tagBase>





Reply via email to