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 1757d772 adjust maven-enforcer-plugin java version bounds.
1757d772 is described below
commit 1757d77274d2d430d60bb12ee9a30f398545368c
Author: Lee Rhodes <[email protected]>
AuthorDate: Sat Mar 29 16:14:02 2025 -0700
adjust maven-enforcer-plugin java version bounds.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 983abb65..84e03294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,7 +190,7 @@ under the License.
<configuration>
<rules>
<requireJavaVersion>
- <version>21,</version> <!-- java.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]