summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-03-22 17:57:04 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-03-22 17:57:16 +0800
commit802e76b8013e12d765882814843aa5bd367749c1 (patch)
treeae61e615a3f7e7327be3401218e96cd28cdfc7b5
parentfb27f59c4f9feec835710f083e9f588150b25e41 (diff)
fix oparent version of the gvnfm to 123
Change-Id: I45c34174bb8e79bd517481113263f6747272b264 Issue-ID: VFC-1309 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3617049..fb831db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.vnfm.gvnfm</groupId>