Bump versions by x.(y+1).z
[openflowplugin.git] / extension / openflowplugin-extension-eric / pom.xml
index 89ff22a2f794f3a8bc56db8af413d43f093a6258..a80b41c83293fd0a9e04619b8bd908d160cd1245 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.17.0-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
 
@@ -35,7 +35,7 @@
             <artifactId>model-flow-statistics</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.controller.model</groupId>
+            <groupId>${project.groupId}.model</groupId>
             <artifactId>model-inventory</artifactId>
         </dependency>
         <!-- OpenFlowJava-API models -->
@@ -46,7 +46,7 @@
         <!-- Test dependencies -->
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>