From 967a54a3d71ad8711eeec10dc4a545e1edb1b4cb Mon Sep 17 00:00:00 2001 From: talasila Date: Fri, 10 Mar 2017 12:18:42 -0500 Subject: [PATCH] 1.1.0-SNAPSHOT is updated in poms Change-Id: I03be81e79357d9eccbbcefe2a81a0e736d17389b Signed-off-by: talasila --- .idea/workspace.xml | 260 ++++++++++++++++++++++------------------ deliveries/os_build_febe.sh | 4 +- deliveries/os_docker_push.sh | 3 +- deliveries/os_docker_release.sh | 5 +- ecomp-portal-BE/pom.xml | 4 +- ecomp-portal-FE/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 155 insertions(+), 125 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7ecb49f7..46611c3c 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,6 +3,9 @@ + + + @@ -26,45 +29,45 @@ - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + @@ -73,18 +76,18 @@ - - + + - - + + - - + + @@ -93,31 +96,31 @@ - - + + - - + + - - + + - - + + - - + + - - + + @@ -146,22 +149,22 @@ @@ -220,6 +223,20 @@ - - + + @@ -479,10 +496,10 @@ - + - + @@ -510,45 +527,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -593,6 +571,7 @@ + @@ -672,6 +651,7 @@ + @@ -787,14 +767,30 @@ - + + - - + + + + + + + - + + + + + + + + + + + @@ -802,11 +798,26 @@ - - + - - + + + + + + + + + + + + + + + + + + @@ -815,26 +826,27 @@ + - + - - + + - + - - + + - + @@ -842,23 +854,23 @@ - + - - + + - + - - + + - + @@ -866,7 +878,7 @@ - + @@ -874,7 +886,7 @@ - + @@ -882,26 +894,42 @@ - + - - + + - + - - + + - + + + + + + + + + + + + + + + + + - - + + diff --git a/deliveries/os_build_febe.sh b/deliveries/os_build_febe.sh index 4497befa..e2ee906c 100644 --- a/deliveries/os_build_febe.sh +++ b/deliveries/os_build_febe.sh @@ -41,7 +41,7 @@ cd $PROJECTDIR/ecomp-sdk/sdk-app ${MVN} install -mv target/ep-sdk-app-1.0.0 target/ep-sdk-app +mv target/ep-sdk-app-1.1.0-SNAPSHOT target/ep-sdk-app # now install DBC app cd $SOURCEDIR @@ -59,7 +59,7 @@ cd $DBCDIR/dcae_dmaapbc_webapp ${MVN} install cd target -mv dmaap-bc-app.1.0.0.0 ep-dbc-app +mv dmaap-bc-app.1.1.0-SNAPSHOT.0 ep-dbc-app # install into docker diff --git a/deliveries/os_docker_push.sh b/deliveries/os_docker_push.sh index 165d05d6..fe422f32 100644 --- a/deliveries/os_docker_push.sh +++ b/deliveries/os_docker_push.sh @@ -4,7 +4,8 @@ REPO="nexus3.openecomp.org:10003" -VERSION="1.0.0" +TIMESTAMP=$(date +%C%y%m%dT%H%M%S) +VERSION="1.1.0-SNAPSHOT-${TIMESTAMP}" LATEST="latest" APPS_VERSION="${REPO}/openecomp/portalapps:${VERSION}" diff --git a/deliveries/os_docker_release.sh b/deliveries/os_docker_release.sh index 95b1c80b..fc721c2f 100644 --- a/deliveries/os_docker_release.sh +++ b/deliveries/os_docker_release.sh @@ -2,9 +2,10 @@ ./run.sh -REPO="nexus3.openecomp.org:10002" +REPO="nexus3.openecomp.org:10003" -VERSION="1.0.0" +TIMESTAMP=$(date +%C%y%m%dT%H%M%S) +VERSION="1.1.0-STAGING-${TIMESTAMP}" LATEST="latest" APPS_VERSION="${REPO}/openecomp/portalapps:${VERSION}" diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index cdb4a5c4..126f0e44 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -4,13 +4,13 @@ org.openecomp.portal ecompportal war - 1.0.0 + 1.1.0-SNAPSHOT 4.2.0.RELEASE 4.3.11.Final 0.0.1 - 1.0.0 + 1.1.0-SNAPSHOT UTF-8 false diff --git a/ecomp-portal-FE/pom.xml b/ecomp-portal-FE/pom.xml index 97283c0a..30f136eb 100644 --- a/ecomp-portal-FE/pom.xml +++ b/ecomp-portal-FE/pom.xml @@ -3,7 +3,7 @@ org.openecomp.portal ecomp-portal-FE - 1.0.0 + 1.1.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 59d2dd0a..6bba9e42 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ portal-project pom - 1.0.0 + 1.1.0-SNAPSHOT Portal (parent) https://wiki/display/EcompPortal ECOMP Portal Open-Source -- 2.16.6