Version bump for master after cutting of stable/lithium branch
[openflowplugin.git] / features / pom.xml
index d5f0d12ed14c1cbe52a61410e3d1c7c95619bd13..7491913057f402e0356aa4ee8a2d548906ea018e 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
     <artifactId>features-openflowplugin</artifactId>
     <packaging>jar</packaging>
 
     <properties>
-        <karaf.empty.distro.version>1.5.0-SNAPSHOT</karaf.empty.distro.version>
+        <karaf.empty.distro.version>1.6.0-SNAPSHOT</karaf.empty.distro.version>
         <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>
         <config.statistics.manager.configfile>30-statistics-manager.xml</config.statistics.manager.configfile>
-        <controller.model.version>1.2.0-SNAPSHOT</controller.model.version>
+        <controller.model.version>1.3.0-SNAPSHOT</controller.model.version>
     </properties>
 
     <dependencies>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>drop-test-karaf</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>drop-test-karaf</artifactId>
+            <classifier>config</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.openflowplugin</groupId>
             <artifactId>test-common</artifactId>
             <artifactId>liblldp</artifactId>
             <version>${sal.api.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.openflowplugin</groupId>
+            <artifactId>openflowplugin-common</artifactId>
+        </dependency>
 
         <!-- test the features.xml -->
         <dependency>