From c841e72dcbc2c4df7059527a418e51f5663c0504 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Apr 2018 11:34:00 +0200 Subject: [PATCH 1/3] #972 encforce jdk 7 bytecode for dependencies --- pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/pom.xml b/pom.xml index 3f4cfda18a..fa324ac12e 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,36 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M1 + + + enforce-java + compile + + enforce + + + + + 1.7 + + + true + + + + + + org.codehaus.mojo + extra-enforcer-rules + 1.0-beta-7 + + + + org.apache.maven.plugins maven-compiler-plugin From 7d6c65799e78ed2c94f02f4b525859f9c0bab96b Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Apr 2018 11:57:00 +0200 Subject: [PATCH 2/3] #972 use javahg version which is compatible with java 7 --- scm-plugins/scm-hg-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-plugins/scm-hg-plugin/pom.xml b/scm-plugins/scm-hg-plugin/pom.xml index cf4c42d1dc..bb339bb983 100644 --- a/scm-plugins/scm-hg-plugin/pom.xml +++ b/scm-plugins/scm-hg-plugin/pom.xml @@ -28,7 +28,7 @@ com.aragost.javahg javahg - 0.13 + 0.13-java7 com.google.guava From 966c18eca17471393b462c509ef00b08b9c1aa0c Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 12 Apr 2018 20:22:40 +0200 Subject: [PATCH 3/3] close branch issue-972