diff options
-rw-r--r-- | ncomp-utils-java-extra/pom.xml | 8 | ||||
-rw-r--r-- | ncomp-utils-java/pom.xml | 8 | ||||
-rw-r--r-- | ncomp-utils-journaling/pom.xml | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml index 9b6640c..d667494 100644 --- a/ncomp-utils-java-extra/pom.xml +++ b/ncomp-utils-java-extra/pom.xml @@ -123,13 +123,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> diff --git a/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml index b3e199e..f1ecfec 100644 --- a/ncomp-utils-java/pom.xml +++ b/ncomp-utils-java/pom.xml @@ -118,13 +118,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> diff --git a/ncomp-utils-journaling/pom.xml b/ncomp-utils-journaling/pom.xml index 250a7e2..aa804d5 100644 --- a/ncomp-utils-journaling/pom.xml +++ b/ncomp-utils-journaling/pom.xml @@ -123,13 +123,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> |