Bump versions to 4.0.3-SNAPSHOT
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / pom.xml
index 86b37681afac1b6546dfa43952310371ceb856f3..3e81d045b2fc2acfb93f6f447e98d2129ede4733 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>3.0.2-SNAPSHOT</version>
+    <version>4.0.3-SNAPSHOT</version>
     <relativePath>../../parent</relativePath>
   </parent>
 
@@ -14,7 +14,7 @@
 
   <dependencies>
     <dependency>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.opendaylight.controller.samples</groupId>
       <artifactId>sample-toaster</artifactId>
     </dependency>
     <dependency>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal</groupId>
-      <artifactId>mdsal-binding-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.osgi</groupId>
-      <artifactId>org.osgi.core</artifactId>
+      <artifactId>yang-binding</artifactId>
     </dependency>
   </dependencies>