Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / sal-cluster-admin-api / pom.xml
index 6ffac3718e4f42333f9d58b48eb1dce19ccefefc..91d09682c273eaf9fe00bc3388cef5abedb032b4 100644 (file)
@@ -4,13 +4,20 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-parent</artifactId>
-    <version>1.9.2-SNAPSHOT</version>
+    <version>1.9.4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-cluster-admin-api</artifactId>
-  <version>1.9.2-SNAPSHOT</version>
+  <version>1.9.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
+  <dependencies>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>cds-access-api</artifactId>
+    </dependency>
+  </dependencies>
+
 </project>