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 194691d  Parameterize SPDX version
194691d is described below

commit 194691deb1161d32d4346de98736a135af4830e6
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Aug 7 20:20:15 2022 -0400

    Parameterize SPDX version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 293ac7f..a9b329a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,7 @@
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     
<commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>
     <commons.cyclonedx.version>2.7.0</commons.cyclonedx.version>
+    <commons.spdx.version>0.5.5</commons.spdx.version>
     <commons.failsafe.version>2.22.2</commons.failsafe.version>
     <commons.felix.version>5.1.8</commons.felix.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
@@ -855,7 +856,7 @@
         <plugin>
           <groupId>org.spdx</groupId>
           <artifactId>spdx-maven-plugin</artifactId>
-          <version>0.5.5</version>
+          <version>${commons.spdx.version}</version>
           <executions>
             <execution>
               <id>build-spdx</id>

Reply via email to