diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-03-05 10:15:23 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-03-05 10:15:23 +0000 |
commit | 43290e1793147fb4511b88f12027b49da13277e8 (patch) | |
tree | 0a1579a47166eee7a948577627cb4a2f7717682a /cps-service | |
parent | c4bc42b17f3be44c214610cd71b27efe999baefa (diff) |
Release cps1.0.0
Diffstat (limited to 'cps-service')
-rw-r--r-- | cps-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index c337a8e20b..02c5b54b22 100644 --- a/cps-service/pom.xml +++ b/cps-service/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>
|