diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-07-31 15:14:59 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-07-31 15:16:26 -0400 |
commit | 205fba29b68139b32d4d0f9bff4b7efc45c3e6b9 (patch) | |
tree | 73f4a6cd700558295d132f260d0c6b3feea16a52 | |
parent | 9dbb640c9b232f7cf7db2976aa7ecb06cf1a7b8b (diff) |
[POLICY-71] revert serverIDs
Change-Id: I9a9b2ba08d4570c1782914fbc087e9c0d6328ed2
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -52,17 +52,17 @@ <repositories> <repository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <name>ONAP Snapshots Repository</name> <url>${nexusproxy}/${snapshots.path}</url> </repository> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <name>ONAP Release Repository</name> <url>${nexusproxy}/${releases.path}</url> </repository> <repository> - <id>onap-staging</id> + <id>ecomp-staging</id> <name>ONAP Staging Repository</name> <url>${nexusproxy}/${staging.path}</url> </repository> @@ -70,17 +70,17 @@ <distributionManagement> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <name>ONAP Release Repository</name> <url>${nexusproxy}/${releases.path}</url> </repository> <snapshotRepository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <name>ONAP Snapshot Repository</name> <url>${nexusproxy}/${snapshots.path}</url> </snapshotRepository> <site> - <id>onap-site</id> + <id>ecomp-site</id> <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> |