diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-04 09:45:41 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-04 10:50:21 +0200 |
commit | 61fa2db60c5d75319224a4b3e910800681b1760f (patch) | |
tree | 994193955d4208393b348bfa10ccc35c408e5ba1 | |
parent | bd4b0ceb3b47861bd97beca7a407972ad51c9845 (diff) |
Update staging server IDamsterdam
Update serverID for staging to match the rest
Change-Id: I90c0af1df3311f166f5108e3344ea3f3021aeae4
Issue-ID: SDC-844
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -204,7 +204,7 @@ <configuration>
<nexusUrl>${nexus.proxy}</nexusUrl>
<stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <serverId>onap-staging</serverId>
</configuration>
</plugin>
@@ -284,12 +284,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-staging</id>
<name>Staging Repository</name>
<url>${nexus.proxy}/content/repositories/staging/</url>
</repository>
@@ -297,17 +297,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>
|