diff options
author | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-12-04 12:10:29 +0100 |
---|---|---|
committer | Matthieu Geerebaert <matthieu.geerebaert@orange.com> | 2019-12-04 12:10:29 +0100 |
commit | 724b5025cd16fbed0bba66e21129fd9530ce736d (patch) | |
tree | a104275ac51b85366df20b195e818e6e7fe08917 | |
parent | 4f7b23843f5fccdb26d0da0bbed15bfe1e38fb92 (diff) |
Java 11 & oparent 3.0.0-SNAPSHOT
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>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -38,14 +38,12 @@ <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> @@ -395,6 +393,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> + <version>2.2.1.RELEASE</version> <executions> <execution> <goals> @@ -483,7 +482,7 @@ <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> @@ -535,6 +534,7 @@ </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> + <version>3.2.0</version> <executions> <execution> <id>attach-sources</id> |