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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7fbd0df  update pom
7fbd0df is described below

commit 7fbd0df0a43e670a38f76023a509fb0597362130
Author: Lee Rhodes <lee...@gmail.com>
AuthorDate: Wed Aug 27 18:32:23 2025 -0700

    update pom
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f3e9780..5a3dfd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@ under the License.
   <properties>
     <!-- System-wide properties -->
     <java.version.range>[8,9),[11,12),[17,18),[21,22)</java.version.range>
-    <maven.version>[3.6.3,4.0.0)</maven.version>
+    <maven.version.range>[3.6.3,4.0.0)</maven.version.range>
     <argLine>-Xmx4g -Duser.language=en -Duser.country=US 
-Dfile.encoding=UTF-8</argLine>
     <charset.encoding>UTF-8</charset.encoding>
     
<project.build.sourceEncoding>${charset.encoding}</project.build.sourceEncoding>
@@ -108,9 +108,11 @@ under the License.
     <!-- org.eluder Maven Plugins -->
     <coveralls-repo-token></coveralls-repo-token>
     <coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
+     <!-- pl.project13.maven Plugins-->
+    <git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
     <!-- other -->
     <lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
-    <git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
+
   </properties>
 
   <build>
@@ -157,7 +159,7 @@ under the License.
                     <version>${java.version.range}</version>
                   </requireJavaVersion>
                   <requireMavenVersion>
-                    <version>${maven.version}</version>
+                    <version>${maven.version.range}</version>
                   </requireMavenVersion>
                   <bannedDependencies>
                     <excludes>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datasketches.apache.org
For additional commands, e-mail: commits-h...@datasketches.apache.org

Reply via email to