Features updated (odl-mdsal-common) 13/14013/2
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Fri, 9 Jan 2015 08:43:25 +0000 (09:43 +0100)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Fri, 9 Jan 2015 09:38:54 +0000 (10:38 +0100)
 - 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 <michal.polkorab@pantheon.sk>
features/pom.xml
features/src/main/resources/features.xml
pom.xml

index 095f12b9f2d8c2efa9a9b0d507d501b9f90b7e45..4308571fb22b695bab5abc8ffe9a80e145178dd9 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-mdsal</artifactId>
+      <version>${mdsal.version}</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
 
     <!-- bundle dependencies -->
     <dependency>
index 87d05699e24f6c1f73c9cbeabdff2319d372792e..315fd338ca738c441a8a740eedf27af1751fe4e1 100644 (file)
@@ -5,6 +5,7 @@
    xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
     <repository>mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.controller/features-config/${config.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features</repository>
     <feature name='odl-openflowjava-all' description="OpenDaylight :: Openflow Java :: All">
         <feature version='${project.version}'>odl-openflowjava-protocol</feature>
     </feature>
@@ -13,7 +14,7 @@
         <feature version='${yangtools.version}'>odl-yangtools-binding</feature>
         <feature version='${yangtools.version}'>odl-yangtools-models</feature>
         <feature version='${config.version}'>odl-config-api</feature>
-        <feature version='${yang.prototype.version}'>odl-mdsal-common</feature>
+        <feature version='${mdsal.version}'>odl-mdsal-common</feature>
         <bundle>mvn:io.netty/netty-buffer/${netty.version}</bundle>
         <bundle>mvn:io.netty/netty-common/${netty.version}</bundle>
         <bundle>mvn:io.netty/netty-transport/${netty.version}</bundle>
diff --git a/pom.xml b/pom.xml
index 67148ce6b609735784b50fda4ee55f12e63bda7a..f8d695db6e42dd9f16712a4467f478635284f350 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,7 @@
         <releaseplugin.version>2.3.2</releaseplugin.version>
         <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
         <yangtools.generator.version>0.7.0-SNAPSHOT</yangtools.generator.version>
+        <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
        <config.version>0.3.0-SNAPSHOT</config.version>
 
         <!-- Sonar config -->