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/18 12:26:38 UTC

[commons-parent] branch master updated: Pin to SPDX 0.5.5 instead of 0.6.0 until there is a fix for https://github.com/spdx/spdx-maven-plugin/issues/53

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 ca25c26  Pin to SPDX 0.5.5 instead of 0.6.0 until there is a fix for https://github.com/spdx/spdx-maven-plugin/issues/53
ca25c26 is described below

commit ca25c26fcad26a3946a3d82ad8055b31e508b968
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 18 08:26:33 2022 -0400

    Pin to SPDX 0.5.5 instead of 0.6.0 until there is a fix for
    https://github.com/spdx/spdx-maven-plugin/issues/53
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b3c1be..27b506c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,8 @@
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>
     <commons.cyclonedx.version>2.7.1</commons.cyclonedx.version>
-    <commons.spdx.version>0.6.0</commons.spdx.version>
+    <!-- Pin to SPDX 0.5.5 instead of 0.6.0 until there is a fix for https://github.com/spdx/spdx-maven-plugin/issues/53 -->
+    <commons.spdx.version>0.5.5</commons.spdx.version>
     <commons.failsafe.version>3.0.0-M7</commons.failsafe.version>
     <commons.felix.version>5.1.8</commons.felix.version>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>