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 4756eb0e0 Prepare for release candidate 4756eb0e0 is described below commit 4756eb0e0541ab13a073704802ad118f3d49a871 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 23 15:33:54 2023 -0400 Prepare for release candidate --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ff092133..4b6489b8d 100644 --- a/pom.xml +++ b/pom.xml @@ -625,7 +625,8 @@ <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.36</jmh.version> <uberjar.name>benchmarks</uberjar.name>