You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/08/15 19:11:49 UTC

[karaf-cellar] branch master updated: Update enforcer rule to support JDK 11

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cellar.git


The following commit(s) were added to refs/heads/master by this push:
     new 473c811  Update enforcer rule to support JDK 11
473c811 is described below

commit 473c811344f35d58661af557bbc8d7df57539d79
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Aug 15 21:11:32 2020 +0200

    Update enforcer rule to support JDK 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f0336f..0c32d03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,7 +519,7 @@
                                     <version>[3,4)</version>
                                 </requireMavenVersion>
                                 <requireJavaVersion>
-                                    <version>[1.7,1.9)</version>
+                                    <version>[1.8,)</version>
                                 </requireJavaVersion>
                             </rules>
                         </configuration>