Add unit test for ems management.
[aai/esr-server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8a766b1..d791e58 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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.1.1</version>
     </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>esr-root</artifactId>
-    <name>esr-server</name>
+       
+       <groupId>org.onap.aai.esr-server</groupId>
+    <artifactId>aai-esr-server</artifactId>
     <packaging>pom</packaging>
 
-<properties>
+    <version>1.1.0-SNAPSHOT</version>
+    <name>aai-esr-server</name>
+    <modules>
+        <module>esr-mgr</module>
+               <module>standalone</module>
+    </modules>
+       
+       <properties>
         <dropwizard.version>0.8.0</dropwizard.version>
         <swagger.version>1.5.3</swagger.version>
         <jersey.version>2.16</jersey.version>
         </pluginManagement>
     </build>   
        
-       <modules>
-        <module>esr-core</module>
-    </modules>
+       
 </project>