Bump versions by x.(y+1).z for next dev cycle
[bgpcep.git] / features / pom.xml
index 2b128013c09b8a77316487536abc02b1a6037235..17298514104933d33b81169ce9aff42fa90153f1 100644 (file)
@@ -2,13 +2,15 @@
 <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.bgpcep</groupId>
-    <artifactId>bgpcep-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <groupId>org.opendaylight.odlparent</groupId>
+    <artifactId>odlparent-lite</artifactId>
+    <version>1.9.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
+  <groupId>org.opendaylight.bgpcep</groupId>
   <artifactId>features-bgpcep</artifactId>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
     <module>bmp</module>
     <module>rsvp</module>
   </modules>
+
+  <!--
+      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>