You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2017/08/28 20:18:01 UTC

svn commit: r1806504 - /maven/plugins/trunk/maven-jdeps-plugin/pom.xml

Author: rfscholte
Date: Mon Aug 28 20:18:01 2017
New Revision: 1806504

URL: http://svn.apache.org/viewvc?rev=1806504&view=rev
Log:
[MJDEPS-5] Require Java 7

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=1806504&r1=1806503&r2=1806504&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jdeps-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jdeps-plugin/pom.xml Mon Aug 28 20:18:01 2017
@@ -59,6 +59,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
+    <javaVersion>7</javaVersion>
   </properties>
   
   <dependencies>