diff options
author | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-01-06 11:30:08 +0000 |
---|---|---|
committer | puthuparambil.aditya <aditya.puthuparambil@bell.ca> | 2022-01-06 11:30:08 +0000 |
commit | f6314b3b804bd727a1f2a6590f0ec6842ca76d5a (patch) | |
tree | f394d9b607bffbd6d5f342c843a5cbc6c1b85e04 /cps-rest/pom.xml | |
parent | 4c1f226d474771e3b566b2a5e63ef579ac50724b (diff) |
Fixing snapshot version
Issue-ID: CPS-841
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Ia6508beb0f8ee9117fee85a921112616a73eadd8
Diffstat (limited to 'cps-rest/pom.xml')
-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 f34f5f780f..81b366a641 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.3-snapshot</version> + <version>2.0.3-SNAPSHOT</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |