From 6f323f32447674c5df56e944b373f6f534231510 Mon Sep 17 00:00:00 2001 From: jinquanni Date: Tue, 22 Mar 2022 20:26:58 +0800 Subject: [PATCH] [MSB]Bump apigateway version to 1.4.0 Bump apigateway version to 1.4.0 Issue-ID: MSB-654 Signed-off-by: jinquanni Change-Id: I2a9ced1f9d579373a4ce3afcba6c3b40300ed4aa --- 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 | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index e253ccd..e277265 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 9a7e639..f72223d 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT apiroute diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 78d278b..104e375 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -11,14 +11,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT apiroute-service diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index c57ddb7..8468c2a 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.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index 83a52e6..04bf4b8 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index cd36f8f..51ba3a2 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT onap/msb/apigateway/openresty-ext pom diff --git a/pom.xml b/pom.xml index 0a46a59..2c42bd7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 6406365..568e36e 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.3.1-SNAPSHOT + 1.4.0-SNAPSHOT onap/msb/apigateway/redis-ext pom diff --git a/version.properties b/version.properties index fee4928..9e0d73d 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=3 -patch=1 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- 2.16.6