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-ri/pom.xml | |
parent | 633e46f3e269aec44bcaa98d060b6e9265c758ac (diff) | |
parent | f6314b3b804bd727a1f2a6590f0ec6842ca76d5a (diff) |
Merge "Fixing snapshot version" into istanbul
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r-- | cps-ri/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml index 746dd52b09..e35062d011 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -26,7 +26,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>
|