From 388e399dbf3fe5b5ea7be1530297e7c88117212f Mon Sep 17 00:00:00 2001 From: guochuyicmri Date: Thu, 16 May 2019 13:40:18 +0800 Subject: Fix usecase-ui code merge failure Change-Id: Iee81af3982a9720c60f9bf191f8b84ced341a636 Issue-ID: USECASEUI-269 Signed-off-by: guochuyicmri --- pom.xml | 141 +++++++++++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 117 insertions(+), 24 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 430d160f..ac40ddf5 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ limitations under the License. --> + 4.0.0 org.onap.oparent @@ -22,13 +23,90 @@ 2.0.0 - 4.0.0 org.onap.usecase-ui usecase-ui 2.0.0 pom usecase-ui + + ${project.version} + yyyyMMdd'T'HHmm + https://nexus.onap.org + content/repositories/releases/ + content/repositories/snapshots/ + content/repositories/public/ + content/sites/site/${project.groupId}/${project.artifactId}/${project.version}/ + 9.0.19 + + + + + onap-releases + ${nexusproxy}/${releaseNexusPath} + + + onap-snapshots + ${nexusproxy}/${snapshotNexusPath} + + + onap-site + dav:${nexusproxy}${siteNexusPath} + + + + + + + onap-public + ${nexusproxy}/${publicNexusPath} + + false + + + + onap-releases + ${nexusproxy}/${releaseNexusPath} + + false + + + + onap-snapshots + ${nexusproxy}/${snapshotNexusPath} + + false + + + + + + + + onap-plugin-public + ${nexusproxy}/${publicNexusPath} + + false + + + + onap-plugin-release + ${nexusproxy}/${releaseNexusPath} + + false + + + + onap-plugin-snapshots + ${nexusproxy}/${snapshotNexusPath} + + false + + + + + + true + + - -- cgit 1.2.3-korg