diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-10 10:58:39 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-10-10 11:01:47 +0800 |
commit | b1d0aa8594c0929b414ba7979a1620fb55009180 (patch) | |
tree | 1fa887d15e0815e6e242ca41b2fc06b7b8653238 | |
parent | ccdc64e1b1df89513b423eff51c8614c3ccf4c4f (diff) |
Replace oparent snapshot with rlease version
Issue-Id: MSB-65
Change-Id: I76d91a552498cab0c7821f0d0f3ffcb08e32600e
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.1</version> </parent> <groupId>org.onap.msb.apigateway</groupId> <artifactId>msb-apigateway-parent</artifactId> |