Bump upstreams
[netconf.git] / features / netconf / odl-netconf-api / src / main / feature / feature.xml
index 332ef135ae683f1b5afd3a9e3a548f9751d02e7f..fc18f6bfebcbe9d4b9cc6639557e165a074e1dea 100644 (file)
@@ -1,6 +1,16 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netconf-api">
-    <feature name="odl-netconf-api">
-        <feature version="[2.0.1,3)">odl-yangtools-data-api</feature>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright © 2018 Pantheon Technologies, s.r.o. and others.
+  ~
+  ~ This program and the accompanying materials are made available under the
+  ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+  ~ and is available at http://www.eclipse.org/legal/epl-v10.html
+  -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-netconf-${project.version}">
+    <feature name="odl-netconf-api" version="${project.version}">
+        <feature version="[12,13)">odl-netty-4</feature>
+        <feature version="[10,11)">odl-yangtools-parser-api</feature>
+        <feature version="[11,12)">odl-mdsal-model-rfc8525</feature>
+        <feature version="[11,12)">odl-mdsal-model-rfc8342</feature>
     </feature>
 </features>