diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-11 12:58:43 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-11 12:58:53 -0700 |
commit | dcfc344bbc1e65c6786c90a843b03f2d314b89ce (patch) | |
tree | 7ace23651dde30db53fb907f313073b22345ba04 /pom.xml | |
parent | 386e59e7bbe4dd08007d0b3762bc6dec6c171452 (diff) |
Revert "Update distributionManagement serverIds"
This reverts commit c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc.
Change-Id: Ia3d0f75785e4ba9bb25d6cdb55e32206e120c38e
Issue-ID: INT-249
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,11 +49,11 @@ </properties> <distributionManagement> <repository> - <id>releases</id> + <id>ecomp-releases</id> <url>${onap.nexus.url}/content/repositories/releases</url> </repository> <snapshotRepository> - <id>snapshots</id> + <id>ecomp-snapshots</id> <url>${onap.nexus.url}/content/repositories/snapshots</url> </snapshotRepository> </distributionManagement> @@ -68,7 +68,7 @@ <configuration> <nexusUrl>${onap.nexus.url}</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>staging</serverId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> <plugin> |