diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-11 12:45:16 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-10-11 12:45:16 -0700 |
commit | c93675909cd9d81064d1fdd8c0c7f33ba39fc7cc (patch) | |
tree | b6ac03f922dc4c6526f12b60e3f2e568afdc0a34 /pom.xml | |
parent | 425c0eb8feaadde4df8f4f1a3b6e72cef7ce3753 (diff) |
Update distributionManagement serverIds
Change-Id: Iafd88030b0c9a90abbb3d92d215fc13197a67885
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>ecomp-releases</id> + <id>releases</id> <url>${onap.nexus.url}/content/repositories/releases</url> </repository> <snapshotRepository> - <id>ecomp-snapshots</id> + <id>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>ecomp-staging</serverId> + <serverId>staging</serverId> </configuration> </plugin> <plugin> |