Author: hboutemy
Date: Fri Feb 20 03:35:27 2015
New Revision: 1661054

URL: http://svn.apache.org/r1661054
Log:
source=target=1.6 since that's the minimum supported by JDK 9 (and consistent 
with version 3.0-SNAPSHOT choice)

Modified:
    maven/plugins/trunk/maven-jdeps-plugin/pom.xml

Modified: maven/plugins/trunk/maven-jdeps-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jdeps-plugin/pom.xml?rev=1661054&r1=1661053&r2=1661054&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jdeps-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jdeps-plugin/pom.xml Fri Feb 20 03:35:27 2015
@@ -44,6 +44,8 @@ under the License.
   
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <maven.compiler.source>1.6</maven.compiler.source><!-- JDK 9: Source 
option 1.5 is no longer supported. Use 1.6 or later. -->
+    <maven.compiler.target>1.6</maven.compiler.target><!-- JDK 9: Target 
option 1.5 is no longer supported. Use 1.6 or later. -->
   </properties>
   
   <dependencies>


Reply via email to