aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2017-12-31 16:36:12 +0200
committerYuli Shlosberg <ys9693@att.com>2017-12-31 16:36:12 +0200
commite63b8b4b4cb20a3477002fc76562c0542add08b9 (patch)
tree6c2c62d4a3db901696681504e8f1ee5129786feb
parent7dd51a2e187a6cfea05ed46004a25152d687197f (diff)
Update code after grep filters execution
Change-Id: Id53d2593767a22e5a4227c375deb297a9eb1098d Issue-ID: SDC-733 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r--pom.xml15
1 files changed, 5 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 597e832..b585903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,17 +267,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>
@@ -285,17 +280,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>