Version bump to 6.3

Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/build/update.site/pom.xml b/build/update.site/pom.xml
index 0821692..5b9d061 100644
--- a/build/update.site/pom.xml
+++ b/build/update.site/pom.xml
@@ -5,7 +5,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>dltk.build.all</artifactId>
-		<version>6.2.0-SNAPSHOT</version>
+		<version>6.3.0-SNAPSHOT</version>
 		<relativePath>../../pom.xml</relativePath>
 		<groupId>org.eclipse.dltk</groupId>
 	</parent>
diff --git a/pom.xml b/pom.xml
index 85914ab..047b895 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
 
 	<groupId>org.eclipse.dltk</groupId>
 	<artifactId>dltk.build.all</artifactId>
-	<version>6.2.0-SNAPSHOT</version>
+	<version>6.3.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<url>https://eclipse.org/dltk</url>
 	<prerequisites>
@@ -39,7 +39,7 @@
 	</modules>
 
 	<properties>
-		<tycho-version>1.6.0</tycho-version>
+		<tycho-version>1.7.0</tycho-version>
 		<tycho-groupid>org.eclipse.tycho</tycho-groupid>
 		<antrun-version>1.8</antrun-version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>