This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push: new d51b4d0 Require java 8 d51b4d0 is described below commit d51b4d010dbbcaddeba6f7787e7146ae3e94c534 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sun Dec 15 02:49:14 2024 +0100 Require java 8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 305fb1c..d9a9148 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ under the License. <properties> <doxiaVersion>1.3</doxiaVersion> - <javaVersion>7</javaVersion> + <javaVersion>8</javaVersion> <mavenVersion>2.2.1</mavenVersion> <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties>