Remove MockReplicatedLogEntry
[controller.git] / features / config-netty / pom.xml
index 5d41e855b97855cccc85f75ba915e9f3744191a1..9497487be74d19605acc03e32790a4af19439245 100644 (file)
@@ -4,17 +4,17 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>features-config-netty</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <properties>
-    <config.version>0.5.0-SNAPSHOT</config.version>
+    <config.version>0.6.0-SNAPSHOT</config.version>
     <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
     <config.netty.configfile>00-netty.xml</config.netty.configfile>
   </properties>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>config-netty-config</artifactId>
-      <!--
-        note, the reason the type and classifier
-        are here instead of in opendaylight/commons/opendaylight/pom.xml
-        is because they are used as jars in distribution.
-      -->
       <version>${config.version}</version>
       <type>xml</type>
       <classifier>config</classifier>