diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-03-22 17:33:04 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-03-22 17:33:17 +0800 |
commit | 1b62e79f5cfe106a9d78575732b47a37c0bd6047 (patch) | |
tree | 82ff0482ee04e5d773e3e6f7fa39b8ec9a748a8e | |
parent | 608b39cdb2c256b959d39838d1cec1405d615548 (diff) |
fix oparent version of the ems to 123
Change-Id: I00af9bcf9a404d77e372210dc05836e3dd22a1ae
Issue-ID: VFC-1309
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>1.2.3</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.ems</groupId> |