Bump versions by x.y.(z+1)
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index c38e6f2c10ec8ef0eb3acddb825cb3228e26db72..9979e42847be3b738af8a2bc33faa98d5c47ff46 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.7.1-SNAPSHOT</version>
+    <version>0.7.4-SNAPSHOT</version>
     <relativePath>../../config/config-parent</relativePath>
   </parent>
 
   <artifactId>sal-distributed-datastore</artifactId>
-  <version>1.6.1-SNAPSHOT</version>
+  <version>1.6.4-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
       <scope>test</scope>
     </dependency>
 
-    <!-- Codahale -->
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>io.dropwizard.metrics</groupId>
-      <artifactId>metrics-graphite</artifactId>
-    </dependency>
-
     <!-- Google -->
     <dependency>
       <groupId>com.google.guava</groupId>