Bump yangtools to 2.0.9
[netconf.git] / features / restconf / pom.xml
index 876f465a5e911c75007bf0df36331e285eefb8c6..2082ec21ef616fc8d8677277e0030fd0c95ff218 100644 (file)
@@ -6,27 +6,27 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
  -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.4</version>
+        <version>3.1.3</version>
         <relativePath/>
     </parent>
     <artifactId>features-restconf-aggregator</artifactId>
     <groupId>org.opendaylight.netconf</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>features-restconf</module>
         <module>odl-mdsal-apidocs</module>
         <module>odl-restconf</module>
+        <module>odl-restconf-base</module>
         <module>odl-restconf-all</module>
+        <module>odl-restconf-common</module>
         <module>odl-restconf-noauth</module>
-        <module>odl-restconf-nb-rfc8040-noauth</module>
         <module>odl-restconf-nb-rfc8040</module>
         <module>odl-restconf-nb-rfc8040-all</module>
     </modules>