aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ncomp-maven-base/pom.xml')
-rw-r--r--ncomp-maven-base/pom.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/ncomp-maven-base/pom.xml b/ncomp-maven-base/pom.xml
index 96e0c65..725eb6a 100644
--- a/ncomp-maven-base/pom.xml
+++ b/ncomp-maven-base/pom.xml
@@ -70,23 +70,23 @@
</build>
-
- <distributionManagement>
- <repository>
- <id>osecomp-nexus-releases</id>
- <name>OSECOMP Release Repository</name>
- <url>${openecomp.nexus.releases}</url>
- </repository>
- <snapshotRepository>
- <id>osecomp-nexus-snapshots</id>
- <name>OSECOMP Snapshot Repository</name>
- <url>${openecomp.nexus.snapshots}</url>
- </snapshotRepository>
- <site>
- <id>dcae-javadoc</id>
- <url>${site.urlroot}/${project.artifactId}/${project.version}/</url>
- </site>
- </distributionManagement>
+
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
+ <url>${openecomp.nexus.releases}</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
+ <url>${openecomp.nexus.snapshots}</url>
+ </snapshotRepository>
+ <site>
+ <id>dcae-javadoc</id>
+ <url>${site.urlroot}/${project.artifactId}/${project.version}/</url>
+ </site>
+ </distributionManagement>
<reporting>
<plugins>