Build against 4.15 I-builds.

Requires fixing missing bin.includes entries as latest parent is
stricter.

Change-Id: I6252b888149fecf2c9d3bbedda800664ec0e05a5
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/features/org.eclipse.e4.tools.model.spy.feature/build.properties b/features/org.eclipse.e4.tools.model.spy.feature/build.properties
index 2cbd854..b3a611b 100644
--- a/features/org.eclipse.e4.tools.model.spy.feature/build.properties
+++ b/features/org.eclipse.e4.tools.model.spy.feature/build.properties
@@ -1,3 +1,2 @@
 bin.includes = feature.xml,\
-               feature.properties,\
-               license.html
+               feature.properties
diff --git a/features/org.eclipse.e4.tools.preference.spy.feature/build.properties b/features/org.eclipse.e4.tools.preference.spy.feature/build.properties
index 2cbd854..b692f5f 100644
--- a/features/org.eclipse.e4.tools.preference.spy.feature/build.properties
+++ b/features/org.eclipse.e4.tools.preference.spy.feature/build.properties
@@ -1,3 +1,2 @@
 bin.includes = feature.xml,\
-               feature.properties,\
-               license.html
+               feature.properties
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 99caf68..0353bb2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
  <parent>
     <groupId>org.eclipse</groupId>
     <artifactId>eclipse-platform-parent</artifactId>
-    <version>4.11.0-SNAPSHOT</version>
+    <version>4.15.0-SNAPSHOT</version>
     <relativePath>../eclipse-platform-parent</relativePath>
   </parent>