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 2022/09/21 23:10:31 UTC

[commons-parent] branch master updated: Make CycloneDX work better with multi-module projects.

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


The following commit(s) were added to refs/heads/master by this push:
     new fc11ae6  Make CycloneDX work better with multi-module projects.
fc11ae6 is described below

commit fc11ae689bd5a41cfca0fd342403ab9b0fdf89f5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Sep 21 19:10:19 2022 -0400

    Make CycloneDX work better with multi-module projects.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 95e4a62..6e1b07e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -825,7 +825,7 @@
             <execution>
               <phase>package</phase>
               <goals>
-                <goal>makeAggregateBom</goal>
+                <goal>makeBom</goal>
               </goals>
             </execution>
           </executions>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4cfd55a..e4ec432 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,8 @@ The <action> type attribute can be add,update,fix,remove.
 
     <body>
         <release version="55" date="2022-MM-DD" description="Version 55: SBOMs">
+           <!-- FIX -->
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Make CycloneDX work better with multi-module projects.</action>
            <!-- UPDATE -->
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from 5.9.0 to 5.9.1.</action>
         </release>