diff options
author | 2021-03-05 10:15:23 +0000 | |
---|---|---|
committer | 2021-03-05 10:15:23 +0000 | |
commit | 43290e1793147fb4511b88f12027b49da13277e8 (patch) | |
tree | 0a1579a47166eee7a948577627cb4a2f7717682a /cps-ri | |
parent | c4bc42b17f3be44c214610cd71b27efe999baefa (diff) |
Release cps1.0.0
Diffstat (limited to 'cps-ri')
-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 d1d1ea4514..5563c3f575 100644 --- a/cps-ri/pom.xml +++ b/cps-ri/pom.xml @@ -5,7 +5,7 @@ <parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|