aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2017-12-31 16:57:31 +0200
committerYuli Shlosberg <ys9693@att.com>2017-12-31 16:57:31 +0200
commit6ef26b47123f055e053102239ed227a29780f0b4 (patch)
tree4291c8bed99e355f5f32b5b23fed053c1608e55a /pom.xml
parent7712aebd58699838b4926c577b46536de1e25baa (diff)
Update code after grep filters execution
Change-Id: I12fdf2c07e5d3ff0b2e94322dea30bb2bcd1061a Issue-ID: SDC-733 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 1214b7e..a0fd6b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,17 +153,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>
- <name>Staging Repository</name>
- <url>${nexus.proxy}/content/repositories/staging/</url>
- </repository>
- <repository>
- <id>ecomp-snapshots</id>
+ <id>onap-snapshots</id>
<name>Snapshots Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</repository>
@@ -171,17 +166,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>