You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2021/03/07 13:24:06 UTC

[axis-axis2-java-core] branch master updated: Update source level to Java 8

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 <an...@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>