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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git


The following commit(s) were added to refs/heads/master by this push:
     new 4346af5b Update execution ID to match commons parent
4346af5b is described below

commit 4346af5b0202c999db12bba97d281cf318d13d94
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Tue Jun 25 12:09:36 2024 +0100

    Update execution ID to match commons parent
---
 commons-rng-bom/pom.xml  | 2 +-
 commons-rng-docs/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-rng-bom/pom.xml b/commons-rng-bom/pom.xml
index de87d1f9..b40c414a 100644
--- a/commons-rng-bom/pom.xml
+++ b/commons-rng-bom/pom.xml
@@ -86,7 +86,7 @@
         <artifactId>spdx-maven-plugin</artifactId>
         <executions>
           <execution>
-            <id>build-spdx</id>
+            <id>build-sbom-spdx</id>
             <goals>
               <goal>createSPDX</goal>
             </goals>
diff --git a/commons-rng-docs/pom.xml b/commons-rng-docs/pom.xml
index 531d3e48..9e66c47c 100644
--- a/commons-rng-docs/pom.xml
+++ b/commons-rng-docs/pom.xml
@@ -90,7 +90,7 @@
         <artifactId>spdx-maven-plugin</artifactId>
         <executions>
           <execution>
-            <id>build-spdx</id>
+            <id>build-sbom-spdx</id>
             <goals>
               <goal>createSPDX</goal>
             </goals>

Reply via email to