Migrate netconf-nb to JUnit5
[netconf.git] / apps / pom.xml
index b818add360e962c1dc7724f54178eff9e6026976..ea39c8b136108e445fc84f5db2754ce1428fd0ee 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>12.0.3</version>
+        <version>13.0.7</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>apps</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>7.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
 
@@ -34,5 +34,7 @@
         <module>netconf-topology-singleton</module>
         <module>callhome-provider</module>
         <module>netconf-console</module>
+        <module>netconf-nb</module>
+        <module>yanglib-mdsal-writer</module>
     </modules>
 </project>