diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 14:18:08 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-08-04 14:18:12 -0400 |
commit | 4ac0d2e59e48ce73876f01de72d14a4541f5d856 (patch) | |
tree | 0dd4ea9a78b831c647c95edfa90a9f4f185b92f8 /policy-endpoints | |
parent | 714e81817bb93928d145170bc2975f7e102d716c (diff) |
Bump common to 1.8.3-SNAPSHOT
Issue-ID: POLICY-3329
Change-Id: I27750a0b14fd9e073ada539b79d259bee54f4abe
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 5fd61c2e..7f9772c0 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.2-SNAPSHOT</version> + <version>1.8.3-SNAPSHOT</version> </parent> <artifactId>policy-endpoints</artifactId> |