diff options
author | yangyan <yangyanyj@chinamobile.com> | 2017-08-15 16:01:49 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2017-08-15 16:07:38 +0800 |
commit | c146d895abd49db7583e855e73a782eafa6d336a (patch) | |
tree | 6f22be586e4c074682ccd9b6edd6082037a493ed | |
parent | e9cf1cf96458d4f9c3a725b829f4e8c29af90e48 (diff) |
Modify pom file inherit from org.onap.oparent
Issue-ID: VFC-79
Change-Id: Ia1cf1fee939d01524cb7c29d616ae809540732f9
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r-- | ems/boco/pom.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index 6639b41..79b9164 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (c) 2017, BOCO. CMCC Technologies Co., Ltd + Copyright (c) 2017, CMCC Technologies Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,19 +17,18 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <parent> - <groupId>org.onap.nfvo</groupId> - <artifactId>nfvo-root</artifactId> - <version>1.1.0-SNAPSHOT</version> - <relativePath>../../../../..</relativePath> - </parent> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.nfvo</groupId> + <groupId>org.onap.vfc.nfvo.driver.ems</groupId> <artifactId>ems-driver</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>nfvo/drivers/ems/sems/boco/ems-driver</name> + <name>vfc/nfvo/driver/ems/</name> <description>nfvo ems-driver</description> <url>http://maven.apache.org</url> <properties> |