From 7d397bd49ffc2c61d70aa65353f2188bc1264abb Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 21 Sep 2020 09:53:32 -0400 Subject: Fixing docker image tag Moving related properties to parent most pom and using same across Removing unnecessary version tag from poms Issue-ID: CCSDK-2794 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I37d16d3f7a467bb579f70235f69a8bff0fe4ba8e --- cds-ui/application/pom.xml | 1 - cds-ui/client/pom.xml | 1 - cds-ui/designer-client/pom.xml | 1 - cds-ui/pom.xml | 19 ++++--------------- cds-ui/server/pom.xml | 1 - 5 files changed, 4 insertions(+), 19 deletions(-) (limited to 'cds-ui') diff --git a/cds-ui/application/pom.xml b/cds-ui/application/pom.xml index 22d5cabc8..cf4813701 100644 --- a/cds-ui/application/pom.xml +++ b/cds-ui/application/pom.xml @@ -30,7 +30,6 @@ limitations under the License. cds-ui-application - 1.0.0-SNAPSHOT pom UI Application diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index ec0326a7e..63ff9fbbc 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -30,7 +30,6 @@ limitations under the License. cds-ui-client - 1.0.0-SNAPSHOT pom UI Client diff --git a/cds-ui/designer-client/pom.xml b/cds-ui/designer-client/pom.xml index 34f56e1f7..01504fb35 100644 --- a/cds-ui/designer-client/pom.xml +++ b/cds-ui/designer-client/pom.xml @@ -30,7 +30,6 @@ limitations under the License. cds-ui-designer-client - 1.0.0-SNAPSHOT pom UI designer Client diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 6d547326c..285e63ef9 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -23,15 +23,13 @@ limitations under the License. 4.0.0 - org.onap.ccsdk.parent - spring-boot-starter-parent - 2.0.1 - + org.onap.ccsdk.cds + cds-aggregator + 1.0.0-SNAPSHOT + .. - org.onap.ccsdk.cds cds-ui - 1.0.0-SNAPSHOT pom UI Parent @@ -46,14 +44,5 @@ limitations under the License. npm - onap/ccsdk-cds-ui - ${project.version} - ${maven.build.timestamp} - yyyyMMdd'T'HHmmss'Z' - - - true - false - deploy diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 6444385ee..6d9bc1420 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -30,7 +30,6 @@ limitations under the License. cds-ui-server - 1.0.0-SNAPSHOT pom UI Server -- cgit 1.2.3-korg