Integrate MRI projects for Neon
[netconf.git] / features / restconf / pom.xml
index 489d0fc63b4eae36db0ef30490075c312d503c2c..1f8b9e31734b9f6c5a8f08dbae56e2b2aa6a6f39 100644 (file)
@@ -6,26 +6,29 @@
  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>4.0.2</version>
         <relativePath/>
     </parent>
     <artifactId>features-restconf-aggregator</artifactId>
     <groupId>org.opendaylight.netconf</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.9.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</module>
+        <module>odl-restconf-nb-rfc8040-all</module>
     </modules>
 
     <scm>