You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2020/11/24 16:10:52 UTC

[johnzon] branch master updated: We only need the minimum version to be enforced for the moment

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new 2896727  We only need the minimum version to be enforced for the moment
2896727 is described below

commit 28967276b0621726f0c8b427f980def69cdc4cc4
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 24 17:10:33 2020 +0100

    We only need the minimum version to be enforced for the moment
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 804bb20..d64f601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,7 +440,7 @@
                   <version>[3.3,)</version>
                 </requireMavenVersion>
                 <requireJavaVersion>
-                  <version>[${java-compile.version},1.9)</version>
+                  <version>[${java-compile.version},)</version>
                 </requireJavaVersion>
               </rules>
             </configuration>