summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-30 19:45:14 +0800
committerGuangrong Fu <fu.guangrong@zte.com.cn>2017-08-30 19:46:14 +0800
commit2bb89d6ffe6bb6b1c15d8c3dcf85d7e35c97aa7e (patch)
treebf888b06cca4abebfbe13d25e2eda649bb708df0
parent735aa4e942ea69b738c1d64d77021f7276636131 (diff)
Change the parent in the pom.xml to oparent
Change the parent in the pom.xml to oparent Change-Id: I28166c8f30cab92f1f0616740f3e8cfe2aa1dd34 Issue-ID: HOLMES-35 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
-rw-r--r--pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index aaf0dc6..af9a6f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,8 @@
<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.dsa</groupId>
@@ -140,6 +139,5 @@
</dependency>
</dependencies>
</dependencyManagement>
-
</project>