From a3edbab81728bf5c856f4b71c94893ab4ab400d0 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Sat, 18 Nov 2017 17:56:42 -0800 Subject: Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Iba22e850c60c6f3db66d08fb88ba39968f6182e4 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- 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 67ac752..e8d5af3 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.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 7961a8c..c72e9de 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.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT apiroute diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 0f04c73..a9624f3 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -19,14 +19,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT apiroute-service diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index f0602b1..c012b27 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.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index 9465e21..d510446 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,12 +4,12 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index 12980eb..17a3b6b 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT onap/msb/apigateway/openresty-ext pom diff --git a/pom.xml b/pom.xml index c7b4628..b50c6ef 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 2097845..48d9ac8 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -21,14 +21,14 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT onap/msb/apigateway/redis-ext pom diff --git a/version.properties b/version.properties index 2ddebb3..7b8b963 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg