diff options
author | HOCKLA <ah999m@att.com> | 2019-12-05 07:25:42 -0600 |
---|---|---|
committer | HOCKLA <ah999m@att.com> | 2019-12-05 07:27:06 -0600 |
commit | c0b670f9d09d07fc2bf11749731c40404dead689 (patch) | |
tree | ff283d6ae514063fc9a39904dbd6f41bb7d4f76f /integrity-audit/pom.xml | |
parent | 81864a1b04ba114e5c4124d54aadf6940f1ec2bb (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 'integrity-audit/pom.xml')
-rw-r--r-- | integrity-audit/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrity-audit/pom.xml b/integrity-audit/pom.xml index 13318f44..efa7ace6 100644 --- a/integrity-audit/pom.xml +++ b/integrity-audit/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.1-SNAPSHOT</version> </parent> <name>Integrity Audit</name> |