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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 624b5cf3 Try to fix Java 8 build on GH, OK locally.
624b5cf3 is described below
commit 624b5cf3d938f115634e834f96cc20388197127e
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 12 11:14:30 2024 -0400
Try to fix Java 8 build on GH, OK locally.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index d7b1bda3..edb1e266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,6 +107,7 @@ limitations under the License.
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
<project.build.outputTimestamp>2024-02-08T21:29:14Z</project.build.outputTimestamp>
+ <commons.jacoco.version>0.8.12</commons.jacoco.version>
<!-- JaCoCo: Don't make code coverage worse than: -->
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
<commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>