Fix MD-SAL feature references 85/90585/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 20:22:20 +0000 (22:22 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 20:26:28 +0000 (22:26 +0200)
References should be using ranges to allow seamless version bumps,
make sure that happens.

Change-Id: I02fca32b29f25e6b59efdc3874c6315b94119dbf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-clustering-test-app/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-controller-exp-messagebus/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-controller-model-topology/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-mdsal-model-inventory/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-toaster/src/main/feature/feature.xml [new file with mode: 0644]

diff --git a/features/odl-clustering-test-app/src/main/feature/feature.xml b/features/odl-clustering-test-app/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..e3ac08c
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, 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.2.0" name="odl-clustering-test-app-${project.version}">
+    <feature name="odl-clustering-test-app" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-model-rfc6991</feature>
+    </feature>
+</features>
diff --git a/features/odl-controller-exp-messagebus/src/main/feature/feature.xml b/features/odl-controller-exp-messagebus/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..f804c0b
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, 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.2.0" name="odl-controller-exp-messagebus-${project.version}">
+    <feature name="odl-controller-exp-messagebus" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</feature>
+    </feature>
+</features>
diff --git a/features/odl-controller-model-topology/src/main/feature/feature.xml b/features/odl-controller-model-topology/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..462ef7c
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, 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.2.0" name="odl-controller-model-topology-${project.version}">
+    <feature name="odl-controller-model-topology" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</feature>
+    </feature>
+</features>
diff --git a/features/odl-mdsal-model-inventory/src/main/feature/feature.xml b/features/odl-mdsal-model-inventory/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..d126926
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, 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.2.0" name="odl-mdsal-model-inventory-${project.version}">
+    <feature name="odl-mdsal-model-inventory" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-model-rfc6991</feature>
+    </feature>
+</features>
diff --git a/features/odl-toaster/src/main/feature/feature.xml b/features/odl-toaster/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..18ee3b2
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2020 PANTHEON.tech, 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.2.0" name="odl-toaster-${project.version}">
+    <feature name="odl-toaster" version="${project.version}">
+        <feature version="[6,7)">odl-mdsal-binding-runtime</feature>
+    </feature>
+</features>