This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 5fdf25c758 Build for Java 11 5fdf25c758 is described below commit 5fdf25c7587d20a975a97bd87924e37546483170 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Oct 6 18:48:38 2024 +0100 Build for Java 11 Axiom (and probably other dependencies) already requires Java 11, so there is no point in building for Java 8. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 90fd91bc39..5af2a15e4c 100644 --- a/pom.xml +++ b/pom.xml @@ -511,7 +511,7 @@ http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html --> <axis2_version>${project.version}</axis2_version> <project.build.outputTimestamp>2022-07-13T22:32:32Z</project.build.outputTimestamp> - <maven.compiler.target>8</maven.compiler.target> + <maven.compiler.target>11</maven.compiler.target> </properties> <dependencyManagement>