aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHOCKLA <ah999m@att.com>2019-12-05 07:25:42 -0600
committerHOCKLA <ah999m@att.com>2019-12-05 07:27:06 -0600
commitc0b670f9d09d07fc2bf11749731c40404dead689 (patch)
treeff283d6ae514063fc9a39904dbd6f41bb7d4f76f /pom.xml
parent81864a1b04ba114e5c4124d54aadf6940f1ec2bb (diff)
Changed project version to 1.6.1-SNAPSHOT to isolate for java 11 upgrades
Issue-ID: POLICY-1583 Change-Id: I805ebed75e7e0cb5109946328958341018421aad Signed-off-by: HOCKLA <ah999m@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c4cc3ef9..6e3f65a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.common</groupId>
<artifactId>common-modules</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>1.6.1-SNAPSHOT</version>
<packaging>pom</packaging>