From 78c426e548f473ff58268c82c26a0bf4906e13be Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Tue, 24 Jul 2018 16:39:12 +0800 Subject: Bump MSB artifacts version to 1.2.0 Issue-ID: MSB-218 Change-Id: I8f4b3f82e734ea18fcb36c7204955a5aa2005b61 Signed-off-by: HuabingZhao --- apiroute/apiroute-service/pom.xml | 4 ++-- apiroute/apiroute-standalone/pom.xml | 4 ++-- apiroute/pom.xml | 4 ++-- build4docker.sh | 2 +- distributions/msb-apigateway/pom.xml | 4 ++-- distributions/pom.xml | 4 ++-- openresty-ext/pom.xml | 6 +++--- pom.xml | 2 +- redis-ext/pom.xml | 6 +++--- version.properties | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 6fa0903..30ffb15 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index c72e9de..dd6a95b 100644 --- a/apiroute/apiroute-standalone/pom.xml +++ b/apiroute/apiroute-standalone/pom.xml @@ -19,14 +19,14 @@ org.onap.msb.apigateway.apiroute apiroute-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT apiroute diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 38bb1cd..dcd4fce 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -12,14 +12,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT apiroute-service diff --git a/build4docker.sh b/build4docker.sh index f649181..44f6aca 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.1.0 +DOCKER_RELEASE_VERSION=1.2.0 DOCKER_REPOSITORY=nexus3.onap.org:10003 TIMESTAMP=$(date +"%Y%m%dT%H%M%S") diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index c012b27..848a5fc 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.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index d510446..61edf55 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index 17a3b6b..a5779cd 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT onap/msb/apigateway/openresty-ext pom @@ -181,4 +181,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 3979524..afbb219 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 48d9ac8..55bd437 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT onap/msb/apigateway/redis-ext pom @@ -168,4 +168,4 @@ - \ No newline at end of file + diff --git a/version.properties b/version.properties index 7b8b963..00ef564 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg