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

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


The following commit(s) were added to refs/heads/master by this push:
     new e910b53a Bump org.apache.commons:commons-parent from 100 to 101
e910b53a is described below

commit e910b53a90308dbd70d54b4f69843805b53fc0fa
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 6 06:18:24 2026 -0400

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

diff --git a/pom.xml b/pom.xml
index 33a3c555..855f91e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>100</version>
+    <version>101</version>
   </parent>
   <artifactId>commons-text</artifactId>
   <version>1.15.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d49f8c4a..e083df93 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Javid Khan, Gary Gregory">Fix 
StringIndexOutOfBoundsException in CsvUnescaper on lone quote (#748).</action>
       <!-- ADD -->
       <!-- UPDATE -->
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 100.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 101.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump the 
level of test coverage checks.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.8 #734.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons.bytebuddy.version from 1.18.4 to 1.18.7.</action>

Reply via email to