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 2015/09/11 03:43:27 UTC

svn commit: r1702360 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Fri Sep 11 01:43:26 2015
New Revision: 1702360

URL: http://svn.apache.org/r1702360
Log:
[MPOM-84] updated java minimum/build version to 6

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1702360&r1=1702359&r2=1702360&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Fri Sep 11 01:43:26 2015
@@ -814,7 +814,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <javaVersion>5</javaVersion>
+    <javaVersion>6</javaVersion>
     <maven.compiler.source>1.${javaVersion}</maven.compiler.source>
     <maven.compiler.target>1.${javaVersion}</maven.compiler.target>    
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>