Refactor odl-mdsal-clustering-commons
[controller.git] / features / mdsal / pom.xml
index 46e595e64fedec86581a6db3a4a88e5ff4ab846b..6de0c4cb0b54d706f28edd86587b0a0a27d8a476 100644 (file)
@@ -6,32 +6,37 @@
  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">
+<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>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.1</version>
+        <version>5.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>features-mdsal-aggregator</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
     <modules>
         <module>features-mdsal</module>
+
         <module>odl-clustering-test-app</module>
+        <module>odl-controller-mdsal-common</module>
+        <module>odl-controller-binding-api</module>
+        <module>odl-controller-dom-api</module>
+        <module>odl-mdsal-clustering-commons</module>
+
         <module>odl-mdsal-all</module>
         <module>odl-mdsal-broker</module>
         <module>odl-mdsal-broker-local</module>
         <module>odl-mdsal-clustering</module>
-        <module>odl-mdsal-clustering-commons</module>
-        <module>odl-mdsal-common</module>
         <module>odl-mdsal-distributed-datastore</module>
+        <module>odl-mdsal-model-inventory</module>
+        <module>odl-controller-model-topology</module>
         <module>odl-mdsal-remoterpc-connector</module>
         <module>odl-message-bus-collector</module>
         <module>odl-toaster</module>