Bump odlparent to 3.1.1
[yangtools.git] / common / pom.xml
index 10db456f550fc8863b5a6684b0067be6aa00ec6b..92fbe4b469e7051fb6f9f83513077a6d6b23b35d 100644 (file)
 <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.yangtools</groupId>
-        <artifactId>yangtools</artifactId>
-        <version>0.6.2-SNAPSHOT</version>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>3.1.1</version>
+      <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>common-parent</artifactId>
+    <groupId>org.opendaylight.yangtools</groupId>
+    <artifactId>common-aggregator</artifactId>
+    <version>2.0.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
+        <module>artifacts</module>
+        <module>checkstyle-logging</module>
         <module>concepts</module>
         <module>mockito-configuration</module>
+        <module>object-cache-api</module>
+        <module>object-cache-guava</module>
+        <module>object-cache-noop</module>
+        <module>util</module>
+        <module>testutils</module>
     </modules>
 
 </project>