Bump versions to 2.1.3-SNAPSHOT
[yangtools.git] / common / pom.xml
index 8c0bf84b1bcfeb4183fc1474e8ef45feff2b9d0d..b7cfa51697d5d762f5c2593654dfa03b334dc09d 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-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
-      <relativePath>parent</relativePath>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odlparent-lite</artifactId>
+      <version>4.0.2</version>
+      <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
+    <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>common-aggregator</artifactId>
+    <version>2.1.3-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>