diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-11-29 12:07:09 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-11-29 12:07:09 +0000 |
commit | 6f57863c380c86f98255b1c39bc6b78af0d0c88a (patch) | |
tree | 83d0cf43cd6b19e958e02b70c871a4cdb4dc16cc /cps-ncmp-rest-stub | |
parent | 6384cbee72c8cbb3e0019315cf7487913676871c (diff) |
Release cps3.5.5
Diffstat (limited to 'cps-ncmp-rest-stub')
-rw-r--r-- | cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml | 2 | ||||
-rw-r--r-- | cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml | 2 | ||||
-rw-r--r-- | cps-ncmp-rest-stub/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml index 67e1ed29ed..21c7133d3c 100644 --- a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml +++ b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-app/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-ncmp-rest-stub</artifactId> - <version>3.5.5-SNAPSHOT</version> + <version>3.5.5</version> </parent> <artifactId>cps-ncmp-rest-stub-app</artifactId> diff --git a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml index aa7e1fb13a..cef2666832 100644 --- a/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml +++ b/cps-ncmp-rest-stub/cps-ncmp-rest-stub-service/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-ncmp-rest-stub</artifactId> - <version>3.5.5-SNAPSHOT</version> + <version>3.5.5</version> </parent> <artifactId>cps-ncmp-rest-stub-service</artifactId> diff --git a/cps-ncmp-rest-stub/pom.xml b/cps-ncmp-rest-stub/pom.xml index aecdde1528..799c646340 100644 --- a/cps-ncmp-rest-stub/pom.xml +++ b/cps-ncmp-rest-stub/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.cps</groupId> <artifactId>cps-parent</artifactId> - <version>3.5.5-SNAPSHOT</version> + <version>3.5.5</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |