diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 12:02:06 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-10-13 12:02:06 +0000 |
commit | fc0b09332a84fbdbb3a37d9c2d530162a09769f6 (patch) | |
tree | 61e8368ca7d11222ad24407cce8db4a631db5d4c /cps-service | |
parent | 36544c1617d1512d8373a3c90ff76563e513f6c8 (diff) |
Release cps2.0.1
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 0e0831558d..e54f474cde 100644 --- a/cps-service/pom.xml +++ b/cps-service/pom.xml @@ -28,7 +28,7 @@ <parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|