diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-06 13:28:06 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-06 13:49:45 -0800 |
commit | cdbf22c06167564c28912a6c8b0f2b81e2b5a1de (patch) | |
tree | e6a0ab067543f2e3bbb23f36fa37b0e2b36c7596 | |
parent | 7051d1d8421df6ee83bac13a20f03e9cec7aaf40 (diff) |
Maven staging url
Changing the url to the nexus staging server.
Change-Id: Ie4dbf4a6adc4d7dc76ce2885816c84ca4b9f2fe7
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -509,7 +509,7 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> + <nexusUrl>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> |