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 2023/10/31 06:41:06 UTC

(camel) branch cyclonedx-2.7.10 created (now 7c03cc9289d)

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

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


      at 7c03cc9289d Upgrade CycloneDX Maven Plugin to version 2.7.10

This branch includes the following new commits:

     new 7c03cc9289d Upgrade CycloneDX Maven Plugin to version 2.7.10

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.



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

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

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

commit 7c03cc9289d0cefd0142b3c28feff064d373341c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 31 07:36:55 2023 +0100

    Upgrade CycloneDX Maven Plugin to version 2.7.10
    
    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 daaff9d56c9..49d87a5f92e 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.9</cyclonedx-maven-plugin-version>
+        <cyclonedx-maven-plugin-version>2.7.10</cyclonedx-maven-plugin-version>
         <flatten-maven-plugin-version>1.5.0</flatten-maven-plugin-version>
         <gmavenplus-plugin-version>2.1.0</gmavenplus-plugin-version>
         <license-maven-plugin-version>4.3</license-maven-plugin-version>