diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-14 09:33:38 -0400 |
---|---|---|
committer | Bruno Sakoto <bruno.sakoto@bell.ca> | 2021-09-14 09:33:38 -0400 |
commit | ade7f1576b3ad5ad63b4f33efc59334a627657a5 (patch) | |
tree | a6e5bcd5d6e2177ecf1095f56b0360d8378ebbd4 /cps-rest | |
parent | 163fe25c18a81976d080f8752ef3dc889d29569b (diff) |
Upgrade to next snapshot version
Issue-ID: CPS-613
Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
Change-Id: I3888d5b43d45c441a69b142489a8be1bd29dbd8c
Diffstat (limited to 'cps-rest')
-rwxr-xr-x | cps-rest/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/pom.xml b/cps-rest/pom.xml index c76677fe99..a3e5fd9481 100755 --- a/cps-rest/pom.xml +++ b/cps-rest/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |