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 54b4c744d TEMP until commons-parent 95
54b4c744d is described below
commit 54b4c744d60846c384ffa11250b471d826bb1090
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 09:47:48 2026 -0500
TEMP until commons-parent 95
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 24772fe67..d97376f44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,6 +508,19 @@
</plugins>
</build>
</profile>
+ <profile>
+ <!-- TEMP until commons-parent 95 -->
+ <!-- Java 11-16 -->
+ <id>java-11-16</id>
+ <activation>
+ <jdk>[11,16]</jdk>
+ </activation>
+ <properties>
+ <commons.checkstyle.version>10.26.1</commons.checkstyle.version>
+ <!-- spdx can require Java 17 depending on undocumented behavior which
kicks in for us here on macOS (but not on Java 8 somehow). -->
+ <commons.spdx.version>0.5.5</commons.spdx.version>
+ </properties>
+ </profile>
<profile>
<id>java15</id>
<activation>