Bumping versions by x.y.(z+1) for next dev cycle
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 61641fe56ab7418cb5110733114a1d6066fe0310..b79886b312e8877c1b43cadff5cce6358838332f 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>1.7.4-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
       <module>common</module>
       <module>dom</module>
       <module>binding</module>
+      <module>binding2</module>
       <module>model</module>
+      <module>entityownership</module>
+      <module>singleton-service</module>
     </modules>
 
     <build>
@@ -46,7 +50,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>1.0.0-SNAPSHOT</version>
+                            <version>1.0.4-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>