diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-01-06 14:28:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-06 14:28:52 +0000 |
commit | 6b22b8a2155d0ef0d23e43d938c26a66e062ab9b (patch) | |
tree | ab06a70c2388213cd9952c12a9176f6632a2bbce /cps-application | |
parent | 633e46f3e269aec44bcaa98d060b6e9265c758ac (diff) | |
parent | f6314b3b804bd727a1f2a6590f0ec6842ca76d5a (diff) |
Merge "Fixing snapshot version" into istanbul
Diffstat (limited to 'cps-application')
-rwxr-xr-x | cps-application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 37d7792709..f086858a7b 100755 --- a/cps-application/pom.xml +++ b/cps-application/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> |