Move config-parent to aggregator POM
[lispflowmapping.git] / mappingservice / shell / pom.xml
index 23aabe7b84f05a7907f38dee98a4184daf487d46..e78661bb9ed3dedebdabddde91672f2ed17eda50 100644 (file)
@@ -1,14 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <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.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
     <version>1.3.0-SNAPSHOT</version>
   </parent>
+
+  <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.shell</artifactId>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
-  <name>LISP Flow Mapping Karaf Shell Commands</name>
+  <name>Mapping Service Karaf Shell Commands</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.karaf.shell</groupId>
@@ -20,6 +25,7 @@
       <artifactId>mappingservice.api</artifactId>
     </dependency>
   </dependencies>
+
   <build>
     <plugins>
       <plugin>