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:39:32 UTC

(commons-bcel) 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-bcel.git


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

commit 496a8d4e90a249f556fa436ba8653b447de37e03
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Feb 1 07:39:28 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 e76d3bf3..a29550cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>65</version>
+    <version>66</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>
@@ -45,6 +45,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
+    <project.build.outputTimestamp>2024-01-29T13:15:17Z</project.build.outputTimestamp>
     <commons.componentid>bcel</commons.componentid>
     <commons.module.name>org.apache.bcel</commons.module.name>
     <commons.release.version>6.8.2</commons.release.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 38f17c9d..f75e2dc5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,7 +68,8 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX  -->
       <!-- UPDATE -->
       <action                  type="update" dev="ggregory" due-to="Dependabot">Bump GitHub various actions for CI builds.</action>
-      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 #268.</action>
+      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump org.assertj:assertj-core from 3.25.1 to 3.25.2.</action>
+      <action                  type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-parent from 65 to 66.</action>
     </release>
     <release version="6.8.1" date="2024-01-07" description="Maintenance and bug fix release.">
       <!-- FIX  -->