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 --- apiroute/apiroute-standalone/pom.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'apiroute/apiroute-standalone') diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index a75fed5..7a901e5 100644 --- a/apiroute/apiroute-standalone/pom.xml +++ b/apiroute/apiroute-standalone/pom.xml @@ -1,32 +1,32 @@ org.onap.msb.apigateway.apiroute apiroute-parent - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT 4.0.0 org.onap.msb.apigateway.apiroute apiroute-standalone onap/msb/apigateway/apiroute/apiroute-standalone pom - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT apiroute @@ -40,15 +40,15 @@ ${project.version} true - + - - + + maven-resources-plugin - copy-resources + copy-resources process-resources copy-resources @@ -56,14 +56,14 @@ ${outputdir} true - + src/assembly/resources/ false **/* - + true @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-dependency-plugin 2.8 - + copy-jar @@ -90,13 +90,13 @@ true ${outputdir}/apiroute/ apiroute-service.jar - + - + org.apache.maven.plugins maven-antrun-plugin -- cgit