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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit a0c7323d3b897cf1661338b4bf49b303cd99c846
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Jul 3 13:21:33 2024 +0100

    Upgrade commons parent 69 to 71
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a3759bb..61fb9dbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>71</version>
   </parent>
 
   <artifactId>commons-rng-parent</artifactId>
@@ -70,8 +70,7 @@
        depend on other packages. -->
     <commons.jxr.version>2.5</commons.jxr.version>
 
-    <!-- Increase from commons-parent -->
-    <commons.jacoco.methodRatio>1.00</commons.jacoco.methodRatio>
+    <!-- Change from commons-parent -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
 
     <commons.site.path>rng</commons.site.path>

Reply via email to