diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>2.1.0</version> + <version>3.0.0</version> </parent> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> @@ -81,6 +81,7 @@ <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> + <release combine.self="override"></release> <source>1.8</source> <target>1.8</target> </configuration> |