diff options
author | HOCKLA <ah999m@att.com> | 2019-12-10 09:54:48 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-11 10:37:22 -0600 |
commit | 4b7e270c5c749a97c5d33283b9c95f24acce1d29 (patch) | |
tree | 0fab769bd1449be9dd3c066d91ebcc44db015c01 /pom.xml | |
parent | af750ec94b742808e724b628d1b18a98c95de2fb (diff) |
Added some JDK 11 upgrades and point to oparent java 11 branch
Locally built with JDK 11
Issue-ID: POLICY-1594
Change-Id: I0fb2249c8f2057e1e69d3534083dba176310ae70
Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,7 +22,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.1.0</version> + <version>3.0.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.parent</groupId> @@ -31,7 +31,7 @@ <packaging>pom</packaging> <properties> - <oparent.version>2.1.0</oparent.version> + <oparent.version>3.0.0-SNAPSHOT</oparent.version> </properties> <modules> @@ -53,7 +53,7 @@ <plugin> <groupId>net.revelc.code.formatter</groupId> <artifactId>formatter-maven-plugin</artifactId> - <version>2.8.1</version> + <version>2.11.0</version> <configuration> <configFile>${project.parent.basedir}/onap-java-formatter.xml</configFile> </configuration> @@ -64,7 +64,7 @@ <plugin> <groupId>com.diffplug.spotless</groupId> <artifactId>spotless-maven-plugin</artifactId> - <version>1.18.0</version> + <version>1.26.1</version> <configuration> <java> <importOrder> |