Bump odlparent to 4.0.10
[netconf.git] / features / restconf / odl-restconf / pom.xml
index 0dfd0badb2745905d6fc401e511faaa510bebf90..a8b23a5cf40c06bb811f1f3286c819ca3bfd97b0 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>3.1.3</version>
+        <version>4.0.10</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>odl-restconf</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name>OpenDaylight :: Restconf</name>
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-restconf-base</artifactId>
+            <artifactId>odl-restconf-nb-bierman02</artifactId>
             <version>${project.version}</version>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>restconf-nb-bierman02-auth</artifactId>
+            <artifactId>odl-restconf-nb-rfc8040</artifactId>
             <version>${project.version}</version>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
     </dependencies>
 </project>