You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/10/31 20:53:21 UTC

maven-resolver git commit: [MRESOLVER-5] Update minimum Java version to 1.7

Repository: maven-resolver
Updated Branches:
  refs/heads/master dee6133db -> 10ccd5fdc


[MRESOLVER-5] Update minimum Java version to 1.7

Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/10ccd5fd
Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/10ccd5fd
Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/10ccd5fd

Branch: refs/heads/master
Commit: 10ccd5fdcefcac100c99e9f4e6bf26a96f5cb8ea
Parents: dee6133
Author: Michael Osipov <mi...@apache.org>
Authored: Mon Oct 31 21:53:12 2016 +0100
Committer: Michael Osipov <mi...@apache.org>
Committed: Mon Oct 31 21:53:12 2016 +0100

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/10ccd5fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3b66a7d..78d671b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,7 @@
   </distributionManagement>
 
   <properties>
+    <javaVersion>7</javaVersion>
     <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
     <maven.site.path>resolver-archives/resolver-LATEST</maven.site.path>
     <checkstyle.violation.ignore>UnusedImports,LineLength,InnerAssignment,MagicNumber,AvoidNestedBlocks,ParameterNumber,MethodLength,MemberName</checkstyle.violation.ignore>