diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-05-01 11:43:41 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-05-01 11:43:41 +0000 |
commit | 26cc3d9e992c57cbd1104df3e0606f73abfdc528 (patch) | |
tree | aba40916676064ad364ef6ff5efd9fe90567472a /cps-ncmp-rest-stub | |
parent | ad46c250eebd2eec9a99991371f825c778336182 (diff) |
Release cps3.4.8
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 ae755a3145..e695721087 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.4.8-SNAPSHOT</version> + <version>3.4.8</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 b6c461c6de..ccb22c6786 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.4.8-SNAPSHOT</version> + <version>3.4.8</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 c2c789e5b1..707a370b12 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.4.8-SNAPSHOT</version> + <version>3.4.8</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |