Bump MRI upstreams
[openflowplugin.git] / features-aggregator / odl-openflowplugin-flow-services-rest / pom.xml
index e9e132f58f9c80e6f385db7cb68a1f1ef63ead23..532ce6dfaa4c8e008ab8e236d3d993858b1345a9 100644 (file)
@@ -4,28 +4,24 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>4.0.9</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>odl-openflowplugin-flow-services-rest</artifactId>
     <packaging>feature</packaging>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
 
     <name>OpenDaylight :: Openflow Plugin :: Flow Services :: REST</name>
 
-    <properties>
-        <restconf.version>1.9.0-SNAPSHOT</restconf.version>
-    </properties>
-
     <dependencyManagement>
         <dependencies>
             <!-- restconf -->
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
-                <artifactId>restconf-artifacts</artifactId>
-                <version>${restconf.version}</version>
+                <artifactId>netconf-artifacts</artifactId>
+                <version>3.0.0</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
@@ -44,7 +40,6 @@
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-restconf</artifactId>
-            <version>${restconf.version}</version>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>