Merge "Bug-731: fixed segment-routing sonar issues."
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 47af3b85ec0f3bcc925bd5ab99479d66b57cf44f..4099e8b8bd875446f543a4b3d90ec00543004521 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,14 @@
 <?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">
+<!--
+ 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>
@@ -13,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.3.1-SNAPSHOT</version>
         <relativePath>commons/parent</relativePath>
     </parent>
 
@@ -25,7 +32,6 @@
     <modules>
         <!-- Common infra -->
         <module>concepts</module>
-        <module>framework</module>
         <module>util</module>
 
         <!-- Subsystems -->
@@ -34,6 +40,7 @@
         <module>programming</module>
         <module>rsvp</module>
         <module>topology</module>
+        <module>tcp-md5</module>
 
         <!-- Integration tests -->
         <module>integration-tests</module>