Migrated versions to Neon-SR1 (0.10.1)
[unimgr.git] / features / odl-unimgr-rest / pom.xml
index 859521488e0166b16c767882331d8cfd76da3739..b6e724b0422268266d88c857e60a6ccf5744d043 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>4.0.2</version>
+    <version>4.0.10</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <restconf.version>1.9.1</restconf.version>
   </properties>
 
   <dependencies>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netconf</groupId>
+      <artifactId>odl-mdsal-apidocs</artifactId>
+      <version>${restconf.version}</version>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
   </dependencies>
   <build>
     <plugins>