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-numbers.git

commit 5a4299d55b18a52ced8bab94f62a04ffd12f010d
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Thu Jul 4 15:51:04 2024 +0100

    Update commons parent 65 to 71
    
    Requires renaming some plugin execution IDs
---
 commons-numbers-bom/pom.xml  | 5 +++--
 commons-numbers-docs/pom.xml | 5 +++--
 pom.xml                      | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/commons-numbers-bom/pom.xml b/commons-numbers-bom/pom.xml
index ab8950c6..9506fbac 100644
--- a/commons-numbers-bom/pom.xml
+++ b/commons-numbers-bom/pom.xml
@@ -64,6 +64,7 @@
     <checkstyle.skip>true</checkstyle.skip>
     <changes.jira.skip>true</changes.jira.skip>
     <skipSurefireReport>true</skipSurefireReport>
+    <spdx.skip>true</spdx.skip>
 
     <!-- Generated BOM. This is the artifact that is installed/deployed. -->
     <numbers.bom.file>target/bom.xml</numbers.bom.file>
@@ -79,12 +80,12 @@
   <build>
     <plugins>
       <plugin>
-        <!-- This plugin has no skip property - use an invalid phase -->
+        <!-- This plugin has no skip property before 0.7.1 - use an invalid 
phase for Java 8 build -->
         <groupId>org.spdx</groupId>
         <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-numbers-docs/pom.xml b/commons-numbers-docs/pom.xml
index 620b4713..100e7fd4 100644
--- a/commons-numbers-docs/pom.xml
+++ b/commons-numbers-docs/pom.xml
@@ -51,6 +51,7 @@
     <checkstyle.skip>true</checkstyle.skip>
     <changes.jira.skip>true</changes.jira.skip>
     <skipSurefireReport>true</skipSurefireReport>
+    <spdx.skip>true</spdx.skip>
   </properties>
 
   <!-- Depend on all other modules -->
@@ -117,12 +118,12 @@
 
     <plugins>
       <plugin>
-        <!-- This plugin has no skip property - use an invalid phase -->
+        <!-- This plugin has no skip property before 0.7.1 - use an invalid 
phase for Java 8 build -->
         <groupId>org.spdx</groupId>
         <artifactId>spdx-maven-plugin</artifactId>
         <executions>
           <execution>
-            <id>build-spdx</id>
+            <id>build-sbom-spdx</id>
             <goals>
               <goal>createSPDX</goal>
             </goals>
diff --git a/pom.xml b/pom.xml
index 7d699d8e..dcce5936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>65</version>
+    <version>71</version>
   </parent>
 
   <artifactId>commons-numbers-parent</artifactId>

Reply via email to