Release netconf
[netconf.git] / karaf-static / pom.xml
index 3953862e6b9c2b3bf23ce503b0bc13bcd2acd798..793c2f829386962dbfaaf61fe92a3116b4c60153 100644 (file)
@@ -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>4.0.0-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>