Use ByteBuf.readRetainedSlice()
[openflowplugin.git] / openflowjava / pom.xml
index 2dca3b773486d0b27447f90c5ac760f009bc4fb5..9d2a1523f3041c070c44c87df7d63c5bb238c772 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
         <module>openflowjava-util</module>
     </modules>
 
-    <properties>
-    <commons.codec.version>1.8</commons.codec.version>
-    <httpclient.version>4.5.3</httpclient.version>
-    <httpcore.version>4.4.6</httpcore.version>
-    <gson.version>2.3.1</gson.version>
-    </properties>
-
     <build>
         <plugins>
             <plugin>