From 0087d0334b0c8decc4bec40e69fcb2af04345800 Mon Sep 17 00:00:00 2001 From: Huabing Zhao Date: Thu, 9 May 2019 10:06:12 +0800 Subject: bump version to 1.2.5 Issue-ID: MSB-334 Change-Id: I7518924a0481c2dc6c6846bfac06454888f3a342 Signed-off-by: Huabing Zhao --- distributions/msb-apigateway/pom.xml | 50 ++++++++++++++++++------------------ distributions/pom.xml | 6 ++--- 2 files changed, 28 insertions(+), 28 deletions(-) (limited to 'distributions') diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml index b34e14b..2a9f2fe 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.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.distributions msb-apigateway - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/distributions/msb-apigateway pom @@ -27,7 +27,7 @@ org.onap.msb.apigateway.apiroute apiroute-standalone - zip + zip ${project.version} true @@ -36,7 +36,7 @@ org.onap.msb.apigateway redis-ext - tar.gz + tar.gz ${classifier.linux64} ${project.version} true @@ -45,7 +45,7 @@ org.onap.msb.apigateway openresty-ext - tar.gz + tar.gz ${classifier.linux64} ${project.version} true @@ -69,20 +69,20 @@ org.onap.msb.apigateway.apiroute apiroute-standalone - zip - + zip + org.onap.msb.apigateway redis-ext - tar.gz - ${classifier.linux64} - + tar.gz + ${classifier.linux64} + org.onap.msb.apigateway openresty-ext - tar.gz - ${classifier.linux64} - + tar.gz + ${classifier.linux64} + **/*.bat,**/*.cmd,**/*.exe ${linux64outputdir} @@ -90,7 +90,7 @@ true true - + @@ -98,7 +98,7 @@ maven-resources-plugin - copy-msb-resources-linux + copy-msb-resources-linux prepare-package copy-resources @@ -106,7 +106,7 @@ ${linux64outputdir} true - + src/assembly/resources/ false @@ -116,34 +116,34 @@ **/*.bat - + true - copy-resources-dockerfile + copy-resources-dockerfile process-resources copy-resources - + ${version.output} true - + ${dockerFileDir} false **/* - + true - + - + org.apache.maven.plugins @@ -178,14 +178,14 @@ - + - + diff --git a/distributions/pom.xml b/distributions/pom.xml index a21ca74..5c6fb7b 100644 --- a/distributions/pom.xml +++ b/distributions/pom.xml @@ -4,16 +4,16 @@ org.onap.msb.apigateway msb-apigateway-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT org.onap.msb.apigateway.distributions distributions-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT onap/msb/apigateway/distributions pom - msb-apigateway + msb-apigateway -- cgit 1.2.3-korg