diff options
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 e8af0e926..e71a6e138 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.3-SNAPSHOT</version> + <version>0.6.3</version> <relativePath>..</relativePath> </parent> <artifactId>application</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.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 ec84fda10..8663a4282 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.3-SNAPSHOT</version> + <version>0.6.3</version> <relativePath>..</relativePath> </parent> <artifactId>ui-client</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>pom</packaging> <name>cds-ui-client</name> diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index ec823ed15..644677e2f 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.3-SNAPSHOT</version> + <version>0.6.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 bf1391c12..54fccdcc4 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.3-SNAPSHOT</version> + <version>0.6.3</version> <relativePath>..</relativePath> </parent> <artifactId>ui-server</artifactId> - <version>0.6.3-SNAPSHOT</version> + <version>0.6.3</version> <packaging>pom</packaging> <name>cds-ui-server</name> |