From: Fiete Ostkamp Date: Tue, 6 Aug 2024 07:44:23 +0000 (+0200) Subject: Use java 11 in aai-common X-Git-Tag: 1.14.7~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F138631%2F3;p=aai%2Faai-common.git Use java 11 in aai-common - use java 11 - bump version to 1.14.6-SNAPSHOT Issue-ID: AAI-3945 Signed-off-by: Fiete Ostkamp Change-Id: I17aef24a965d2b1b5e43f62c4349a25f61ddd8f7 --- diff --git a/aai-annotations/.classpath b/aai-annotations/.classpath deleted file mode 100644 index 123ad540..00000000 --- a/aai-annotations/.classpath +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/onap-java-formatter.xml b/onap-java-formatter.xml index 1dd9de63..afd15d67 100644 --- a/onap-java-formatter.xml +++ b/onap-java-formatter.xml @@ -2,11 +2,11 @@ - - + + - + diff --git a/pom.xml b/pom.xml index 9861d14e..567cde1a 100644 --- a/pom.xml +++ b/pom.xml @@ -110,8 +110,8 @@ org.apache.maven.plugins maven-compiler-plugin - 1.8 - 1.8 + 11 + 11