From 75731b02e57345860f5542c4f512cb98ee5dbb90 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Tue, 27 Nov 2018 08:39:46 +0800 Subject: Bump verison to 1.2.4 Issue-ID: MSB-302 Change-Id: I2f74212b1df07360933df842f929532c8430443d Signed-off-by: Huabing Zhao --- apiroute/apiroute-service/pom.xml | 4 ++-- apiroute/apiroute-standalone/pom.xml | 4 ++-- apiroute/pom.xml | 4 ++-- distributions/msb-apigateway/pom.xml | 4 ++-- distributions/pom.xml | 4 ++-- openresty-ext/pom.xml | 4 ++-- pom.xml | 2 +- redis-ext/pom.xml | 4 ++-- version.properties | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index d24e1b0..74bea56 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.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 7c922b7..a75fed5 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.2.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT apiroute diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 40ab2e9..0d2a105 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -11,14 +11,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT apiroute-service diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index 57e6e43..b34e14b 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.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index 560c59a..a21ca74 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index 45d9dcd..d678287 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT onap/msb/apigateway/openresty-ext pom diff --git a/pom.xml b/pom.xml index 6ca3810..421e261 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 9d3ef01..227256d 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT onap/msb/apigateway/redis-ext pom diff --git a/version.properties b/version.properties index 2b93152..1b6b05f 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg