diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-04-05 14:17:44 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-04-05 14:17:44 +0000 |
commit | 89ea4703adb8f501ad2ac18edc425846c10e6e12 (patch) | |
tree | 552f1bb13d31739b29936f9bb14f0ce513ba37c1 /cds-ui | |
parent | 090049fc79d0b90666cb975c7e7da1a4bf4189fb (diff) |
Release ccsdk/cds1.1.2
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index d79a9476e..0f62427b2 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 1bb70e82e..37e07960e 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index c60fc8222..c565968c9 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index b3a0bf932..fd9916470 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index f0a295fe4..e33654f69 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.1.2-SNAPSHOT</version> + <version>1.1.2</version> <relativePath>..</relativePath> </parent> |