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

dcromberge pushed a commit to branch Jdk17_Panama_mess
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/Jdk17_Panama_mess by this push:
     new 2e77158  Relax enforcer plugin constraints
2e77158 is described below

commit 2e7715850f8cb7d105b6051c0a27758a6a294325
Author: David Cromberge <[email protected]>
AuthorDate: Thu Nov 18 23:50:14 2021 +0000

    Relax enforcer plugin constraints
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cd4f4c0..52f7040 100644
--- a/pom.xml
+++ b/pom.xml
@@ -281,7 +281,7 @@ under the License.
               <configuration>
                 <rules>
                   <requireJavaVersion>
-                    <version>[1.8,1.9),[8,14)</version>
+                    <version>[1.8,1.9),[8,)</version>
                   </requireJavaVersion>
                   <requireMavenVersion>
                     <version>[${maven.version},)</version>
@@ -378,7 +378,7 @@ under the License.
           <configuration>
             <toolchains>
               <jdk>
-                <version>[1.8,1.9),[9,14)</version>
+                <version>[1.8,1.9),[9,)</version>
               </jdk>
             </toolchains>
           </configuration>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to