Release Carbon
[controller.git] / opendaylight / md-sal / sal-cluster-admin-impl / pom.xml
index 2049629097b1d0168ee1ceef523db6fd3851a590..5614d301d9058bc8c288aa272e6ff7a46c5dc49d 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.2-Carbon</version>
     <relativePath>../../config/config-parent</relativePath>
   </parent>
 
   <artifactId>sal-cluster-admin-impl</artifactId>
-  <version>1.5.0-SNAPSHOT</version>
+  <version>1.5.2-Carbon</version>
   <packaging>bundle</packaging>
 
   <dependencies>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal-distributed-datastore</artifactId>
       <type>test-jar</type>
-      <version>1.5.0-SNAPSHOT</version>
+      <version>1.5.2-Carbon</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>yang-test-util</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller.samples</groupId>
+      <artifactId>clustering-it-model</artifactId>
+      <version>1.5.2-Carbon</version>
+      <scope>test</scope>
+    </dependency>
 
     <!-- Akka -->
     <dependency>