You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/05/18 21:34:55 UTC

[02/10] accumulo git commit: ACCUMULO-4311 Add enforcer rule for minimum JDK

ACCUMULO-4311 Add enforcer rule for minimum JDK


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/078f7b72
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/078f7b72
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/078f7b72

Branch: refs/heads/1.7
Commit: 078f7b72a74603deee124043f2a5dbb71f974f04
Parents: f71f293
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed May 18 17:27:35 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed May 18 17:27:35 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/078f7b72/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 427fe30..d4b3867 100644
--- a/pom.xml
+++ b/pom.xml
@@ -693,6 +693,9 @@
           <artifactId>maven-enforcer-plugin</artifactId>
           <configuration>
             <rules>
+              <requireJavaVersion>
+                <version>[${java.ver},)</version>
+              </requireJavaVersion>
               <requireMavenVersion>
                 <version>[${maven.min-version},)</version>
               </requireMavenVersion>