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 --- distribution/pom.xml | 3 +- pom.xml | 141 +++++++++++++++++++++++++++++++++++++++-------- usecaseui-portal/pom.xml | 2 +- 3 files changed, 120 insertions(+), 26 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 1e0b371e..cdbb19b5 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -15,13 +15,14 @@ limitations under the License. --> + 4.0.0 + org.onap.usecase-ui usecase-ui 2.0.0 - 4.0.0 distribution pom usecase-ui/distribution 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 + + - diff --git a/usecaseui-portal/pom.xml b/usecaseui-portal/pom.xml index 7f280620..58e9986a 100644 --- a/usecaseui-portal/pom.xml +++ b/usecaseui-portal/pom.xml @@ -17,13 +17,13 @@ + 4.0.0 org.onap.usecase-ui usecase-ui 2.0.0 - 4.0.0 usecaseui-portal pom usecase-ui -- cgit 1.2.3-korg