Bump versions by x.(y+1).z for next dev cycle
[lispflowmapping.git] / ui / bundle / pom.xml
index 51c63083a2c3c4c5dc7776e7c2debe9a2a94a0f3..71ae5f8d53c070d7b8a8c278ee78ec48fb82bbea 100644 (file)
@@ -5,12 +5,14 @@
     <parent>
         <groupId>org.opendaylight.lispflowmapping</groupId>
         <artifactId>lispflowmapping-ui</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>lispflowmapping-ui-bundle</artifactId>
     <packaging>bundle</packaging>
-    <name>LISP Flow Mapping UI - Bundle</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>
@@ -22,6 +24,7 @@
             <groupId>org.opendaylight.lispflowmapping</groupId>
             <artifactId>lispflowmapping-ui-module</artifactId>
             <version>${project.version}</version>
+            <scope>provided</scope>
         </dependency>
     </dependencies>
 
 
 
 
+
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
+
 </project>