aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 94fb2cf..200a145 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
<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>
<name>msb-java-sdk</name>
- <version>1.2.5</version>
+ <version>1.2.6-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
@@ -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>