diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-05-27 16:30:46 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-05-27 16:30:46 +0000 |
commit | 0d4f0deb8b81ae18406044b03caf7c1ce1241624 (patch) | |
tree | 73ba568dfeb92901f8a51da1e6b6297c433c4410 /cds-ui | |
parent | cd84653f43fb5d533c68f4aabf202177c1b511e7 (diff) |
Release ccsdk/cds0.7.3
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 b20bb64ad..82a17a007 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.3-SNAPSHOT</version> + <version>0.7.3</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>CDS UI Application</name> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 95bc1858d..5c38bedbd 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.3-SNAPSHOT</version> + <version>0.7.3</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</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 c3dcd5cf5..c281511a2 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.3-SNAPSHOT</version> + <version>0.7.3</version> <relativePath>..</relativePath> </parent> <artifactId>designer-client</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>CDS designer Client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 3095ac7e9..d12f2c807 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.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>CDS UI Parent</name> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 7b16175d1..d8ce43af6 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.3-SNAPSHOT</version> + <version>0.7.3</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>CDS UI Server</name> |