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 /policy-endpoints | |
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 'policy-endpoints')
-rw-r--r-- | policy-endpoints/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index b0eaa0c5..5fd61c2e 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -28,7 +28,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>policy-endpoints</artifactId> |