Update version number to 5.3.0-SNAPSHOT
diff --git a/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
index 3501a79..0836727 100644
--- a/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.annotations/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.annotations
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Export-Package: org.eclipse.dltk.annotations
 Bundle-Vendor: %pluginProvider
diff --git a/core/plugins/org.eclipse.dltk.annotations/pom.xml b/core/plugins/org.eclipse.dltk.annotations/pom.xml
index a513a35..824bed6 100644
--- a/core/plugins/org.eclipse.dltk.annotations/pom.xml
+++ b/core/plugins/org.eclipse.dltk.annotations/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.annotations</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
index c9bfc65..5a73c79 100644
--- a/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.console.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.console.ui;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.console.ui.ScriptConsoleUIPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.console.ui/pom.xml b/core/plugins/org.eclipse.dltk.console.ui/pom.xml
index df84b69..96d0a96 100644
--- a/core/plugins/org.eclipse.dltk.console.ui/pom.xml
+++ b/core/plugins/org.eclipse.dltk.console.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.console.ui</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
index 3166391..c686a55 100644
--- a/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.console/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.console;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.console.ScriptConsolePlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.console/pom.xml b/core/plugins/org.eclipse.dltk.console/pom.xml
index 802e11b..de5010d 100644
--- a/core/plugins/org.eclipse.dltk.console/pom.xml
+++ b/core/plugins/org.eclipse.dltk.console/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.console</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.core.doc.isv/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.doc.isv/META-INF/MANIFEST.MF
index a0568d6..eb029c8 100644
--- a/core/plugins/org.eclipse.dltk.core.doc.isv/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.doc.isv/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.core.doc.isv;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
diff --git a/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml b/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml
index 34a2f2d..8604774 100644
--- a/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml
+++ b/core/plugins/org.eclipse.dltk.core.doc.isv/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.core.doc.isv</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.core.index/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.index/META-INF/MANIFEST.MF
index ad57cba..4c37fd9 100644
--- a/core/plugins/org.eclipse.dltk.core.index/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.index/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.core.index
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.core.index/pom.xml b/core/plugins/org.eclipse.dltk.core.index/pom.xml
index 398f8cd..c842603 100644
--- a/core/plugins/org.eclipse.dltk.core.index/pom.xml
+++ b/core/plugins/org.eclipse.dltk.core.index/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.core.index</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
index 18e5513..a8ba654 100644
--- a/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.manipulation/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.core.manipulation;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.internal.core.manipulation.ScriptManipulationPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml b/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml
index 07c0752..0e802cd 100644
--- a/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml
+++ b/core/plugins/org.eclipse.dltk.core.manipulation/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.core.manipulation</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
index 124010a..ae7977d 100644
--- a/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.core.tools.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.core.tools.ui;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.core.tools.ui.DLTKToolsUI
 Bundle-Vendor: %providerName
 Require-Bundle: org.eclipse.ui,
diff --git a/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml b/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml
index 1f3878a..6e8afb0 100644
--- a/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml
+++ b/core/plugins/org.eclipse.dltk.core.tools.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.core.tools.ui</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.debug.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.debug.ui/META-INF/MANIFEST.MF
index cab8d8f..1d72bcf 100644
--- a/core/plugins/org.eclipse.dltk.debug.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.debug.ui;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.debug.ui.DLTKDebugUIPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.debug.ui/pom.xml b/core/plugins/org.eclipse.dltk.debug.ui/pom.xml
index 7617784..9f1cecf 100644
--- a/core/plugins/org.eclipse.dltk.debug.ui/pom.xml
+++ b/core/plugins/org.eclipse.dltk.debug.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.debug.ui</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.debug/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.debug/META-INF/MANIFEST.MF
index 62b9aba..237c1f3 100644
--- a/core/plugins/org.eclipse.dltk.debug/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.debug; singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.debug.core.DLTKDebugPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.debug/pom.xml b/core/plugins/org.eclipse.dltk.debug/pom.xml
index 08ed487..7e7edf4 100644
--- a/core/plugins/org.eclipse.dltk.debug/pom.xml
+++ b/core/plugins/org.eclipse.dltk.debug/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.debug</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
index 8a6712c..4441318 100644
--- a/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.formatter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.formatter;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.formatter/pom.xml b/core/plugins/org.eclipse.dltk.formatter/pom.xml
index 5cad5b9..4431d9d 100644
--- a/core/plugins/org.eclipse.dltk.formatter/pom.xml
+++ b/core/plugins/org.eclipse.dltk.formatter/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.formatter</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
index a6f06e1..1e54933 100644
--- a/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.launching;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.internal.launching.DLTKLaunchingPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.launching/pom.xml b/core/plugins/org.eclipse.dltk.launching/pom.xml
index 90c0438..106a0e4 100644
--- a/core/plugins/org.eclipse.dltk.launching/pom.xml
+++ b/core/plugins/org.eclipse.dltk.launching/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.launching</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
index e124add..cdf755f 100644
--- a/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.logconsole.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.logconsole.ui;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml b/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml
index acc691c..b6ebbd1 100644
--- a/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml
+++ b/core/plugins/org.eclipse.dltk.logconsole.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.logconsole.ui</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
index 9cae340..385a88c 100644
--- a/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.logconsole/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.logconsole;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Bundle-Activator: org.eclipse.dltk.logconsole.LogConsolePlugin
 Bundle-Vendor: %pluginProvider
diff --git a/core/plugins/org.eclipse.dltk.logconsole/pom.xml b/core/plugins/org.eclipse.dltk.logconsole/pom.xml
index 0cca1bf..1c0bc59 100644
--- a/core/plugins/org.eclipse.dltk.logconsole/pom.xml
+++ b/core/plugins/org.eclipse.dltk.logconsole/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.logconsole</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
index 91aadaa..68a8fbc 100755
--- a/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.testing/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.testing;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.testing.DLTKTestingPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk.testing/pom.xml b/core/plugins/org.eclipse.dltk.testing/pom.xml
index d7c8508..bc7eae9 100644
--- a/core/plugins/org.eclipse.dltk.testing/pom.xml
+++ b/core/plugins/org.eclipse.dltk.testing/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.testing</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
index 7037be9..1f9a47d 100644
--- a/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.validators.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.validators.core;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.validators.internal.core.ValidatorsCore
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.dltk.core;bundle-version="0.0.0",
diff --git a/core/plugins/org.eclipse.dltk.validators.core/pom.xml b/core/plugins/org.eclipse.dltk.validators.core/pom.xml
index e7b068b..22d9eda 100644
--- a/core/plugins/org.eclipse.dltk.validators.core/pom.xml
+++ b/core/plugins/org.eclipse.dltk.validators.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.validators.core</artifactId>
diff --git a/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
index 52adde1..b6fc01b 100644
--- a/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk.validators.externalchecker/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.validators.externalchecker;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.validators.internal.externalchecker.core.ExternalCheckerPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml b/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml
index 4a64c35e..1754d9e 100644
--- a/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml
+++ b/core/plugins/org.eclipse.dltk.validators.externalchecker/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>core</artifactId>
     <groupId>org.eclipse.dltk.core</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.validators.externalchecker</artifactId>
diff --git a/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF b/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF
index 7fada16..d0a6a2a 100644
--- a/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF
+++ b/core/plugins/org.eclipse.dltk/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/core/plugins/org.eclipse.dltk/pom.xml b/core/plugins/org.eclipse.dltk/pom.xml
index 5088aaf..24f9cd7 100644
--- a/core/plugins/org.eclipse.dltk/pom.xml
+++ b/core/plugins/org.eclipse.dltk/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index dc0d55e..c60bba6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk</groupId>
 		<artifactId>dltk</artifactId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.core</groupId>
diff --git a/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml b/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml
index e7104e2..6bf75f3 100644
--- a/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml
+++ b/core/releng/org.eclipse.dltk.core.targetplatform/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.core</groupId>
 		<artifactId>core</artifactId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 
diff --git a/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
index 463ed30..ef3be3c 100644
--- a/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.core.tests;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.core.tests.model.ModelTestsPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/tests/org.eclipse.dltk.core.tests/pom.xml b/core/tests/org.eclipse.dltk.core.tests/pom.xml
index 5423d32..c4e8c6a 100644
--- a/core/tests/org.eclipse.dltk.core.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.core.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.core.tests</artifactId>
diff --git a/core/tests/org.eclipse.dltk.debug.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.debug.tests/META-INF/MANIFEST.MF
index b321254..d9dffc5 100644
--- a/core/tests/org.eclipse.dltk.debug.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.debug.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.debug.tests
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.debug.tests.Activator
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/tests/org.eclipse.dltk.debug.tests/pom.xml b/core/tests/org.eclipse.dltk.debug.tests/pom.xml
index 59e1159..a6b4c69 100644
--- a/core/tests/org.eclipse.dltk.debug.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.debug.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.debug.tests</artifactId>
diff --git a/core/tests/org.eclipse.dltk.debug.ui.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.debug.ui.tests/META-INF/MANIFEST.MF
index 3748f1d..2ae8189 100644
--- a/core/tests/org.eclipse.dltk.debug.ui.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.debug.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.debug.ui.tests;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.debug.ui.tests.DLTKDebugUITestsPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml b/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml
index ff5ec0f..3d1afb1 100644
--- a/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.debug.ui.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.debug.ui.tests</artifactId>
diff --git a/core/tests/org.eclipse.dltk.formatter.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.formatter.tests/META-INF/MANIFEST.MF
index 7134f8c..a1ffe12 100644
--- a/core/tests/org.eclipse.dltk.formatter.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.formatter.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.formatter.tests
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
diff --git a/core/tests/org.eclipse.dltk.formatter.tests/pom.xml b/core/tests/org.eclipse.dltk.formatter.tests/pom.xml
index 42f2095..7661ee2 100644
--- a/core/tests/org.eclipse.dltk.formatter.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.formatter.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.formatter.tests</artifactId>
diff --git a/core/tests/org.eclipse.dltk.ui.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.ui.tests/META-INF/MANIFEST.MF
index 35a7acd..8536c68 100644
--- a/core/tests/org.eclipse.dltk.ui.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.ui.tests;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.ui.tests.DLTKUITestsPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/core/tests/org.eclipse.dltk.ui.tests/pom.xml b/core/tests/org.eclipse.dltk.ui.tests/pom.xml
index 69e8dff..f8854fc 100644
--- a/core/tests/org.eclipse.dltk.ui.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.ui.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.ui.tests</artifactId>
diff --git a/core/tests/org.eclipse.dltk.validators.core.tests/META-INF/MANIFEST.MF b/core/tests/org.eclipse.dltk.validators.core.tests/META-INF/MANIFEST.MF
index 8d82b9c..46fbfe8 100644
--- a/core/tests/org.eclipse.dltk.validators.core.tests/META-INF/MANIFEST.MF
+++ b/core/tests/org.eclipse.dltk.validators.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.validators.core.tests;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.validators.core.tests.Activator
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml b/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml
index ef0978f..4ce7c72 100644
--- a/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml
+++ b/core/tests/org.eclipse.dltk.validators.core.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core.tests</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.validators.core.tests</artifactId>
diff --git a/core/tests/pom.xml b/core/tests/pom.xml
index 4bb2456..59de8ce 100644
--- a/core/tests/pom.xml
+++ b/core/tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>core</artifactId>
 		<groupId>org.eclipse.dltk.core</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>core.tests</artifactId>
diff --git a/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF b/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
index a54a769..e3a7e3b 100644
--- a/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
+++ b/mylyn/plugins/org.eclipse.dltk.mylyn/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.dltk.mylyn;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.internal.mylyn.DLTKUiBridgePlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml b/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml
index b6e97df..dfa9b3b 100644
--- a/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml
+++ b/mylyn/plugins/org.eclipse.dltk.mylyn/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>mylyn</artifactId>
     <groupId>org.eclipse.dltk.mylyn</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.mylyn</artifactId>
diff --git a/mylyn/pom.xml b/mylyn/pom.xml
index f2fe9c2..fa6cd41 100644
--- a/mylyn/pom.xml
+++ b/mylyn/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk</groupId>
 		<artifactId>dltk</artifactId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.mylyn</groupId>
diff --git a/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
index f3fa730..1e16a25 100644
--- a/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.rse.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.rse.core;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.core.internal.rse.DLTKRSEPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/rse/plugins/org.eclipse.dltk.rse.core/pom.xml b/rse/plugins/org.eclipse.dltk.rse.core/pom.xml
index f00a624..ec811ab 100644
--- a/rse/plugins/org.eclipse.dltk.rse.core/pom.xml
+++ b/rse/plugins/org.eclipse.dltk.rse.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>rse</artifactId>
     <groupId>org.eclipse.dltk.rse</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.rse.core</artifactId>
diff --git a/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
index dd8d62c..5080d2d 100644
--- a/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.rse.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.rse.ui;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.internal.ui.rse.DLTKRSEUI
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml b/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml
index 9c80449..916d1ae 100644
--- a/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml
+++ b/rse/plugins/org.eclipse.dltk.rse.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>rse</artifactId>
     <groupId>org.eclipse.dltk.rse</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.rse.ui</artifactId>
diff --git a/rse/plugins/org.eclipse.dltk.rse/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.rse/META-INF/MANIFEST.MF
index c7fa6b3..3b7f807 100644
--- a/rse/plugins/org.eclipse.dltk.rse/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.rse/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.rse
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/rse/plugins/org.eclipse.dltk.rse/pom.xml b/rse/plugins/org.eclipse.dltk.rse/pom.xml
index 5928311..ca5fd43 100644
--- a/rse/plugins/org.eclipse.dltk.rse/pom.xml
+++ b/rse/plugins/org.eclipse.dltk.rse/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<artifactId>rse</artifactId>
 		<groupId>org.eclipse.dltk.rse</groupId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.rse</artifactId>
diff --git a/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
index 3d5077c..ccf0f2b 100644
--- a/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
+++ b/rse/plugins/org.eclipse.dltk.ssh.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.ssh.core;singleton:=true
-Bundle-Version: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
 Bundle-Activator: org.eclipse.dltk.ssh.internal.core.Activator
 Bundle-Vendor: %providerName
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml b/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml
index b4593e4..58048fe 100644
--- a/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml
+++ b/rse/plugins/org.eclipse.dltk.ssh.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>rse</artifactId>
     <groupId>org.eclipse.dltk.rse</groupId>
-    <version>5.2.0-SNAPSHOT</version>
+    <version>5.3.0-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.ssh.core</artifactId>
diff --git a/rse/pom.xml b/rse/pom.xml
index 2de0228..cc264fa 100644
--- a/rse/pom.xml
+++ b/rse/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk</groupId>
 		<artifactId>dltk</artifactId>
-		<version>5.2.0-SNAPSHOT</version>
+		<version>5.3.0-SNAPSHOT</version>
 		<relativePath>../../org.eclipse.dltk.releng/build/pom.xml</relativePath>
 	</parent>
 	<groupId>org.eclipse.dltk.rse</groupId>