diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-12-13 11:55:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-13 11:55:41 +0000 |
commit | 7e686f3944a9618426fadc5fb952a4283375161c (patch) | |
tree | 450802174818d7bc8bd73ba103a02aa33e12f3d4 /pom.xml | |
parent | 21317cfb4a10da6f59376dabb59fc2dd7b60b897 (diff) | |
parent | 4b7e270c5c749a97c5d33283b9c95f24acce1d29 (diff) |
Merge "Added some JDK 11 upgrades and point to oparent java 11 branch"
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> |