Bump versions to 5.0.0-SNAPSHOT
[controller.git] / opendaylight / md-sal / cds-access-client / pom.xml
index 0195da471019ea9be349e6ca392ca07b7eb536f4..c59fa9e8381cfb0867bd49ffcee509a9cf0e75b6 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>mdsal-parent</artifactId>
-        <version>3.0.5-SNAPSHOT</version>
+        <version>5.0.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-api</artifactId>
         </dependency>
+        <dependency>
+          <groupId>org.opendaylight.controller</groupId>
+          <artifactId>sal-clustering-commons</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>org.mockito</groupId>