diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-07-10 16:00:27 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-07-10 16:00:56 -0700 |
commit | abafcbc07921d9d9447afe9729d86a83e8dc031c (patch) | |
tree | 6b9bd90df92c6cbd248005ab1c29a99480cbc519 | |
parent | 9f5645f924f4f071a7149875fb20a5b8fa1b0df5 (diff) |
Change distribution repo names to ecomp
Change-Id: Ic9501ecc848558992946ac4c84861e03b49f4428
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | version/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version/pom.xml b/version/pom.xml index 4484637..457cfeb 100644 --- a/version/pom.xml +++ b/version/pom.xml @@ -31,11 +31,11 @@ </properties> <distributionManagement> <repository> - <id>onap-releases</id> + <id>ecomp-releases</id> <url>${onap.nexus.url}/content/repositories/releases</url> </repository> <snapshotRepository> - <id>onap-snapshots</id> + <id>ecomp-snapshots</id> <url>${onap.nexus.url}/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> |