aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/configuration/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'openecomp-be/configuration/pom.xml')
-rw-r--r--openecomp-be/configuration/pom.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/openecomp-be/configuration/pom.xml b/openecomp-be/configuration/pom.xml
index 1a30441542..1c051cc3a3 100644
--- a/openecomp-be/configuration/pom.xml
+++ b/openecomp-be/configuration/pom.xml
@@ -2,14 +2,16 @@
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>
+ <artifactId>openecomp-sdc-configuration</artifactId>
+ <name>openecomp-sdc-configuration</name>
+ <packaging>pom</packaging>
+
+
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc</artifactId>
<version>1.1.0-SNAPSHOT</version>
+ <relativePath>..</relativePath>
</parent>
- <artifactId>openecomp-sdc-configuration</artifactId>
- <name>openecomp-sdc-configuration</name>
- <packaging>pom</packaging>
-
-</project> \ No newline at end of file
+</project>