From 3378b384d6710b68061ad935fca1a2bb30b36d41 Mon Sep 17 00:00:00 2001 From: yair Date: Mon, 25 Jul 2016 16:52:48 +0300 Subject: [PATCH] Add infrautils features Change-Id: I0d03e275fe075459b6ca30eace38416276c8d7d4 Signed-off-by: yair --- features-index/pom.xml | 7 +++++++ features-index/src/main/resources/features.xml | 1 + pom.xml | 1 + 3 files changed, 9 insertions(+) diff --git a/features-index/pom.xml b/features-index/pom.xml index cf4d6556..20d9ada6 100644 --- a/features-index/pom.xml +++ b/features-index/pom.xml @@ -206,6 +206,13 @@ features xml + + org.opendaylight.infrautils + infrautils-features + ${feature.infrautils.version} + features + xml + org.opendaylight.iotdm onem2m-features diff --git a/features-index/src/main/resources/features.xml b/features-index/src/main/resources/features.xml index 20f8c3c9..087ea451 100644 --- a/features-index/src/main/resources/features.xml +++ b/features-index/src/main/resources/features.xml @@ -57,6 +57,7 @@ mvn:org.opendaylight.faas/features-faas/${feature.faas.version}/xml/features mvn:org.opendaylight.genius/genius-features/${feature.genius.version}/xml/features mvn:org.opendaylight.groupbasedpolicy/features-groupbasedpolicy/${feature.groupbasedpolicy.version}/xml/features + mvn:org.opendaylight.infrautils/infrautils-features/${feature.infrautils.version}/xml/features mvn:org.opendaylight.integration/features-distribution/${project.version}/xml/features mvn:org.opendaylight.iotdm/onem2m-features/${feature.iotdm.version}/xml/features mvn:org.opendaylight.l2switch/features-l2switch/${feature.l2switch.version}/xml/features diff --git a/pom.xml b/pom.xml index 05cdd9b2..360f3f45 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ 1.4.0-SNAPSHOT 0.1.0-SNAPSHOT 0.4.0-SNAPSHOT + 1.0.0-SNAPSHOT 0.2.0-SNAPSHOT 0.4.0-SNAPSHOT 1.2.0-SNAPSHOT -- 2.36.6