diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-13 15:42:49 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-13 15:42:49 -0400 |
commit | 7745b8afc3ccd1c94a4d26e70eb6b8b63b56cd1d (patch) | |
tree | 71f64af686305458fb5501eb02cf0a23e2ba1d84 /odlparent/setup/src | |
parent | e3948b0308c817f0b43918731ee26dab6202c0c9 (diff) |
Fix parent release build
Replaced maven properties with static values in nexus staging
profile settings, which for some reason were not using
maven properties settings properly.
Change-Id: I8f8df8aedadb1da1612c9cecb16110257f4d493f
Issue-ID: CCSDK-1155
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'odlparent/setup/src')
-rwxr-xr-x | odlparent/setup/src/main/resources/pom-template.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index d9b3433d..8038fa7e 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -456,8 +456,8 @@ <extensions>true</extensions> <configuration> <nexusUrl>https://${onap.nexus.host}</nexusUrl> - <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> - <serverId>${onap.nexus.staging.server-id}</serverId> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> </plugins> |