Use version 1.3.0 (no -SNAPSHOT) 77/16677/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Fri, 29 Sep 2017 18:51:47 +0000 (14:51 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Fri, 29 Sep 2017 18:52:58 +0000 (14:52 -0400)
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) <clott@research.att.com>
ecomp-portal-BE-common/pom.xml
ecomp-portal-BE-os/pom.xml
ecomp-portal-FE-os/pom.xml
ecomp-portal-widget-ms/common-widgets/pom.xml
ecomp-portal-widget-ms/pom.xml
ecomp-portal-widget-ms/widget-ms/pom.xml
pom.xml

index 9d34914..942680e 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <artifactId>ecompportal-be-common</artifactId>
index ab9efd8..7807091 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <artifactId>ecompportal-be-os</artifactId>
index 6b91d37..f0dffd7 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <artifactId>ecompportal-FE-os</artifactId>
index 308ead1..c5cd3cd 100644 (file)
@@ -6,7 +6,7 @@
         <parent>
                 <groupId>org.onap.portal</groupId>
                 <artifactId>widget-ms-parent</artifactId>
-                <version>1.3.0-SNAPSHOT</version>
+                <version>1.3.0</version>
         </parent>
 
        <artifactId>common-widgets</artifactId>
index 74d94e6..03e8942 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <artifactId>widget-ms-parent</artifactId>
index d755f5a..58baed4 100644 (file)
@@ -13,7 +13,7 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>widget-ms</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.0</version>
        <packaging>jar</packaging>
        <name>widget-microservice</name>
 
diff --git a/pom.xml b/pom.xml
index 0a6a460..a4734a3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>onap-portal-parent</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.0</version>
        <packaging>pom</packaging>
        <name>portal</name>
 
        </build>
 
        <distributionManagement>
+               <!-- oparent.version defines snapshot and release repositories -->
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:https://nexus.onap.org/content/sites/site/org/onap/portal/${project.version}</url>
+                       <url>dav:https://nexus.onap.org/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</url>
                </site>
        </distributionManagement>