Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / mappingservice / config / pom.xml
index 70749e33522df338c9109604a2b10550fb6d5dcc..69cb07e94699ab993d98c0f862e0375f0efb0533 100644 (file)
@@ -5,18 +5,24 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.config</artifactId>
   <packaging>bundle</packaging>
-  <name>Mapping Service Config</name>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
 
   <dependencies>
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.6.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
@@ -35,5 +41,5 @@
       <url>${nexus.site.url}/${project.artifactId}/</url>
     </site>
   </distributionManagement>
-  
-</project>
\ No newline at end of file
+
+</project>