diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-02-12 10:01:06 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-02-12 10:01:06 +0000 |
commit | 00fe8c63fffc481bdd17632cd48c85088be57f26 (patch) | |
tree | 802ecac32854e876a4dd0b8ee1147ee443b50981 /cps-ncmp-rest-stub | |
parent | 2b799bb4140571bc4d6281930b4caba3247e09e8 (diff) |
Release cps3.3.12
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 a3d64bae64..2980634f8d 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.3.12-SNAPSHOT</version> + <version>3.3.12</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 7e5f458153..9f456ab615 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.3.12-SNAPSHOT</version> + <version>3.3.12</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 0b31eb60e2..b1c7f9fa7c 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.3.12-SNAPSHOT</version> + <version>3.3.12</version> <relativePath>../cps-parent/pom.xml</relativePath> </parent> |