summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2017-12-31 16:30:45 +0200
committerYuli Shlosberg <ys9693@att.com>2017-12-31 16:31:05 +0200
commite303f8cbbec61cd7deb7576073e601e2c919367e (patch)
tree14e9b4ae561be3ece7c16470201e5b1c97164815
parent0fbd261601775fa6ba66eee6164b0b2cd9242f08 (diff)
Update code after grep filters execution
Change-Id: I1dd47b7c32621222220dc68e5d9829b55a6b50e0 Issue-ID: SDC-733 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r--pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 6e67b81..53d085d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,17 +187,17 @@
<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>
<repository>
- <id>ecomp-snapshots</id>
+ <id>onap-snapshots</id>
<name>Snapshots Repository</name>
<url>${nexus.proxy}/content/repositories/snapshots/</url>
</repository>
@@ -205,17 +205,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>