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 f0dba17  Revert to older spdx on Java 8 since newer version require 
Java 11.
f0dba17 is described below

commit f0dba1713fc48d9464dfa8e82144999b0e02af0e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Feb 8 22:14:14 2023 -0500

    Revert to older spdx on Java 8 since newer version require Java 11.
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 514905b..865a815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1917,6 +1917,16 @@
       </properties>
     </profile>
 
+    <profile>
+      <id>jdk8-plugin-fix-version</id>
+      <activation>
+        <jdk>[1.8,1.9)</jdk>
+      </activation>
+      <properties>
+        <commons.spdx.version>0.6.3</commons.spdx.version>
+      </properties>
+    </profile>
+
     <!-- allow simple creation of the site without any optional reports -->
     <profile>
       <id>site-basic</id>

Reply via email to