Update from 0.16 to 0.17 snapshot and it fails
diff --git a/examples/tycho/license-feature-example/pom.xml b/examples/tycho/license-feature-example/pom.xml
index 8f0c212..2d3f5cc 100644
--- a/examples/tycho/license-feature-example/pom.xml
+++ b/examples/tycho/license-feature-example/pom.xml
@@ -22,8 +22,8 @@
   <packaging>pom</packaging>
 
   <properties>
-    <tycho.version>0.16.0</tycho.version>
-    <tycho-extras.version>0.16.0</tycho-extras.version>
+    <tycho.version>0.17.0-SNAPSHOT</tycho.version>
+    <tycho-extras.version>0.17.0-SNAPSHOT</tycho-extras.version>
 
     <eclipse-repo.url>http://download.eclipse.org/eclipse/updates/4.2</eclipse-repo.url>
     <tycho-repo.url>https://oss.sonatype.org/content/groups/public/</tycho-repo.url>