Bump versions by x.y.(z+1)
[netconf.git] / features / restconf / pom.xml
index c0e92bb719b252b611cf832ecce06a92e29d8b0a..1ae3bc1c130773a443dfb24c4cd1684fd7d5495b 100644 (file)
@@ -6,27 +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>1.9.0</version>
+        <version>3.1.7</version>
         <relativePath/>
     </parent>
     <artifactId>features-restconf-aggregator</artifactId>
     <groupId>org.opendaylight.netconf</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.8.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
         <module>features-restconf</module>
-        <module>features4-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>