Create a parent pom for md-sal sub-projects
[controller.git] / opendaylight / md-sal / samples / toaster / pom.xml
index 2851c1168c0fbe1900dda657190c415d3e9b6661..001148defd70231c911b114cf24d21d9bed5c57a 100644 (file)
@@ -3,14 +3,14 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.opendaylight.mdsal</groupId>
-    <artifactId>binding-parent</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <relativePath/>
+    <groupId>org.opendaylight.controller</groupId>
+    <artifactId>mdsal-parent</artifactId>
+    <version>1.8.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
-  <groupId>org.opendaylight.controller</groupId>
-  <version>1.5.0-SNAPSHOT</version>
+  <groupId>org.opendaylight.controller.samples</groupId>
+  <version>1.8.0-SNAPSHOT</version>
   <artifactId>sample-toaster</artifactId>
   <packaging>bundle</packaging>