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

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


The following commit(s) were added to refs/heads/main22 by this push:
     new 0c5c9e89 change pom for jdk 22
0c5c9e89 is described below

commit 0c5c9e893aac55bdf9a92933d9edfc69fc05d93e
Author: Lee Rhodes <[email protected]>
AuthorDate: Sat May 3 16:17:43 2025 -0700

    change pom for jdk 22
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 595f3050..6b61492f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@ under the License.
 
     <!-- System-wide properties -->
     <maven.version>3.6.3</maven.version>
-    <java.version>25</java.version>
+    <java.version>22</java.version>
     <jvm-arguments></jvm-arguments>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
@@ -182,7 +182,7 @@ under the License.
               <configuration>
                 <rules>
                   <requireJavaVersion>
-                    <version>[${java.version},)</version> <!-- ${java.version} 
-->
+                    <version>[22,)</version> <!-- ${java.version} -->
                   </requireJavaVersion>
                   <requireMavenVersion>
                     <version>[${maven.version},4.0.0)</version>


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

Reply via email to