diff options
author | Jim Hahn <jrh3@att.com> | 2021-02-23 08:30:23 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-02-23 08:33:15 -0500 |
commit | 5e4739ec2f11396182bd1f720e2163e0e2723392 (patch) | |
tree | 14c98e1f91392b63bc01698c6475df238301073d /integrity-monitor | |
parent | 9ed0a5601c65ff774aa70cb8a4c424d8fc356c7a (diff) |
Bump version to 1.8.1-SNAPSHOT in common
Issue-ID: POLICY-3088
Change-Id: I1cc2d1d26c337d67b0ecadd852e43b603902415e
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integrity-monitor')
-rw-r--r-- | integrity-monitor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrity-monitor/pom.xml b/integrity-monitor/pom.xml index 4711a1ca..9ef46cb9 100644 --- a/integrity-monitor/pom.xml +++ b/integrity-monitor/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.1-SNAPSHOT</version> </parent> <name>Integrity Monitor</name> |