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


The following commit(s) were added to refs/heads/master by this push:
     new 7d12dfb32 Let parent POM figure out commons.spdx.version
7d12dfb32 is described below

commit 7d12dfb329c5a85f60846cc276efa133518df46e
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 12 08:01:47 2023 -0500

    Let parent POM figure out commons.spdx.version
---
 pom.xml                 | 2 --
 src/changes/changes.xml | 1 +
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 888db656c..7d2067e01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,8 +626,6 @@
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
     <japicmp.skip>false</japicmp.skip>
-    <!-- 0.6.0 requires Java 11 -->
-    <commons.spdx.version>0.5.5</commons.spdx.version>
     <!-- JMH Benchmark related properties, version, target compiler and name 
of the benchmarking uber jar. -->
     <jmh.version>1.37</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49aef984e..18707cfa3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1723" type="fix" dev="ggregory" due-to="Arthur Chan, 
Gary Gregory">Throw NumberFormatException instead of IndexOutOfBoundsException 
in NumberUtils.getMantissa(String, int) #1145.</action>
     <action                   type="fix" dev="ggregory" due-to="Paranoïd 
User">Minor grammar fixes #1143.</action>
     <action issue="LANG-1713" type="fix" dev="ggregory" due-to="John Hendrikx, 
Gary Gregory">ArrayUtils will return null when adding two null arrays, but 
undocumented.</action>
+    <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Let parent POM figure out commons.spdx.version.</action>
     <!-- UPDATE -->
     <action                   type="update" dev="sebb" 
due-to="Dependabot">Bump commons-parent from 64 to 65.</action>
     <!-- REMOVE -->

Reply via email to