Change version to 5.8.1-SNAPSHOT

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
diff --git a/features/org.eclipse.dltk.javascript-feature/feature.xml b/features/org.eclipse.dltk.javascript-feature/feature.xml
index b14b81c..b543ef5 100644
--- a/features/org.eclipse.dltk.javascript-feature/feature.xml
+++ b/features/org.eclipse.dltk.javascript-feature/feature.xml
@@ -17,7 +17,7 @@
 <feature
       id="org.eclipse.dltk.javascript"
       label="%featureName"
-      version="5.9.0.qualifier"
+      version="5.8.1.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/features/org.eclipse.dltk.javascript-feature/pom.xml b/features/org.eclipse.dltk.javascript-feature/pom.xml
index 822e838..8cfcf54 100644
--- a/features/org.eclipse.dltk.javascript-feature/pom.xml
+++ b/features/org.eclipse.dltk.javascript-feature/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript</artifactId>
diff --git a/features/org.eclipse.dltk.javascript.sdk/feature.xml b/features/org.eclipse.dltk.javascript.sdk/feature.xml
index 3e288b5..b62d55e 100644
--- a/features/org.eclipse.dltk.javascript.sdk/feature.xml
+++ b/features/org.eclipse.dltk.javascript.sdk/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.dltk.javascript.sdk"
       label="%featureName"
-      version="5.9.0.qualifier"
+      version="5.8.1.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0"
diff --git a/features/org.eclipse.dltk.javascript.sdk/pom.xml b/features/org.eclipse.dltk.javascript.sdk/pom.xml
index d29bfcf..55e2cf5 100644
--- a/features/org.eclipse.dltk.javascript.sdk/pom.xml
+++ b/features/org.eclipse.dltk.javascript.sdk/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.sdk</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.core.manipulation/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.core.manipulation/META-INF/MANIFEST.MF
index edbf5ff..eaf7690 100644
--- a/plugins/org.eclipse.dltk.javascript.core.manipulation/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.core.manipulation/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Localization: plugin
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.core.manipulation;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.internal.javascript.core.manipulation.JavascriptManipulationPlugin
 Bundle-Vendor: %pluginProvider
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.javascript.core.manipulation/pom.xml b/plugins/org.eclipse.dltk.javascript.core.manipulation/pom.xml
index f864211..6ab2c7a 100644
--- a/plugins/org.eclipse.dltk.javascript.core.manipulation/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.core.manipulation/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.core.manipulation</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.core/META-INF/MANIFEST.MF
index 592b5b1..5757023 100644
--- a/plugins/org.eclipse.dltk.javascript.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.core;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.dltk.javascript.core/pom.xml b/plugins/org.eclipse.dltk.javascript.core/pom.xml
index 617d4bd..03de0e7 100644
--- a/plugins/org.eclipse.dltk.javascript.core/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.core/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.core</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.debug.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.debug.ui/META-INF/MANIFEST.MF
index 8e1247c..fa6759c 100644
--- a/plugins/org.eclipse.dltk.javascript.debug.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.debug.ui;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.debug.ui,
diff --git a/plugins/org.eclipse.dltk.javascript.debug.ui/pom.xml b/plugins/org.eclipse.dltk.javascript.debug.ui/pom.xml
index 435fa9d..2e04576 100644
--- a/plugins/org.eclipse.dltk.javascript.debug.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.debug.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.debug.ui</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.debug/META-INF/MANIFEST.MF
index 36313e9..58db363 100644
--- a/plugins/org.eclipse.dltk.javascript.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.debug;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.dltk.debug,
diff --git a/plugins/org.eclipse.dltk.javascript.debug/pom.xml b/plugins/org.eclipse.dltk.javascript.debug/pom.xml
index 93394ef..af66009 100644
--- a/plugins/org.eclipse.dltk.javascript.debug/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.debug/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.debug</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.formatter/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.formatter/META-INF/MANIFEST.MF
index fc48678..0435214 100644
--- a/plugins/org.eclipse.dltk.javascript.formatter/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.formatter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaScript Formatter Plug-in
 Bundle-SymbolicName: org.eclipse.dltk.javascript.formatter;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.formatter.JavaScriptFormatterPlugin
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.dltk.javascript.formatter/pom.xml b/plugins/org.eclipse.dltk.javascript.formatter/pom.xml
index cb58370..d47cf86 100644
--- a/plugins/org.eclipse.dltk.javascript.formatter/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.formatter/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.formatter</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/META-INF/MANIFEST.MF
index daa74c9..967a9b0 100644
--- a/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: DLTK JS JDT UI
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.javascript.jdt.integration.ui;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/pom.xml b/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/pom.xml
index 30fa8d8..c44f56b 100644
--- a/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.jdt.integration.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.jdt.integration.ui</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.jdt.integration/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.jdt.integration/META-INF/MANIFEST.MF
index 8aa7db6..7e729e4 100644
--- a/plugins/org.eclipse.dltk.javascript.jdt.integration/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.jdt.integration/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: Java Script JDT Integration Plug-in
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.javascript.jdt.integration;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.jdt.integration.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.dltk.javascript.jdt.integration/pom.xml b/plugins/org.eclipse.dltk.javascript.jdt.integration/pom.xml
index d3db4a3..59f6cf4 100644
--- a/plugins/org.eclipse.dltk.javascript.jdt.integration/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.jdt.integration/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.jdt.integration</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/META-INF/MANIFEST.MF
index 226744a..859502b 100644
--- a/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.jsjdtdebugger;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.jsjdtdebugger.JavaScriptAndJdtDebuggerPlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/pom.xml b/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/pom.xml
index dbe464f..581eac2 100644
--- a/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.jsjdtdebugger/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.jsjdtdebugger</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.launching/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.launching/META-INF/MANIFEST.MF
index fdef5bb..b9bca54 100644
--- a/plugins/org.eclipse.dltk.javascript.launching/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.launching;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.launching.JavaScriptLaunchingPlugin
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.javascript.launching/pom.xml b/plugins/org.eclipse.dltk.javascript.launching/pom.xml
index 9b39cf7..4fda161 100644
--- a/plugins/org.eclipse.dltk.javascript.launching/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.launching/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.launching</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.parser/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.parser/META-INF/MANIFEST.MF
index 032d570..51f2cc4 100644
--- a/plugins/org.eclipse.dltk.javascript.parser/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaScript Parser
 Bundle-SymbolicName: org.eclipse.dltk.javascript.parser;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
  org.eclipse.dltk.core;bundle-version="0.0.0",
diff --git a/plugins/org.eclipse.dltk.javascript.parser/pom.xml b/plugins/org.eclipse.dltk.javascript.parser/pom.xml
index 4f9450c..be10ef8 100644
--- a/plugins/org.eclipse.dltk.javascript.parser/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.parser/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.parser</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.rhino.dbgp/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.rhino.dbgp/META-INF/MANIFEST.MF
index 03b7b9e..b960eea 100644
--- a/plugins/org.eclipse.dltk.javascript.rhino.dbgp/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.rhino.dbgp/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: DLTK JavaScript Dbgp
 Bundle-SymbolicName: org.eclipse.dltk.javascript.rhino.dbgp
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Require-Bundle: org.eclipse.dltk.javascript.rhino
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.javascript.rhino.dbgp/pom.xml b/plugins/org.eclipse.dltk.javascript.rhino.dbgp/pom.xml
index ea13105..9d36ab8 100644
--- a/plugins/org.eclipse.dltk.javascript.rhino.dbgp/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.rhino.dbgp/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.rhino.dbgp</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.rhino/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.rhino/META-INF/MANIFEST.MF
index 2ebb410..90ebe9f 100644
--- a/plugins/org.eclipse.dltk.javascript.rhino/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.rhino/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Rhino Plug-in
 Bundle-SymbolicName: org.eclipse.dltk.javascript.rhino;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.core.variables
diff --git a/plugins/org.eclipse.dltk.javascript.rhino/pom.xml b/plugins/org.eclipse.dltk.javascript.rhino/pom.xml
index e227e63..6741963 100644
--- a/plugins/org.eclipse.dltk.javascript.rhino/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.rhino/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.rhino</artifactId>
diff --git a/plugins/org.eclipse.dltk.javascript.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.dltk.javascript.ui/META-INF/MANIFEST.MF
index d7eb132..6779e36 100644
--- a/plugins/org.eclipse.dltk.javascript.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.dltk.javascript.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.dltk.javascript.ui;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.internal.ui.JavaScriptUI
 Bundle-Vendor: %pluginProvider
 Bundle-Localization: plugin
diff --git a/plugins/org.eclipse.dltk.javascript.ui/pom.xml b/plugins/org.eclipse.dltk.javascript.ui/pom.xml
index 05a06da..98efd0a 100644
--- a/plugins/org.eclipse.dltk.javascript.ui/pom.xml
+++ b/plugins/org.eclipse.dltk.javascript.ui/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../..</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index 19b0ac9..f797210 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,4 +36,5 @@
 		<module>tests</module>
 
 	</modules>
+<version>5.8.1-SNAPSHOT</version>
 </project>
diff --git a/tests/org.eclipse.dltk.javascript.core.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.javascript.core.tests/META-INF/MANIFEST.MF
index f838ef0..a518405 100644
--- a/tests/org.eclipse.dltk.javascript.core.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.javascript.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: JavaScript core Tests Plug-in
 Bundle-SymbolicName: org.eclipse.dltk.javascript.core.tests;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Require-Bundle: org.junit;bundle-version="4.10.0",
  org.eclipse.dltk.javascript.core,
  org.eclipse.dltk.javascript.core.manipulation,
diff --git a/tests/org.eclipse.dltk.javascript.core.tests/pom.xml b/tests/org.eclipse.dltk.javascript.core.tests/pom.xml
index e3870dd..85f8b06 100644
--- a/tests/org.eclipse.dltk.javascript.core.tests/pom.xml
+++ b/tests/org.eclipse.dltk.javascript.core.tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.javascript</groupId>
 		<artifactId>javascript.tests</artifactId>
-		<version>5.9.0-SNAPSHOT</version>
+		<version>5.8.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>org.eclipse.dltk.javascript.core.tests</artifactId>
diff --git a/tests/org.eclipse.dltk.javascript.formatter.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.javascript.formatter.tests/META-INF/MANIFEST.MF
index 4bc0a29..73782da 100644
--- a/tests/org.eclipse.dltk.javascript.formatter.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.javascript.formatter.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: JavaScript Tests Plug-in
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.javascript.formatter.tests;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Require-Bundle: org.eclipse.dltk.core;bundle-version="0.0.0",
  org.eclipse.dltk.formatter.tests,
diff --git a/tests/org.eclipse.dltk.javascript.formatter.tests/pom.xml b/tests/org.eclipse.dltk.javascript.formatter.tests/pom.xml
index 7ead799..0a93008 100644
--- a/tests/org.eclipse.dltk.javascript.formatter.tests/pom.xml
+++ b/tests/org.eclipse.dltk.javascript.formatter.tests/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript.tests</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.formatter.tests</artifactId>
diff --git a/tests/org.eclipse.dltk.javascript.parser.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.javascript.parser.tests/META-INF/MANIFEST.MF
index 6e0d279..e62b129 100644
--- a/tests/org.eclipse.dltk.javascript.parser.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.javascript.parser.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: JavaScript Parser Ttests
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.javascript.parser.tests
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Bundle-Activator: org.eclipse.dltk.javascript.parser.tests.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.junit,
diff --git a/tests/org.eclipse.dltk.javascript.parser.tests/pom.xml b/tests/org.eclipse.dltk.javascript.parser.tests/pom.xml
index 607f1ec..560f3b8 100644
--- a/tests/org.eclipse.dltk.javascript.parser.tests/pom.xml
+++ b/tests/org.eclipse.dltk.javascript.parser.tests/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript.tests</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.parser.tests</artifactId>
diff --git a/tests/org.eclipse.dltk.javascript.ui.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.dltk.javascript.ui.tests/META-INF/MANIFEST.MF
index 6a09353..7af3580 100644
--- a/tests/org.eclipse.dltk.javascript.ui.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.dltk.javascript.ui.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
 Bundle-Name: Tests
 Bundle-Vendor: Eclipse DLTK
 Bundle-SymbolicName: org.eclipse.dltk.javascript.ui.tests;singleton:=true
-Bundle-Version: 5.9.0.qualifier
+Bundle-Version: 5.8.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
  org.eclipse.emf.ecore,
diff --git a/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml b/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
index a95b6f3..c776e44 100644
--- a/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
+++ b/tests/org.eclipse.dltk.javascript.ui.tests/pom.xml
@@ -5,7 +5,7 @@
   <parent>
   	<groupId>org.eclipse.dltk.javascript</groupId>
   	<artifactId>javascript.tests</artifactId>
-  	<version>5.9.0-SNAPSHOT</version>
+  	<version>5.8.1-SNAPSHOT</version>
   	<relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>org.eclipse.dltk.javascript.ui.tests</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 457e261..2cf64e7 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.eclipse.dltk.javascript</groupId>
 		<artifactId>javascript</artifactId>
-		<version>5.9.0-SNAPSHOT</version>
+		<version>5.8.1-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<artifactId>javascript.tests</artifactId>