diff options
-rw-r--r-- | ncomp-maven-base/pom.xml | 4 | ||||
-rw-r--r-- | ncomp-maven-xcore/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml index 837051f..2dac61e 100644 --- a/ncomp-maven-base/pom.xml +++ b/ncomp-maven-base/pom.xml @@ -63,8 +63,8 @@ <url>${openecomp.nexus.snapshots}</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml index c88bfd4..b2aacb3 100644 --- a/ncomp-maven-xcore/pom.xml +++ b/ncomp-maven-xcore/pom.xml @@ -103,8 +103,8 @@ <url>${openecomp.nexus.snapshots}</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> @@ -67,8 +67,8 @@ <url>${openecomp.nexus.snapshots}</url> </snapshotRepository> <site> - <id>dcae-javadoc</id> - <url>dav:${nexusproxy}/content/sites/site/org/openecomp/dcae/${project.groupId}/${project.artifactId}/${project.version}/</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}/content/sites/site/org/openecomp/ncomp/maven/${project.artifactId}/${project.version}/</url> </site> </distributionManagement> |