diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-09-21 16:15:52 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-09-21 16:15:52 +0000 |
commit | 3f5cb599c6863f733f64e1f92042d1c874e3d87e (patch) | |
tree | f2159d3c8dad415043b45a3bbbdadd8328416164 /cds-ui | |
parent | 7d397bd49ffc2c61d70aa65353f2188bc1264abb (diff) |
Release ccsdk/cds1.0.0
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 cf4813701..02719769e 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.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index 63ff9fbbc..637a00fd8 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.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 01504fb35..447593161 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.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 285e63ef9..98ca45f49 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.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 6d9bc1420..55ce76e92 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.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> |