Bug 5101: Status deprecated must not be propagated via uses statement
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e53e27146f3e6697a52fad57aaa73e2abf3d693b..4082b410ca68b0e10b9899f195b1cc411bd857de 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
     <parent>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yangtools-parent</artifactId>
-      <version>0.7.0-SNAPSHOT</version>
+      <version>0.8.0-SNAPSHOT</version>
       <relativePath>common/parent</relativePath>
     </parent>
 
     </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>
@@ -58,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>