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/03/13 10:17:15 UTC

[camel-spring-boot] branch main updated (84772ae468d -> 6d246554d97)

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

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


    from 84772ae468d [create-pull-request] automated change
     new 6555a5e073c Upgrade CycloneDX Maven plugin to version 2.7.5
     new 3488c8b025e Upgrade CycloneDX Maven plugin to version 2.7.5
     new 6d246554d97 Upgrade CycloneDX Maven plugin to version 2.7.5

The 3 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 | 26 +++-----------------------
 1 file changed, 3 insertions(+), 23 deletions(-)


[camel-spring-boot] 03/03: Upgrade CycloneDX Maven plugin to version 2.7.5

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

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

commit 6d246554d9733c7db43ceb5813bc9a0967ee9cd1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 11:13:32 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index 8f0d5d00725..0238eb7a9a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,6 @@
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
 	<cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-plugin-version>
-	<antrun-maven-plugin-version>3.1.0</antrun-maven-plugin-version>
     </properties>
 
 


[camel-spring-boot] 02/03: Upgrade CycloneDX Maven plugin to version 2.7.5

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

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

commit 3488c8b025e711d730c2bfb8930d3dcac80de565
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 11:13:05 2023 +0100

    Upgrade CycloneDX Maven plugin to version 2.7.5
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 23 ++---------------------
 1 file changed, 2 insertions(+), 21 deletions(-)

diff --git a/pom.xml b/pom.xml
index 301d466f26a..8f0d5d00725 100644
--- a/pom.xml
+++ b/pom.xml
@@ -885,7 +885,8 @@
                    <version>${cyclonedx-maven-plugin-version}</version>
                    <inherited>false</inherited>
                    <configuration>
-                        <outputName>camel-spring-boot-sbom</outputName>
+			   <outputName>camel-spring-boot-sbom</outputName>
+			   <outputDirectory>${project.basedir}/camel-spring-boot-sbom/</outputDirectory>
                    </configuration>
                    <executions>
                        <execution>
@@ -896,26 +897,6 @@
                       </execution>
                    </executions>
                 </plugin>
-                <plugin>
-                     <groupId>org.apache.maven.plugins</groupId>
-                     <artifactId>maven-antrun-plugin</artifactId>
-                     <version>${antrun-maven-plugin-version}</version>
-                     <inherited>false</inherited>
-                     <executions>
-                         <execution>
-                             <phase>package</phase>
-                             <configuration>
-                                 <target>
-                                     <copy file="${project.build.directory}/camel-spring-boot-sbom.json" todir="${project.basedir}/camel-spring-boot-sbom/" />
-                                     <copy file="${project.build.directory}/camel-spring-boot-sbom.xml" todir="${project.basedir}/camel-spring-boot-sbom/" />
-                                 </target>
-                             </configuration>
-                             <goals>
-                                 <goal>run</goal>
-                             </goals>
-                         </execution>
-                   </executions>
-                </plugin>
             </plugins>
             </build>
         </profile>


[camel-spring-boot] 01/03: Upgrade CycloneDX Maven plugin to version 2.7.5

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

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

commit 6555a5e073c4d925e2cc1f078e04e24eeace2224
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 13 11:11:13 2023 +0100

    Upgrade CycloneDX Maven plugin to version 2.7.5
    
    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 7b9050314c9..301d466f26a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
-	<cyclonedx-maven-plugin-version>2.7.4</cyclonedx-maven-plugin-version>
+	<cyclonedx-maven-plugin-version>2.7.5</cyclonedx-maven-plugin-version>
 	<antrun-maven-plugin-version>3.1.0</antrun-maven-plugin-version>
     </properties>