You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/04/10 18:59:59 UTC

[orc] branch branch-1.7 updated: ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6

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

dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 5307ff905 ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6
5307ff905 is described below

commit 5307ff9057ea02a4772671a8fc2882176d7fd130
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Mon Apr 10 11:58:16 2023 -0700

    ORC-1407: Upgrade cyclonedx-maven-plugin to 2.7.6
    
    This PR aims to upgrade `cycleonedx-maven-plugin` to 2.7.6.
    
    This PR aims to bring the latest bug fixes of cyclonedx-maven-plugin.
    - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.6
    - https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-2.7.5
    
    Pass the CIs and check SBOM artifacts.
    
    Closes #1463 from dongjoon-hyun/ORC-1407.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 8a2ea6554d6558a74904ec5bdf52ff37b04f50d7)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index fe10cf42e..436880e19 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -266,7 +266,7 @@
       <plugin>
         <groupId>org.cyclonedx</groupId>
         <artifactId>cyclonedx-maven-plugin</artifactId>
-        <version>2.7.4</version>
+        <version>2.7.6</version>
         <executions>
           <execution>
             <phase>package</phase>