diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-27 20:11:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-27 20:11:12 +0000 |
commit | cdfe815cb5490610d26c4bede16a261095dda4e7 (patch) | |
tree | cbc4c44ebbd81e1756384dd42f2af147186d5b90 /cds-ui | |
parent | 0f439087dec9680c3564d2639de39cd04436f38e (diff) |
Release ccsdk/cds0.6.0
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/application/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/client/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 1f264d288..b11b34c9d 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>cds-ui-application</name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 674c776d1..c0bc14133 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>cds-ui-client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 6f5e12bbe..5760c081e 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>cds-ui-parent</name> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 929ca698c..bf3f6b6f6 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -24,12 +24,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.6.0-SNAPSHOT</version> + <version>0.6.0</version> <packaging>pom</packaging> <name>cds-ui-server</name> |