This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push: new 1bac5942 Revert to CP79; 80 is broken on Java8 1bac5942 is described below commit 1bac594215cbaff05203020517e4bac6ac90a847 Author: Sebb <s...@apache.org> AuthorDate: Thu Jan 30 00:21:39 2025 +0000 Revert to CP79; 80 is broken on Java8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8de802b..77e97293 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>80</version> + <version>79</version> </parent> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId>