Change to binding-parent in toaster-provider pom 58/57058/4
authorTom Pantelis <tompantelis@gmail.com>
Mon, 15 May 2017 12:22:18 +0000 (08:22 -0400)
committerRobert Varga <nite@hq.sk>
Tue, 16 May 2017 23:30:45 +0000 (23:30 +0000)
It no longer uses the CSS so no need for config-parent.

Change-Id: I79c1c5693da08a5bbf14b7145fd73c51f4ef5be7
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
opendaylight/md-sal/samples/toaster-provider/pom.xml

index 85737db3153037fbeb9ee353ec3a9962a7447721..ba5d5a98759643f063cf5d999a399c89ab27831b 100644 (file)
@@ -2,10 +2,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-parent</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
-    <relativePath>../../../config/config-parent</relativePath>
+    <groupId>org.opendaylight.mdsal</groupId>
+    <artifactId>binding-parent</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
+    <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller.samples</groupId>