diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-07-06 19:53:21 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-07-06 19:53:21 +0000 |
commit | 66c67209085831429840379bffb7c1c81b086f0f (patch) | |
tree | 00ea6f18dcad9b9cbd02934f7f5a41b66eb45d10 /cds-ui | |
parent | d4e5aa677fa2675bbcec15efad07340c22cac5f6 (diff) |
Release ccsdk/cds0.7.5
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/designer-client/pom.xml | 4 | ||||
-rw-r--r-- | cds-ui/pom.xml | 2 | ||||
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index d9ce0e6ef..de304debd 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>CDS UI Application</name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 857115677..8a5f6c238 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>CDS UI Client</name> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 092dcbbfd..869093e7f 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <relativePath>..</relativePath> </parent> <artifactId>designer-client</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>CDS designer Client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 79cdf67f9..31e80efb6 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>CDS UI Parent</name> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 120411bbd..a7ff86657 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.7.5-SNAPSHOT</version> + <version>0.7.5</version> <packaging>pom</packaging> <name>CDS UI Server</name> |