Use version range for odl-netty-4 55/79255/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 22:34:29 +0000 (23:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 22:34:29 +0000 (23:34 +0100)
odlparent features should use ranges, do precisely that.

Change-Id: I4a60dbde4edb2441eb9c0167720bdf7b88bf6831
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/bgpcep-extras/odl-bgpcep-extras-dependencies/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/features/bgpcep-extras/odl-bgpcep-extras-dependencies/src/main/feature/feature.xml b/features/bgpcep-extras/odl-bgpcep-extras-dependencies/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..3566275
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+  ~
+  ~ 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-bgpcep-${project.version}">
+    <feature name="odl-bgpcep-extras-dependencies" version="${project.version}">
+        <feature version="[4,5)">odl-netty-4</feature>
+    </feature>
+</features>