Move mdsal-artifacts to toplevel
[mdsal.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 26206bc7941ff935438e2b826121d4198a7eea4c..7967b4def0cde177ebb7013694381009242214a8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>3.1.3</version>
+      <version>4.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-agreggator</artifactId>
-    <version>2.2.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
     <name>md-sal</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -31,6 +31,7 @@
     </scm>
 
     <modules>
+        <module>artifacts</module>
         <module>common</module>
         <module>dom</module>
         <module>binding</module>
@@ -51,7 +52,7 @@
                         <dependency>
                             <groupId>org.opendaylight.yangtools</groupId>
                             <artifactId>checkstyle-logging</artifactId>
-                            <version>2.0.10</version>
+                            <version>2.1.0-SNAPSHOT</version>
                         </dependency>
                     </dependencies>
                 </plugin>