aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-01-04 09:45:41 +0200
committerIdan Amit <ia096e@intl.att.com>2018-01-04 10:50:21 +0200
commit61fa2db60c5d75319224a4b3e910800681b1760f (patch)
tree994193955d4208393b348bfa10ccc35c408e5ba1
parentbd4b0ceb3b47861bd97beca7a407972ad51c9845 (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.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index be8e069..c9d15f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>