Bump versions to 2.0.4-SNAPSHOT
[controller.git] / opendaylight / md-sal / samples / clustering-test-app / provider / pom.xml
index 11f81e7e21ee4ef73c49d3dbeba0a38bd2af7f84..f84cd3f0d9e2edcd1c24a6dbe8da5283d91ce1aa 100644 (file)
@@ -4,13 +4,12 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>1.12.0-SNAPSHOT</version>
+        <version>2.0.4-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.controller.samples</groupId>
     <artifactId>clustering-it-provider</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
             <artifactId>clustering-it-model</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-binding-api</artifactId>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-api</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>sal-common-api</artifactId>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-common-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>