Bump versions to 2.0.0-SNAPSHOT
[netconf.git] / netconf / pom.xml
index 98eb86b5ff0bdabf3250486f304b98e1cd826873..faa5cf8e6cb3dd04eff5ae691bcceb065608bdd7 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>7.0.1</version>
+    <version>8.1.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-subsystem</artifactId>
-  <version>1.9.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
@@ -30,6 +30,7 @@
 
   <modules>
     <module>netconf-api</module>
+    <module>netconf-dom-api</module>
     <module>netconf-config</module>
     <module>netconf-impl</module>
     <module>mdsal-netconf-ssh</module>