Bug 3899: Milestone: Increase test coverage for Yangtools
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a0e081e02b2165653c26a3288670ee2e6f552229..4082b410ca68b0e10b9899f195b1cc411bd857de 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.6.2-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <relativePath>common/parent</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>yangtools-aggregator</artifactId>
-    <groupId>org.opendaylight.yangtools</groupId>
-    <version>0.6.2-SNAPSHOT</version>
+    <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
     <scm>
     </scm>
 
     <modules>
-        <module>code-generator</module>
         <module>common</module>
-        <module>integration-test</module>
-        <module>model</module>
-        <module>restconf</module>
-        <module>websocket</module>
         <module>yang</module>
-      <!-- module>third-party</module -->
+        <module>websocket</module>
+        <module>yang-validation-tool</module>
     </modules>
 
     <profiles>
@@ -59,7 +54,6 @@
                 <plugin>
                  <groupId>org.apache.maven.plugins</groupId>
                  <artifactId>maven-checkstyle-plugin</artifactId>
-                 <version>2.12</version>
                  <configuration>
                    <failOnViolation>false</failOnViolation>
                    <configLocation>checkstyle-logging.xml</configLocation>