Bump versions by x.y.(z+1)
[bgpcep.git] / bgp / pom.xml
index 2ea9fada9b2eb21dd774df4dbfbd8013471dd941..03d98a5c46beea191804215ec1148831643016fa 100644 (file)
@@ -1,42 +1,80 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: --><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">
-
-       <parent>
-               <groupId>org.opendaylight.bgpcep</groupId>
-               <artifactId>protocol-parent</artifactId>
-               <version>0.3.0-SNAPSHOT</version>
-       </parent>
-       <prerequisites>
-               <maven>3.0.4</maven>
-       </prerequisites>
-
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>bgp-parent</artifactId>
-       <description>BGP-related components</description>
-       <packaging>pom</packaging>
-       <name>${project.artifactId}</name>
-       
-       <modules>
-               <module>concepts</module>
-               <module>linkstate</module>
-               <module>linkstate-config</module>
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+-->
+
+<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>
+    <scm>
+        <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
+        <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
+        <url>https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main</url>
+        <tag>HEAD</tag>
+    </scm>
+    <parent>
+        <groupId>org.opendaylight.bgpcep</groupId>
+        <artifactId>bgpcep-parent</artifactId>
+        <version>0.6.5-SNAPSHOT</version>
+        <relativePath>../parent</relativePath>
+    </parent>
+
+    <artifactId>bgp-parent</artifactId>
+    <description>BGP-related components</description>
+    <packaging>pom</packaging>
+    <name>${project.artifactId}</name>
+
+    <modules>
+        <module>concepts</module>
+        <module>inet</module>
+        <module>linkstate</module>
+        <module>flowspec</module>
+        <module>l3vpn</module>
+        <module>labeled-unicast</module>
         <module>parser-api</module>
         <module>parser-spi</module>
-        <module>parser-spi-config</module>
         <module>parser-impl</module>
         <module>parser-mock</module>
         <module>rib-api</module>
-        <module>rib-api-config</module>
         <module>rib-spi</module>
-        <module>rib-spi-config</module>
         <module>rib-impl</module>
-        <module>rib-impl-config</module>
-        <module>testtool</module>
         <module>rib-mock</module>
+        <module>testtool</module>
         <module>topology-provider</module>
-        <module>topology-provider-config</module>
         <module>util</module>
-        <module>update-api-config</module>
-        <module>update-mock-config</module>
-       </modules>
+        <module>bmp-api</module>
+        <module>bmp-spi</module>
+        <module>bmp-impl</module>
+        <module>bmp-mock</module>
+        <module>bmp-parser-impl</module>
+        <module>controller-config</module>
+        <module>openconfig-api</module>
+        <module>openconfig-spi</module>
+        <module>openconfig-impl</module>
+        <module>path-selection-mode</module>
+        <module>benchmark-app</module>
+        <module>evpn</module>
+        <module>cli</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>