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 2023/04/26 21:30:07 UTC

[commons-parent] branch master updated (3458c33 -> bdb31d1)

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

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


    from 3458c33  Bump junit-bom from 5.9.2 to 5.9.3 (#263)
     new 15a0b10  Bump some dependencies
     new bdb31d1  Clear release date for current snapshot version

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 7 +++++++
 1 file changed, 7 insertions(+)


[commons-parent] 02/02: Clear release date for current snapshot version

Posted by gg...@apache.org.
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-parent.git

commit bdb31d17cac2fae702c3c701758c864cfb6ab88a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 26 17:29:49 2023 -0400

    Clear release date for current snapshot version
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c3831c2..b93baf9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,7 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-        <release version="58" date="2023-04-22" description="Version 57: Maintenance and update dependencies">
+        <release version="58" date="20YY-MM-DD" description="Version 57: Maintenance and update dependencies">
            <!-- FIX -->           
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Dependabot">Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 #266.</action>


[commons-parent] 01/02: Bump some dependencies

Posted by gg...@apache.org.
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-parent.git

commit 15a0b105670eb281588de1f8cb13d8d523e3fb42
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 26 17:28:45 2023 -0400

    Bump some dependencies
    
    - Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 #266
    - Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 #265
    - Bump junit-bom from 5.9.2 to 5.9.3 #263
---
 src/changes/changes.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d630aa8..c3831c2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,13 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
+        <release version="58" date="2023-04-22" description="Version 57: Maintenance and update dependencies">
+           <!-- FIX -->           
+           <!-- UPDATE -->
+           <action type="update" dev="ggregory" due-to="Dependabot">Bump cyclonedx-maven-plugin from 2.7.7 to 2.7.8 #266.</action>
+           <action type="update" dev="ggregory" due-to="Dependabot">Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 #265.</action>
+           <action type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.9.2 to 5.9.3 #263.</action>
+        </release>
         <release version="57" date="2023-04-22" description="Version 57: Maintenance and update dependencies">
            <!-- FIX -->           
            <action type="fix" dev="ggregory" due-to="Hervé Boutemy">Fix cyclonedx-maven-plugin configuration for multi-module projects.</action>