Bump versions by 0.1.0 for next dev cycle
[lispflowmapping.git] / mappingservice / shell / pom.xml
index 391e20098d98ca5f755c2b332be94da3d8e4f71b..e6b11bb4b9dd99813671c73052886e0b4199a418 100644 (file)
@@ -5,12 +5,10 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.shell</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Mapping Service Karaf Shell Commands</name>
 
@@ -36,7 +34,7 @@
           <instructions>
             <Import-Package>org.apache.karaf.shell.commands,
               org.apache.karaf.shell.console,
-              org.opendaylight.lispflowmapping.interfaces.lisp</Import-Package>
+              org.opendaylight.lispflowmapping.interfaces.mappingservice</Import-Package>
           </instructions>
         </configuration>
       </plugin>