summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-09-29 14:51:47 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-09-29 14:52:58 -0400
commit0bb15c121f521fd9dda318dd030101878e6249d9 (patch)
tree95e9574acf2178b1a6f6a3ea1b8f7a6fa96866fd /pom.xml
parentde8b8df79c1f0f56d978046a6f5afda05ec72fc4 (diff)
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) <clott@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0a6a460d..a4734a3f 100644
--- 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>
@@ -171,9 +171,10 @@
</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>