diff options
author | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-04-23 09:50:05 +0800 |
---|---|---|
committer | Huabing Zhao <zhao.huabing@zte.com.cn> | 2020-04-23 09:50:09 +0800 |
commit | 62669dc8a4e92f9619e354d8dca94bc1831a5296 (patch) | |
tree | 6152bfaf48537ea797de77eb3d975a8aa23c1602 /apiroute/apiroute-standalone | |
parent | 097002ed94546eed5894533f0a2eeebb01a8aa3f (diff) |
release 1.2.7
Issue-ID: MSB-467
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
Change-Id: I66cb66aa3c815d7baa47969a3239f06ed7eb2ae8
Diffstat (limited to 'apiroute/apiroute-standalone')
-rw-r--r-- | apiroute/apiroute-standalone/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 1bfd0cd..cea8625 100644 --- a/apiroute/apiroute-standalone/pom.xml +++ b/apiroute/apiroute-standalone/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.onap.msb.apigateway.apiroute</groupId> <artifactId>apiroute-parent</artifactId> - <version>1.2.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.msb.apigateway.apiroute</groupId> <artifactId>apiroute-standalone</artifactId> <name>onap/msb/apigateway/apiroute/apiroute-standalone</name> <packaging>pom</packaging> - <version>1.2.6-SNAPSHOT</version> + <version>1.2.7-SNAPSHOT</version> <properties> <packageid>apiroute</packageid> |