You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2024/01/17 08:34:57 UTC

(camel) branch cyclonedx updated (4ba2c320564 -> 0234b47ddb2)

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

acosentino pushed a change to branch cyclonedx
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 4ba2c320564 Upgrade CycloneDX Maven Plugin to version 2.7.11
     add 88adde1d187 Bump org.codehaus.mojo:flatten-maven-plugin from 1.5.0 to 1.6.0 (#12802)
     new 0234b47ddb2 Upgrade CycloneDX Maven Plugin to version 2.7.11

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ba2c320564)
            \
             N -- N -- N   refs/heads/cyclonedx (0234b47ddb2)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


(camel) 01/01: Upgrade CycloneDX Maven Plugin to version 2.7.11

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch cyclonedx
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0234b47ddb2963b97710cc4320d9e56c2cd452ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jan 17 09:13:17 2024 +0100

    Upgrade CycloneDX Maven Plugin to version 2.7.11
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e3c32b814c..e57b65a6b18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
         <project.build.outputTimestamp>2023-08-14T08:51:45Z</project.build.outputTimestamp>
 
-        <cyclonedx-maven-plugin-version>2.7.10</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.11</cyclonedx-maven-plugin-version>
         <flatten-maven-plugin-version>1.6.0</flatten-maven-plugin-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <license-maven-plugin-version>4.3</license-maven-plugin-version>