Replace dlux with dluxapps features 64/49364/3
authorDaniel Malachovsky <dmalacho@cisco.com>
Wed, 14 Dec 2016 15:34:17 +0000 (16:34 +0100)
committerAnil Vishnoi <vishnoianil@gmail.com>
Wed, 1 Feb 2017 07:36:05 +0000 (23:36 -0800)
Bug 7484 - Dlux project split - patch for OVSDB project

Renaming is due to DLUX project split.
Also, replacing yangui feature with yangman, new, redesigned and restyled
application.

Change-Id: Ife40e4279a0875adf328fb214f9f6a5003dba12d
Signed-off-by: Daniel Malachovsky <dmalacho@cisco.com>
hwvtepsouthbound/hwvtepsouthbound-features/pom.xml
hwvtepsouthbound/hwvtepsouthbound-features/src/main/features/features.xml

index 9d5c8782d894e9770dd42ea6d07595bb1a2cefba..a6d9d0606ff61a73570ae9da48c19248997c423e 100644 (file)
@@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
     <restconf.version>1.5.0-SNAPSHOT</restconf.version>
     <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
     <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
   </properties>
@@ -81,10 +81,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>features-dlux</artifactId>
+      <groupId>org.opendaylight.dluxapps</groupId>
+      <artifactId>features-dluxapps</artifactId>
       <classifier>features</classifier>
-      <version>${dlux.version}</version>
+      <version>${dluxapps.version}</version>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
index 53b2273d333cbee33aced059b95159e380c0d84c..db4c91245bfb2042954d75ab6c2e0ec42615e060 100644 (file)
@@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.controller/features-mdsal/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.netconf/features-restconf/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/{{VERSION}}/xml/features</repository>
-  <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
+  <repository>mvn:org.opendaylight.dluxapps/features-dluxapps/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.ovsdb/library-features/{{VERSION}}/xml/features</repository>
   <feature name='odl-ovsdb-hwvtepsouthbound-api' version='${project.version}' description='OpenDaylight :: hwvtepsouthbound :: api'>
     <feature version='${mdsal.model.version}'>odl-mdsal-models</feature>
@@ -38,7 +38,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <feature name='odl-ovsdb-hwvtepsouthbound-ui' version='${project.version}' description='OpenDaylight :: hwvtepsouthbound :: UI'>
     <feature version="${project.version}">odl-ovsdb-hwvtepsouthbound-rest</feature>
     <feature version="${controller.mdsal.version}">odl-mdsal-apidocs</feature>
-    <feature version="${dlux.version}">odl-dlux-yangui</feature>
+    <feature version="${dluxapps.version}">odl-dluxapps-yangman</feature>
   </feature>
   <feature name='odl-ovsdb-hwvtepsouthbound-test' version='${project.version}' description='OpenDaylight :: hwvtepsouthbound :: test'>
     <feature version="${project.version}">odl-ovsdb-hwvtepsouthbound</feature>