diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-23 13:08:35 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-06-23 13:08:40 -0400 |
commit | 3ed2bc9114bf997d46018ccd0157bd39b2af3cc2 (patch) | |
tree | a74b5c041c6d07b0820331058582f202aff9f618 /utils-test | |
parent | 4e87f4bd211a8fb52455dc04537c8c1af882d0d1 (diff) |
Bump common to 1.8.2-SNAPSHOT
Issue-ID: POLICY-3329
Change-Id: I404bffda11056509e299eacf053a5801eb9340c8
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'utils-test')
-rw-r--r-- | utils-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 5c1b4444..fe3b38df 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>1.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <artifactId>utils-test</artifactId> |