Incrementing versions by 0.1.0 for post-helium master branch
[openflowplugin.git] / features / pom.xml
index 7615003c7a65a695f0796db07b051782ee1aaaa2..482fa36885d6c62f90b10ab26121776feaa9c9e3 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-parent</artifactId>
-    <version>0.0.3-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>features-openflowplugin</artifactId>
@@ -13,8 +13,8 @@
 
   <properties>
     <features.file>features.xml</features.file>
-    <karaf.empty.distro.version>1.4.2-SNAPSHOT</karaf.empty.distro.version>
-    <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
+    <karaf.empty.distro.version>1.5.0-SNAPSHOT</karaf.empty.distro.version>
+    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
   </properties>
 
   <dependencies>
       <classifier>features</classifier>
       <type>xml</type>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.dlux</groupId>
-      <artifactId>features-dlux</artifactId>
-      <version>${dlux.version}</version>
-      <classifier>features</classifier>
-      <type>xml</type>
-    </dependency>
+    <!-- TODO: temporary disabled during release process in order to avoid circular dependency to dlux -->
+    <!-- <dependency> -->
+    <!--   <groupId>org.opendaylight.dlux</groupId> -->
+    <!--   <artifactId>features-dlux</artifactId> -->
+    <!--   <version>${dlux.version}</version> -->
+    <!--   <classifier>features</classifier> -->
+    <!--   <type>xml</type> -->
+    <!-- </dependency> -->
 
     <!-- bundle dependencies -->
     <dependency>