Repository: maven-surefire
Updated Branches:
  refs/heads/master 8bcf1f14a -> ee1cc441b


[SUREFIRE-1474] 1.7 as minimum

Signed-off-by: olivier lamy <ol...@apache.org>


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

Branch: refs/heads/master
Commit: ee1cc441b740f9802d9fe40b10b485e2058c06bc
Parents: 8bcf1f1
Author: olivier lamy <ol...@apache.org>
Authored: Thu Feb 8 15:46:00 2018 +1000
Committer: olivier lamy <ol...@apache.org>
Committed: Thu Feb 8 15:46:00 2018 +1000

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


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/ee1cc441/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2bcb0d7..9cf5b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,6 +99,7 @@
     <jdk.home>${java.home}/..</jdk.home>
     <maven.compiler.testSource>1.8</maven.compiler.testSource>
     <maven.compiler.testTarget>1.8</maven.compiler.testTarget>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencyManagement>

Reply via email to