aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-17 03:19:52 +0000
committerCarsten Lund <lund@research.att.com>2017-02-17 03:19:52 +0000
commit1b3da1989e05e136d1be0d8d1ff58fe90feda891 (patch)
tree1d8911c3dc44fe78a2af2546cd1ec31ff8f68e10
parentaa30ad6eef091a11e2faeca003ecd1c0f93a586b (diff)
Fixed distribution POM section
Change-Id: Iaabdb0145c111eeea64d3b7a7690ab20b0070edb Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-maven-base/pom.xml34
-rw-r--r--ncomp-maven-xcore/pom.xml8
2 files changed, 21 insertions, 21 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>
diff --git a/ncomp-maven-xcore/pom.xml b/ncomp-maven-xcore/pom.xml
index 919a206..5a2efd5 100644
--- a/ncomp-maven-xcore/pom.xml
+++ b/ncomp-maven-xcore/pom.xml
@@ -113,13 +113,13 @@
<distributionManagement>
<repository>
- <id>osecomp-nexus-releases</id>
- <name>OSECOMP Release Repository</name>
+ <id>ecomp-releases</id>
+ <name>OpenECOMP Release Repository</name>
<url>${openecomp.nexus.releases}</url>
</repository>
<snapshotRepository>
- <id>osecomp-nexus-snapshots</id>
- <name>OSECOMP Snapshot Repository</name>
+ <id>ecomp-snapshots</id>
+ <name>OpenECOMP Snapshot Repository</name>
<url>${openecomp.nexus.snapshots}</url>
</snapshotRepository>
<site>