From 3a71d1a912829b14bb474c5e4ab8afdf6f206e4b Mon Sep 17 00:00:00 2001 From: Michal Polkorab Date: Fri, 9 Jan 2015 09:43:25 +0100 Subject: [PATCH] Features updated (odl-mdsal-common) - features.xml updated with mdsal repository as odl-mdsal-common feature had been moved to new location - added dependency into features-openflowjava pom.xml (new odl-mdsal-common feature location) - introduced new property (mdsal.version)in parent pom.xml Change-Id: I9854b88b6db970f0446fe5bb57057568ee118ce1 Signed-off-by: Michal Polkorab --- features/pom.xml | 7 +++++++ features/src/main/resources/features.xml | 3 ++- pom.xml | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/features/pom.xml b/features/pom.xml index 095f12b9..4308571f 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -31,6 +31,13 @@ features xml + + org.opendaylight.controller + features-mdsal + ${mdsal.version} + features + xml + diff --git a/features/src/main/resources/features.xml b/features/src/main/resources/features.xml index 87d05699..315fd338 100644 --- a/features/src/main/resources/features.xml +++ b/features/src/main/resources/features.xml @@ -5,6 +5,7 @@ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features mvn:org.opendaylight.controller/features-config/${config.version}/xml/features + mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features odl-openflowjava-protocol @@ -13,7 +14,7 @@ odl-yangtools-binding odl-yangtools-models odl-config-api - odl-mdsal-common + odl-mdsal-common mvn:io.netty/netty-buffer/${netty.version} mvn:io.netty/netty-common/${netty.version} mvn:io.netty/netty-transport/${netty.version} diff --git a/pom.xml b/pom.xml index 67148ce6..f8d695db 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 2.3.2 0.7.0-SNAPSHOT 0.7.0-SNAPSHOT + 1.2.0-SNAPSHOT 0.3.0-SNAPSHOT -- 2.36.6