X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fpom.xml;h=10fb3da6266af80d5581b510a2406fbeef01ff34;hb=e2d01234b37dc286604f96b2274b51a7b14fe910;hp=49398884eed40376684efe29c7c3588df85fa46d;hpb=779c51de46cf55648036361bb33e0470b28756ca;p=vid.git diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 49398884e..10fb3da62 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 4.0.0-SNAPSHOT + 5.0.0-SNAPSHOT war VID Common VID Common code for opensource version @@ -26,7 +26,11 @@ UTF-8 UTF-8 2.4.0 - 4.3.22.RELEASE + 5.1.6.RELEASE + 4.3.22.RELEASE + 4.3.11.Final 2.9.8 2.27 @@ -36,10 +40,10 @@ true https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/vid/${project.version} + content/repositories/snapshots/ + content/repositories/releases/ + content/repositories/staging/ + content/sites/site/org/onap/vid/${project.version} 1.8.9 1.3.11 @@ -48,6 +52,9 @@ 1.6 v6.16.0 + + ${env.RELEASE_VERSION} + @@ -58,17 +65,17 @@ ecomp-releases VID Release Repository - ${nexusproxy}${releaseNexusPath} + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots VID Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${nexusproxy}/${snapshotNexusPath} ecomp-staging VID Staging Repository - ${nexusproxy}${stagingNexusPath} + ${nexusproxy}/${stagingNexusPath} @@ -92,7 +99,7 @@ ecomp-site - dav:${nexusproxy}${sitePath} + dav:${nexusproxy}/${sitePath} @@ -171,6 +178,16 @@ ${node.version} + + npm config list + + config ls -l + + + npm + + generate-resources + npm install @@ -228,6 +245,30 @@ + + com.google.code.maven-replacer-plugin + replacer + 1.5.3 + + + prepare-package + + replace + + + + + false + ${project.basedir}/src/main/webapp/app/vid/scripts/constants/version.json + + + BUILD_NUMBER + ${release_version}.${patch_version}.${env.BUILD_NUMBER} + + + + + org.apache.maven.plugins maven-surefire-plugin @@ -667,7 +708,7 @@ org.springframework spring-orm - ${springframework.version} + ${springframework.orm.version} org.springframework @@ -753,7 +794,7 @@ org.onap.sdc.sdc-tosca sdc-tosca - 1.4.7 + 1.5.1 compile @@ -810,7 +851,7 @@ org.assertj assertj-core 3.10.0 - compile + test com.google.guava