diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-01-06 14:43:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-01-06 14:43:35 +0000 |
commit | 4e2ca18fbbb226203825e28b6b010bb76d051f56 (patch) | |
tree | 8f325918534ca958a99677c820a05d80a12ad246 /cps-service | |
parent | 6b22b8a2155d0ef0d23e43d938c26a66e062ab9b (diff) |
Release cps2.0.3
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 2890f89f13..d8508992e5 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.3-SNAPSHOT</version>
+ <version>2.0.3</version>
<relativePath>../cps-parent/pom.xml</relativePath>
</parent>
|