From aa6fa62c587c5e3ca30dbaf880dd898ac8a094da Mon Sep 17 00:00:00 2001 From: vasraz Date: Wed, 5 Jan 2022 13:13:06 +0000 Subject: [PATCH] Make configurable UI version Signed-off-by: Vasyl Razinkov Change-Id: I410eaaf40106d869a8d50bdd547031430f4f1693 Issue-ID: SDC-3824 --- catalog-be/pom.xml | 3 ++- common-be/pom.xml | 2 +- common/pom.xml | 1 - onboarding/pom.xml | 3 --- .../api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml | 1 - .../api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml | 1 - openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml | 1 - openecomp-be/pom.xml | 1 - openecomp-be/tools/swagger-ui/pom.xml | 1 - openecomp-be/tools/zusammen-tools/pom.xml | 1 - pom.xml | 8 ++++++-- 11 files changed, 9 insertions(+), 14 deletions(-) diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 5058dc2d36..f6bb4f0933 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -18,6 +18,7 @@ 3.25.0 3.2.0 1.5.3 + ${project.version} @@ -1058,7 +1059,7 @@ - ${project.version} + ${ui.version} true diff --git a/common-be/pom.xml b/common-be/pom.xml index dc8509f8d4..97870a717b 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -210,8 +210,8 @@ + org.apache.maven.plugins maven-jar-plugin - ${maven-jar-plugin.version} default-jar diff --git a/common/pom.xml b/common/pom.xml index 20b50b07e2..5c9e262624 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -43,7 +43,6 @@ org.apache.maven.plugins maven-jar-plugin - ${mvn.jar.version} diff --git a/onboarding/pom.xml b/onboarding/pom.xml index ab5b4a2110..d77b804a52 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -46,8 +46,6 @@ 3.1.0 2.4 2.4 - 2.4 - 2.1.1 ${aspectj.version} @@ -298,7 +296,6 @@ org.apache.maven.plugins maven-jar-plugin - ${mvn.jar.version} org.apache.maven.plugins diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml index 76185540c6..00188e2266 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/notifications-fe/pom.xml @@ -215,7 +215,6 @@ org.apache.maven.plugins maven-war-plugin - 3.0.0 WEB-INF/lib/togglz*.jar diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index 5ba0c4b05a..59bf8b0359 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -263,7 +263,6 @@ maven-war-plugin - ${mvn.war.version} diff --git a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml index b005b224b1..2c738eb149 100644 --- a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml @@ -62,7 +62,6 @@ org.apache.maven.plugins maven-jar-plugin - ${mvn.jar.version} diff --git a/openecomp-be/pom.xml b/openecomp-be/pom.xml index 640e1b232e..bf22789e09 100644 --- a/openecomp-be/pom.xml +++ b/openecomp-be/pom.xml @@ -76,7 +76,6 @@ org.apache.maven.plugins maven-jar-plugin - ${mvn.jar.version} diff --git a/openecomp-be/tools/swagger-ui/pom.xml b/openecomp-be/tools/swagger-ui/pom.xml index 777a1cc0c7..7a059a2917 100644 --- a/openecomp-be/tools/swagger-ui/pom.xml +++ b/openecomp-be/tools/swagger-ui/pom.xml @@ -56,7 +56,6 @@ org.apache.maven.plugins maven-jar-plugin - ${mvn.jar.version} default-jar diff --git a/openecomp-be/tools/zusammen-tools/pom.xml b/openecomp-be/tools/zusammen-tools/pom.xml index 07fcc74003..17053feb45 100644 --- a/openecomp-be/tools/zusammen-tools/pom.xml +++ b/openecomp-be/tools/zusammen-tools/pom.xml @@ -172,7 +172,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 ${project.build.directory}/lib diff --git a/pom.xml b/pom.xml index fa98150b9e..1ef6886fed 100644 --- a/pom.xml +++ b/pom.xml @@ -138,7 +138,6 @@ Modifications copyright (c) 2018-2019 Nokia 2.2 1.3 2.22.2 - 2.4 1.6.0.1 @@ -391,10 +390,15 @@ Modifications copyright (c) 2018-2019 Nokia docker-maven-plugin 0.38.0 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + org.apache.maven.plugins maven-war-plugin - 3.2.2 + 3.3.2 com.github.eirslett -- 2.16.6