Remove sql configuration from docke files
[vnfsdk/refrepo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 88cdfa7..20774d4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 -->
 <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.openo.oparent</groupId>
+      <groupId>org.onap.oparent</groupId>
       <artifactId>oparent</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
-      <relativePath>../oparent</relativePath>
+      <version>0.1.1</version>
+      <relativePath>../../oparent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openo.client.gui</groupId>
-    <artifactId>client-gui</artifactId>
+    <groupId>org.onap.vnfsdk.refrepo</groupId>
+    <artifactId>vnfmarket</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>client-gui</name>
+    <name>vnfsdk-refrepo</name>
 
-    <modules>
-        <module>auth</module>
-        <module>catalog</module>
-        <module>common</module>
-        <module>extsys</module>
-        <module>integration</module>
-        <module>lifecyclemgr</module>
-        <module>login</module>
-        <module>monitor</module>
-        <module>performance</module>
-        <module>resmgr</module>
-        <module>vnfmarket</module>
+    <modules>       
+        <module>vnfmarket-be</module>     
     </modules>
 </project>