BUG-731: reduced complexity
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d8ffdabcecc13de24f74dd461cde2b4e7591bebb..fa466ff128f6edf07a454968ca5a1117d8fa42b0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,9 +1,16 @@
 <?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">
-    <modelVersion>4.0.0</modelVersion>
+<!--
+ 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>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>commons.parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>commons/parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>releasepom</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <name>BGPCEP release</name>
+    <description>BGPCEP top-level pom</description>
 
     <modules>
         <!-- Common infra -->
         <module>concepts</module>
-        <module>framework</module>
-        <module>mockito-configuration</module>
         <module>util</module>
 
         <!-- Subsystems -->
         <!-- Integration tests -->
         <module>integration-tests</module>
 
+        <!--Test tools -->
+        <module>data-change-counter</module>
+        <module>data-change-counter-controller-config</module>
+
         <!-- Parents -->
         <module>commons/parent</module>
+
     </modules>
 
     <build>