Bump odlparent/yangtools/mdsal
[controller.git] / features / config-netty / odl-config-netty / src / main / feature / feature.xml
index 84b37487fe6c0274a9f70c7c181f5abe74873100..cebeab5dbe53d4534022b13c82754fe5eccd69fa 100644 (file)
@@ -1,15 +1,13 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <!--
- Copyright © 2016, 2017 Red Hat, Inc. and others.
+ Copyright © 2018 Red Hat, Inc. 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 name="odl-config-persister-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
-    <feature name="odl-config-netty" version="${project.version}">
-        <configfile finalname="${config.configfile.directory}/${config.netty.configfile}">
-            mvn:org.opendaylight.controller/config-netty-config/${project.version}/xml/config
-        </configfile>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-config-netty">
+    <feature name="odl-config-netty">
+        <feature version="[7,8)">odl-netty-4</feature>
     </feature>
 </features>