Release netconf
[netconf.git] / karaf-static / pom.xml
index 7dfabb2e6624d3e4f0e8b87bb61f049bb2a668cf..793c2f829386962dbfaaf61fe92a3116b4c60153 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>karaf-dist-static</artifactId>
-        <version>9.0.2</version>
+        <version>11.0.0</version>
         <relativePath/>
     </parent>
 
@@ -19,7 +19,7 @@
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>netconf-karaf-static</artifactId>
     <description>Apache Karaf static distribution with integrated NETCONF and RESTCONF</description>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>4.0.0</version>
     <packaging>karaf-assembly</packaging>
 
     <properties>
@@ -49,7 +49,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
-            <artifactId>odl-restconf-nb-rfc8040</artifactId>
+            <artifactId>odl-restconf-nb</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
@@ -66,7 +66,7 @@
                     </startupFeatures>
                     <bootFeatures combine.children="append">
                         <feature>odl-netconf-connector-all</feature>
-                        <feature>odl-restconf-nb-rfc8040</feature>
+                        <feature>odl-restconf-nb</feature>
                     </bootFeatures>
                 </configuration>
             </plugin>