Change the parent in the pom.xml to oparent 91/9391/1
authorGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 30 Aug 2017 11:49:49 +0000 (19:49 +0800)
committerGuangrong Fu <fu.guangrong@zte.com.cn>
Wed, 30 Aug 2017 11:49:49 +0000 (19:49 +0800)
Change the parent in the pom.xml to oparent

Change-Id: If509074a23e530a30df75fbdfe1786985f993b18
Issue-ID: HOLMES-35
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index 209ebf5..e5517cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   ~ limitations under the License.
   -->
 <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">
+    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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.oparent</groupId>
-        <artifactId>version</artifactId>
+        <artifactId>oparent</artifactId>
         <version>1.0.0-SNAPSHOT</version>
-        <relativePath>../../oparent</relativePath>
     </parent>
 
     <groupId>org.onap.holmes.engine-management</groupId>
@@ -64,6 +63,7 @@
         <win64outputdir>target/assembly/${win64id}</win64outputdir>
         <version.output>target/version</version.output>
     </properties>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
             </dependency>
         </dependencies>
     </dependencyManagement>
-
 </project>