From 85a42786441143e10df2bb78cdf28eaa32c85e42 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Sat, 18 Nov 2017 17:57:45 -0800 Subject: Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I37afe63c637cdd84a839745165337f5bad308e4e Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- apiroute/apiroute-service/pom.xml | 6 +++--- 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, 17 insertions(+), 17 deletions(-) diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index d328521..1d8f63f 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-service onap/msb/apigateway/apiroute/apiroute-service jar - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT @@ -110,7 +110,7 @@ org.onap.msb.swagger-sdk swagger-sdk - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT org.slf4j diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 7961a8c..687c31a 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT apiroute diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 0f04c73..ccb2e40 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-parent onap/msb/apigateway/apiroute pom - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT apiroute-service diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index f0602b1..3bd9e31 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom diff --git a/distributions/pom.xml b/distributions/pom.xml index 9465e21..1e3cb8e 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.0.1-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT onap/msb/apigateway/distributions pom diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index 12980eb..cbf1d59 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway openresty-ext - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT onap/msb/apigateway/openresty-ext pom diff --git a/pom.xml b/pom.xml index c7b4628..eb4319a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom msb-apigateway diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 2097845..4f6eeb7 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.0.1-SNAPSHOT 4.0.0 org.onap.msb.apigateway redis-ext - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT onap/msb/apigateway/redis-ext pom diff --git a/version.properties b/version.properties index 2ddebb3..0f1f46a 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg