Fixed NPE in BGPPeer.
[bgpcep.git] / bgp / pom.xml
index 2c3856df2c95454b071a4358cde120094a159bf3..2b616d96fbec8e3307c1f6e58ea9e9c1f27c5fcc 100644 (file)
@@ -1,32 +1,51 @@
 <?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">
+<!-- vi: set et smarttab sw=4 tabstop=4: -->
+<!--
+ Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.
 
-       <parent>
-               <groupId>org.opendaylight.protocol</groupId>
-               <artifactId>protocol-parent</artifactId>
-               <version>0.1</version>
-       </parent>
-       <prerequisites>
-               <maven>3.0.4</maven>
-       </prerequisites>
+ 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
+-->
 
-       <modelVersion>4.0.0</modelVersion>
-       <artifactId>bgp-parent</artifactId>
-       <description>BGP-related components</description>
-       <packaging>pom</packaging>
-       <version>1.0</version>
-       <name>${project.artifactId}</name>
-       
-       <modules>
-               <module>concepts</module>
-               <module>linkstate</module>
+<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.4.0-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>parser-api</module>
+        <module>parser-spi</module>
         <module>parser-impl</module>
         <module>parser-mock</module>
         <module>rib-api</module>
+        <module>rib-spi</module>
         <module>rib-impl</module>
-        <module>testtool</module>
         <module>rib-mock</module>
+        <module>testtool</module>
+        <module>topology-provider</module>
         <module>util</module>
+
+        <module>controller-config</module>
     </modules>
 </project>