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

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


The following commit(s) were added to refs/heads/main21-2 by this push:
     new a56289ba Set lower bound of enforced Java versions to 21.
a56289ba is described below

commit a56289babb6a2180b13e0c7ab3a511b83b895d1a
Author: Lee Rhodes <[email protected]>
AuthorDate: Thu Mar 27 13:59:26 2025 -0700

    Set lower bound of enforced Java versions to 21.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8aaa8174..983abb65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@ under the License.
               <configuration>
                 <rules>
                   <requireJavaVersion>
-                    <version>${java.version}</version>
+                    <version>21,</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