Java 11 & oparent 3.0.0-SNAPSHOT 35/99135/1
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Wed, 4 Dec 2019 11:10:29 +0000 (12:10 +0100)
committerMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Wed, 4 Dec 2019 11:10:29 +0000 (12:10 +0100)
Update jacoco version to support java 11
Parent move to 3.0.0-SNAPSHOT

Change-Id: Ia93039c29fb0ca188e59e1e0615146f624cea733
Issue-ID: EXTAPI-370
Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index d63b1e0..d30b8c4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>2.1.0</version>
+      <version>3.0.0-SNAPSHOT</version>
   </parent>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compiler.target>1.8</maven.compiler.target>
-    <maven.compiler.source>1.8</maven.compiler.source>
     <start-class>org.onap.nbi.Application</start-class>
     <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     <nexusproxy>https://nexus.onap.org</nexusproxy>
       <plugin>
         <groupId>org.springframework.boot</groupId>
         <artifactId>spring-boot-maven-plugin</artifactId>
+        <version>2.2.1.RELEASE</version>
         <executions>
           <execution>
             <goals>
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.8.1</version>
+        <version>0.8.5</version>
         <configuration>
           <dumpOnExit>true</dumpOnExit>
           <includes>
       </plugin>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>
+        <version>3.2.0</version>
         <executions>
           <execution>
             <id>attach-sources</id>