Migrate test-common user of deprecated methods
[openflowplugin.git] / openflowjava / pom.xml
index 2dca3b773486d0b27447f90c5ac760f009bc4fb5..c1f6367ff88c9738e00ae0dce0f5e9ddd7a49580 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.12.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>