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

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


The following commit(s) were added to refs/heads/master by this push:
     new f01e49c1 Backout commons-parent bump due to checkstyle version issue 
on Java 11
f01e49c1 is described below

commit f01e49c11253895b4236e8be0cf11a93aa0c8969
Author: Gary D. Gregory <[email protected]>
AuthorDate: Wed Aug 20 08:01:03 2025 -0400

    Backout commons-parent bump due to checkstyle version issue on Java 11
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 992a1273..2eaa5f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>86</version>
+    <version>85</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f9fdfed2..6d329a05 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,7 +48,6 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Fredrik Kjellberg, Gary 
Gregory">Add org.apache.commons.codec.digest.CRC16.</action>
       <!-- UPDATE -->
-      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 85 to 86.</action>
     </release>
     <release version="1.19.0" date="2025-07-19" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->

Reply via email to