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

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

commit 127b667f5658b12f920ff2c51809de67199534d2
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri May 9 14:57:04 2025 -0700

    Set pom to java 24.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5ea3a7ac..bcc76b53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,8 +94,8 @@ under the License.
 
     <!-- System-wide properties -->
     <maven.version>3.6.3</maven.version>
-    <java.version>21</java.version>
-    <jvm-arguments>--enable-preview</jvm-arguments>
+    <java.version>24</java.version>
+    <jvm-arguments></jvm-arguments>
     <maven.compiler.source>${java.version}</maven.compiler.source>
     <maven.compiler.target>${java.version}</maven.compiler.target>
     <argLine>-Xmx4g -Duser.language=en -Duser.country=US -Dfile.encoding=UTF-8 
${jvm-arguments}</argLine>
@@ -190,7 +190,7 @@ under the License.
               <configuration>
                 <rules>
                   <requireJavaVersion>
-                    <version>[21,)</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