You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/02/01 12:32:46 UTC

(commons-io) branch master updated: Bump org.apache.commons:commons-parent from 65 to 66

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 52971e4d6 Bump org.apache.commons:commons-parent from 65 to 66
     new cfd4d8603 Merge branch 'master' of https://ggregory@gitbox.apache.org/repos/asf/commons-io.git
52971e4d6 is described below

commit 52971e4d675ee8828ef6458ea877fbeb6b765960
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 1 07:31:17 2024 -0500

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

diff --git a/pom.xml b/pom.xml
index 6912a95e6..809887218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>65</version>
+    <version>66</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
@@ -128,6 +128,7 @@ file comparators, endian transformation classes, and much more.
     <commons.bc.version>2.15.1</commons.bc.version>
     <commons.release.version>2.16.0</commons.release.version>
     <commons.release.next>2.16.1</commons.release.next>
+    <project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
     <commons.release.desc>(requires Java 8)</commons.release.desc>
     <commons.jira.id>IO</commons.jira.id>
     <commons.jira.pid>12310477</commons.jira.pid>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2e1a1628d..47f575bf2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -125,7 +125,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="add"                due-to="Gary Gregory">Add ChecksumInputStream and test #548.</action>
       <action dev="ggregory" type="add"                due-to="Gary Gregory">Add AbstractStreamBuilder.getReader().</action>
       <!--  UPDATE -->
-      <action dev="ggregory" type="fix"                due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
+      <action dev="ggregory" type="update"             due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.10 to 1.14.11 #534.</action>
+      <action dev="ggregory" type="update"             due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 66.</action>
     </release>
     <release version="2.15.1" date="2023-11-24" description="Java 8 is required.">
       <!-- FIX -->