Bumping versions by 0.0.1 after the Lithium SR1 release
[yangtools.git] / yang / pom.xml
index 5ed681efabbe66441c2d22cb4ba917a243c0a6a7..0f1dd5b905e4936632d4aefade4781cbad7e477e 100644 (file)
@@ -9,8 +9,13 @@
 -->
 <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">
 
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
+    <parent>
+      <groupId>org.opendaylight.yangtools</groupId>
+      <artifactId>yangtools-parent</artifactId>
+      <version>0.7.2-SNAPSHOT</version>
+      <relativePath>../common/parent</relativePath>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yang-aggregator</artifactId>
     <packaging>pom</packaging>
@@ -22,6 +27,7 @@
         <module>yang-data-util</module>
         <module>yang-data-impl</module>
         <module>yang-data-operations</module>
+        <module>yang-data-codec-gson</module>
         <module>yang-model-api</module>
         <module>yang-maven-plugin</module>
         <module>yang-maven-plugin-it</module>
         <module>yang-model-util</module>
         <module>yang-parser-api</module>
         <module>yang-parser-impl</module>
-        <module>yang-data-json</module>
+        <module>yang-model-export</module>
     </modules>
+    <build>
+        <plugins>
+           <plugin>
+             <groupId>org.apache.maven.plugins</groupId>
+             <artifactId>maven-checkstyle-plugin</artifactId>
+           </plugin>
+        </plugins>
+    </build>
 </project>