diff options
Diffstat (limited to 'rootpom/pom.xml')
-rwxr-xr-x | rootpom/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml index b87970e..7e1d06e 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -486,8 +486,8 @@ <distributionManagement> <site> - <id>sdnc-javadoc</id> - <url>dav:https://ecomp-nexus:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:https://${openecomp.nexus.host}/content/sites/site/org/onap/sdnc/${project.version}</url> </site> <repository> <id>ecomp-releases</id> |