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

ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/1.X by this push:
     new 9e4720db Bump org.apache.commons:commons-parent from 69 to 71
9e4720db is described below

commit 9e4720db3177a651a047060fd83613582d2eb7ae
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 4 07:55:36 2024 -0400

    Bump org.apache.commons:commons-parent from 69 to 71
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 38f7aed1..dc72b9e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>69</version>
+    <version>71</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
@@ -39,14 +39,14 @@
       <commons.release.version>1.9.5</commons.release.version>
       <commons.jira.id>BEANUTILS</commons.jira.id>
       <commons.jira.pid>12310460</commons.jira.pid>
-      <!-- limit memory size see BEANUTILS-291; allow command-line override -->
+      <!-- Limit memory size see BEANUTILS-291; allow command-line override -->
       <!-- Originally 25M, increased to 50M to get round Continuum CI build 
failures -->
       <surefire.argLine>-Xmx50M</surefire.argLine>
       <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
       
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</commons.scmPubUrl>
       
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
       
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
-      <!-- generate report even if there are binary incompatible changes -->
+      <!-- Generate report even if there are binary incompatible changes -->
       
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
       <japicmp.skip>false</japicmp.skip>
       <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6ae8d6cd..af454875 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -32,7 +32,7 @@
       <!-- FIX -->
       <action issue="BEANUTILS-541" dev="ggregory" type="fix" due-to="Sergey 
Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (1.x 
backport) #69.</action>
       <!-- UPDATE -->
-      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
commons-parent from 47 to 69.</action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 47 to 71.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 
requirement from Java 6 to 7.</action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
junit:junit from 4.12 to 4.13.2.</action>
     </release>

Reply via email to