Add missing copyrights
[bgpcep.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a58ac8d90690438f5e6430610f013eca24a1d227..b33fda85fa0994fe7077ae86d3ee3bc86f8691fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.8.0-Carbon</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-aggregator</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.10.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>bgpcep</name> <!-- Used by Sonar to set project name -->
     <description>BGPCEP top-level aggregator</description>
@@ -39,8 +39,9 @@
 
         <!-- Utility parents -->
         <module>binding-parent</module>
-        <module>bundle-parent</module>
-        <module>config-parent</module>
+        <module>testtool-parent</module>
+        <module>single-feature-parent</module>
+        <module>feature-repo-parent</module>
 
         <!-- Common infra -->
         <module>concepts</module>
 
         <!-- Subsystems -->
         <module>bgp</module>
+        <module>bmp</module>
         <module>pcep</module>
         <module>programming</module>
         <module>rsvp</module>
         <module>topology</module>
-
-        <!-- Integration tests -->
-        <module>integration-tests</module>
+        <module>config-loader</module>
 
         <!--Test tools -->
         <module>data-change-counter</module>
         <module>testtool-util</module>
-        <module>data-change-counter-controller-config</module>
 
+        <!-- Minimal complete distribution -->
         <module>distribution-karaf</module>
-        <module>dependency-version-management</module>
-
     </modules>
 
     <build>
@@ -95,7 +93,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>${maven.info.reports.version}</version>
                 <reportSets>
                     <reportSet>
                         <reports>
       </build>
     </profile>
   </profiles>
-
-  <!--
-      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}/</url>
-
-  <distributionManagement>
-    <site>
-      <id>opendaylight-site</id>
-      <url>${nexus.site.url}/</url>
-    </site>
-  </distributionManagement>
 </project>