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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 6c3f2b5 Update JApiCmp to allow builds to run on Java 17.
6c3f2b5 is described below
commit 6c3f2b58dd9f107a2cd81f7aa6c98e1f4a855324
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 25 08:44:35 2022 -0500
Update JApiCmp to allow builds to run on Java 17.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f27e449..45d6c3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+ <commons.japicmp.version>0.15.6</commons.japicmp.version>
<test>*Test</test>
</properties>
</project>