Bug 412502 - Compile errors in org.eclipse.core.tools 

 - fix pom.xml version
diff --git a/bundles/org.eclipse.core.tools/pom.xml b/bundles/org.eclipse.core.tools/pom.xml
index 280d97a..b1bb6c8 100644
--- a/bundles/org.eclipse.core.tools/pom.xml
+++ b/bundles/org.eclipse.core.tools/pom.xml
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tools</artifactId>
-  <version>1.5.200-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>