This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch backport1 in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git
commit 8bb43400729a1c88650eb3f052f0dc05ef546acc Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Feb 4 17:05:31 2024 +0100 Require Java 8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b9e6213..25eb0aa 100644 --- a/pom.xml +++ b/pom.xml @@ -68,9 +68,9 @@ </distributionManagement> <properties> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <mavenVersion>3.1.0</mavenVersion> - <doxiaVersion>1.12.0-SNAPSHOT</doxiaVersion> + <doxiaVersion>1.12.0</doxiaVersion> <doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion> <reportingApiVersion>3.1.1</reportingApiVersion> <project.build.outputTimestamp>2022-08-06T21:52:45Z</project.build.outputTimestamp>