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 5b694fd Update source level to Java 8 5b694fd is described below commit 5b694fdc874fc0a98a57b66f3d4f953401c610f2 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Mar 7 13:23:55 2021 +0000 Update source level to Java 8 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9a14682..4f3b4ed 100644 --- a/pom.xml +++ b/pom.xml @@ -1329,8 +1329,8 @@ <artifactId>maven-compiler-plugin</artifactId> <inherited>true</inherited> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.8</source> + <target>1.8</target> </configuration> </plugin> <plugin> @@ -1349,7 +1349,7 @@ <configuration> <signature> <groupId>org.codehaus.mojo.signature</groupId> - <artifactId>java17</artifactId> + <artifactId>java18</artifactId> <version>1.0</version> </signature> </configuration>