Bump versions to 2.0.24-SNAPSHOT
[yangtools.git] / common / pom.xml
index d35521b691b539065310cfea031cabd7a776cdb7..745a657d8fddaf4e7813cf8c519cb5ca4cf39be4 100644 (file)
@@ -9,23 +9,29 @@
 -->
 <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">
 
+    <parent>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>3.1.9</version>
+      <relativePath/>
+    </parent>
 
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
+    <version>2.0.24-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
+        <module>artifacts</module>
         <module>checkstyle-logging</module>
         <module>concepts</module>
-        <module>features</module>
-        <module>features-test</module>
         <module>mockito-configuration</module>
         <module>object-cache-api</module>
         <module>object-cache-guava</module>
         <module>object-cache-noop</module>
-        <module>parent</module>
         <module>util</module>
+        <module>testutils</module>
     </modules>
+
 </project>