Use {{VERSION}} in features and drop unneeded properties
[vpnservice.git] / mdsalutil / mdsalutil-impl / pom.xml
index 0e9aeaf77962544266bbeaa495069221a597ead4..7743f1ba003336026d13f584bd3c3256d76de264 100644 (file)
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.opendaylight.vpnservice</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
      </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>mdsalutil-impl</artifactId>
-    <version>0.2.0-SNAPSHOT</version>    
+    <version>0.3.0-SNAPSHOT</version>    
     <packaging>bundle</packaging>
 
     <dependencies>
         <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-module-junit4</artifactId>
-        <version>1.5.2</version>
         <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-api-mockito</artifactId>
-        <version>1.5.2</version>
         <scope>test</scope>
     </dependency>
     <dependency>