From: Christopher Lott (cl778h) Date: Fri, 29 Sep 2017 18:51:47 +0000 (-0400) Subject: Use version 1.3.0 (no -SNAPSHOT) X-Git-Tag: v1.3.0~23 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=portal.git;a=commitdiff_plain;h=0bb15c121f521fd9dda318dd030101878e6249d9 Use version 1.3.0 (no -SNAPSHOT) This is an attempt to solve the Sonar failures in the portal-master-release-version-java-daily jobs. Issue: PORTAL-109 Change-Id: I5694cd726b64bf28ea6201f9d2066b7dd734c0fe Signed-off-by: Christopher Lott (cl778h) --- diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 9d349147..942680e5 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -4,7 +4,7 @@ org.onap.portal onap-portal-parent - 1.3.0-SNAPSHOT + 1.3.0 ecompportal-be-common diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index ab9efd87..7807091c 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -4,7 +4,7 @@ org.onap.portal onap-portal-parent - 1.3.0-SNAPSHOT + 1.3.0 ecompportal-be-os diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml index 6b91d371..f0dffd75 100644 --- a/ecomp-portal-FE-os/pom.xml +++ b/ecomp-portal-FE-os/pom.xml @@ -5,7 +5,7 @@ org.onap.portal onap-portal-parent - 1.3.0-SNAPSHOT + 1.3.0 ecompportal-FE-os diff --git a/ecomp-portal-widget-ms/common-widgets/pom.xml b/ecomp-portal-widget-ms/common-widgets/pom.xml index 308ead1f..c5cd3cd7 100644 --- a/ecomp-portal-widget-ms/common-widgets/pom.xml +++ b/ecomp-portal-widget-ms/common-widgets/pom.xml @@ -6,7 +6,7 @@ org.onap.portal widget-ms-parent - 1.3.0-SNAPSHOT + 1.3.0 common-widgets diff --git a/ecomp-portal-widget-ms/pom.xml b/ecomp-portal-widget-ms/pom.xml index 74d94e65..03e89429 100644 --- a/ecomp-portal-widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/pom.xml @@ -6,7 +6,7 @@ org.onap.portal onap-portal-parent - 1.3.0-SNAPSHOT + 1.3.0 widget-ms-parent diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index d755f5ab..58baed49 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -13,7 +13,7 @@ org.onap.portal widget-ms - 1.3.0-SNAPSHOT + 1.3.0 jar widget-microservice diff --git a/pom.xml b/pom.xml index 0a6a460d..a4734a3f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.onap.portal onap-portal-parent - 1.3.0-SNAPSHOT + 1.3.0 pom portal @@ -171,9 +171,10 @@ + ecomp-site - dav:https://nexus.onap.org/content/sites/site/org/onap/portal/${project.version} + dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}