From 0087d0334b0c8decc4bec40e69fcb2af04345800 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Thu, 9 May 2019 10:06:12 +0800 Subject: [PATCH] bump version to 1.2.5 Issue-ID: MSB-334 Change-Id: I7518924a0481c2dc6c6846bfac06454888f3a342 Signed-off-by: Huabing Zhao --- apiroute/apiroute-service/pom.xml | 4 +-- apiroute/apiroute-standalone/pom.xml | 30 +++++++++++----------- apiroute/pom.xml | 4 +-- build4docker.sh | 2 +- distributions/msb-apigateway/pom.xml | 50 ++++++++++++++++++------------------ distributions/pom.xml | 6 ++--- openresty-ext/pom.xml | 4 +-- pom.xml | 2 +- redis-ext/pom.xml | 46 ++++++++++++++++----------------- version.properties | 2 +- 10 files changed, 75 insertions(+), 75 deletions(-) diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index ca24c9b..c0346a3 100644 --- a/apiroute/apiroute-service/pom.xml +++ b/apiroute/apiroute-service/pom.xml @@ -12,14 +12,14 @@ org.onap.msb.apigateway.apiroute apiroute-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index a75fed5..7a901e5 100644 --- a/apiroute/apiroute-standalone/pom.xml +++ b/apiroute/apiroute-standalone/pom.xml @@ -1,32 +1,32 @@ org.onap.msb.apigateway.apiroute apiroute-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT apiroute @@ -40,15 +40,15 @@ ${project.version} true - + - - + + maven-resources-plugin - copy-resources + copy-resources process-resources copy-resources @@ -56,14 +56,14 @@ ${outputdir} true - + src/assembly/resources/ false **/* - + true @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-dependency-plugin 2.8 - + copy-jar @@ -90,13 +90,13 @@ true ${outputdir}/apiroute/ apiroute-service.jar - + - + org.apache.maven.plugins maven-antrun-plugin diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 8c073c1..f9ec0bd 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -11,14 +11,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT apiroute-service diff --git a/build4docker.sh b/build4docker.sh index edcfa65..93b7f86 100644 --- a/build4docker.sh +++ b/build4docker.sh @@ -36,7 +36,7 @@ mkdir $RELEASE_DIR -p DOCKER_RUN_NAME=msb_apigateway DOCKER_IMAGE_NAME=msb_apigateway DOCKER_LATEST_VERSION=latest -DOCKER_RELEASE_VERSION=1.2.4 +DOCKER_RELEASE_VERSION=1.2.5 DOCKER_REPOSITORY=nexus3.onap.org:10003 TIMESTAMP=$(date +"%Y%m%dT%H%M%SZ") diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index b34e14b..2a9f2fe 100644 --- a/distributions/msb-apigateway/pom.xml +++ b/distributions/msb-apigateway/pom.xml @@ -3,12 +3,12 @@ org.onap.msb.apigateway.distributions distributions-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom @@ -27,7 +27,7 @@ org.onap.msb.apigateway.apiroute apiroute-standalone - zip + zip ${project.version} true @@ -36,7 +36,7 @@ org.onap.msb.apigateway redis-ext - tar.gz + tar.gz ${classifier.linux64} ${project.version} true @@ -45,7 +45,7 @@ org.onap.msb.apigateway openresty-ext - tar.gz + tar.gz ${classifier.linux64} ${project.version} true @@ -69,20 +69,20 @@ org.onap.msb.apigateway.apiroute apiroute-standalone - zip - + zip + org.onap.msb.apigateway redis-ext - tar.gz - ${classifier.linux64} - + tar.gz + ${classifier.linux64} + org.onap.msb.apigateway openresty-ext - tar.gz - ${classifier.linux64} - + tar.gz + ${classifier.linux64} + **/*.bat,**/*.cmd,**/*.exe ${linux64outputdir} @@ -90,7 +90,7 @@ true true - + @@ -98,7 +98,7 @@ maven-resources-plugin - copy-msb-resources-linux + copy-msb-resources-linux prepare-package copy-resources @@ -106,7 +106,7 @@ ${linux64outputdir} true - + src/assembly/resources/ false @@ -116,34 +116,34 @@ **/*.bat - + true - copy-resources-dockerfile + copy-resources-dockerfile process-resources copy-resources - + ${version.output} true - + ${dockerFileDir} false **/* - + true - + - + org.apache.maven.plugins @@ -178,14 +178,14 @@ - + - + diff --git a/distributions/pom.xml b/distributions/pom.xml index a21ca74..5c6fb7b 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,16 +4,16 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/distributions pom - msb-apigateway + msb-apigateway diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index d678287..e1709a3 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/openresty-ext pom diff --git a/pom.xml b/pom.xml index 421e261..8d69605 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 227256d..5645d4f 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -1,34 +1,34 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/redis-ext pom @@ -57,11 +57,11 @@ - - + maven-resources-plugin @@ -113,25 +113,25 @@ - copy-resources + copy-resources process-resources copy-resources - - ${linux64outputdir} - + + ${linux64outputdir} + src/assembly/resources/linux false **/* - + true - + @@ -165,7 +165,7 @@ - + diff --git a/version.properties b/version.properties index 1b6b05f..4fd02cd 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- 2.16.6