diff options
author | Michael Lando <ml636r@att.com> | 2018-04-24 21:16:54 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-04-24 20:53:55 +0000 |
commit | 86e7cf20a8ff82ec06b918daeb16f18f83c60ded (patch) | |
tree | 64fa9e5ad59fcfe027b1536e6aacf9a6f84d2c46 | |
parent | 814961c44cbd8123f92860f1b2095b2c3dcaf181 (diff) |
fix repo ids
Change-Id: Iecb72c77c911a3afd4fdfdfb9972f16843a3b63a
Issue-ID: SDC-1258
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -446,17 +446,17 @@ <repositories> <!-- LF repositories --> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <repository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <name>Snapshots Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </repository> <repository> - <id>onap-public</id> + <id>ecomp-public</id> <name>Public Repository</name> <url>${nexus.proxy}/content/repositories/public/</url> </repository> @@ -465,17 +465,17 @@ <distributionManagement> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <snapshotRepository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <name>Snapshot Repository</name> <url>${nexus.proxy}/content/repositories/snapshots/</url> </snapshotRepository> <site> - <id>onap-site</id> + <id>ecomp-site</id> <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> |