Bump versions by x.y.(z+1)
[bgpcep.git] / pcep / auto-bandwidth-extension / pom.xml
index 8fde03373b42b6d6b3d64789f5b290271a492bdf..17c534e5e764fead90f567d7cd73b08db392f567 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>pcep-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.5-SNAPSHOT</version>
     </parent>
 
     <artifactId>pcep-auto-bandwidth-extension</artifactId>
             </plugin>
         </plugins>
     </build>
+
+  <!--
+      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>