diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-04 10:48:32 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-04 10:48:32 +0200 |
commit | 2d5450d42013e059aa4c18e23b46e3bcfc30edcf (patch) | |
tree | f82346504b3a0628e94187af4706215d44231a2a | |
parent | a17f3a17d06fa36b173ef5afdab4eef32812dbc2 (diff) |
Update staging server IDamsterdam
Update serverID for staging to match the rest
Change-Id: I7eb838b765d4cdde36ce83603812005cd022414e
Issue-ID: SDC-844
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -185,12 +185,12 @@ <url>http://repo2.maven.org/maven2/</url> </repository> <repository> - <id>ecomp-releases</id> + <id>onap-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/releases/</url> </repository> <repository> - <id>ecomp-staging</id> + <id>onap-snapshot</id> <name>Staging Repository</name> <url>${nexus.proxy}/content/repositories/staging/</url> </repository> @@ -198,17 +198,17 @@ <distributionManagement> <repository> - <id>ecomp-releases</id> + <id>onap-releases</id> <name>Release Repository</name> <url>${nexus.proxy}/content/repositories/${releases.path}/</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> + <id>onap-snapshots</id> <name>Snapshot Repository</name> <url>${nexus.proxy}/content/repositories/${snapshots.path}/</url> </snapshotRepository> <site> - <id>ecomp-site</id> + <id>onap-site</id> <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> |