diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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> |