Bump odlparent to 3.0.0-SNAPSHOT and fix breakages
[yangtools.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a3ec98f32c6e859b8d84e09d1cbdf13a689d9912..eb839e325c4e0e727696e69f7ec22eccb8648988 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>2.0.4</version>
+      <version>3.0.0-SNAPSHOT</version>
       <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yangtools-aggregator</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
     <name>yangtools</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -34,7 +34,6 @@
     <modules>
         <module>common</module>
         <module>features</module>
-        <module>websocket</module>
         <module>yang</module>
         <module>yang-validation-tool</module>
         <module>third-party</module>