aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dysko <igor1.dysko@orange.com>2020-08-19 15:00:57 +0200
committerIgor Dysko <igor1.dysko@orange.com>2020-08-19 15:00:57 +0200
commite3d4151e826b94669929145a279f9bb9b0907153 (patch)
tree67922b09fd1d18157d47bbb9af873f108b69c380
parent19801d8d9ec9a00ac9f3d731bd6fef0d924efbdf (diff)
Update to java 11guilin
Configuration of mvn compiler plugin is in the parent project Issue-ID: AAI-3007 Signed-off-by: Igor Dysko <igor1.dysko@orange.com> Change-Id: I8c45efaefbe380bb784eaad5d4d5465e0e7a0e1f
-rw-r--r--pom.xml12
1 files changed, 2 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 2e1f09a..ec9f845 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,12 +20,12 @@
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.aai.aai-common</groupId>
<artifactId>aai-parent</artifactId>
- <version>1.6.10</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai</groupId>
@@ -89,14 +89,6 @@
<pluginManagement>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.2</version>
<dependencies>