Bump mdsal to use yangtools 1.2.0
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 38afb53af36338303a6b2da9cc7d107a0918e3f7..76d1393ba9f6c51ebe4908f317b2ffafc7902e3f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>1.7.0-SNAPSHOT</version>
+      <version>2.0.5</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
+    <version>2.1.0-SNAPSHOT</version>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -36,6 +37,9 @@
       <module>binding</module>
       <module>binding2</module>
       <module>model</module>
+      <module>model-binding2</module>
+      <module>entityownership</module>
+      <module>singleton-service</module>
     </modules>
 
     <build>
@@ -48,7 +52,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>1.0.0-SNAPSHOT</version>
+                            <version>1.2.0</version>
                         </dependency>
                     </dependencies>
                 </plugin>