Switch version to 5.5.0-SNAPSHOT
Change-Id: If0ec1160d4a6d7fa659b3dbb526e67df8aafe3a8
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 b8c1889..9cacee4 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.4.0.qualifier"
+ version="5.5.0.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 a64cc0b..204f6fa 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 6b6af7a..19a1718 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.4.0.qualifier"
+ version="5.5.0.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 e5b5b02..aab9d85 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 ed0bfd9..c150424 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 55178a5..80927de 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 fe86f51..ad71020 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 6a0e425..03159d7 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 0bc6fe5..f080bbc 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 73d6dff..053c3fa 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 c64845a..a554e0e 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 e0b53f6..f0fff00 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 9ec799d..ed43de9 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 db418d2..7f4b33d 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 c327e4b..c13bcdc 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
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: DLTK JS JDT UI
Bundle-SymbolicName: org.eclipse.dltk.javascript.jdt.integration.ui;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.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 a8a0ad6..0163de3 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 c8f2f0d..c177b43 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
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Java Script JDT Integration Plug-in
Bundle-SymbolicName: org.eclipse.dltk.javascript.jdt.integration;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.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 329b94d..5e45ed7 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 b8dba33..38804da 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 61b7ea9..96dfc9b 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 1e1e95f..ee33889 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 e3810bb..ccee1b9 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 374db34..c62daa4 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 33259c5..6ab301a 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 6339fcf..4ed6e92 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 aacd112..626fced 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 3bc733d..3be7a35 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 23bded5..c0e5630 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 b708085..4e253b7 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 feb121a..6a25174 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.javascript.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index 3b41698..4414a48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk</groupId>
<artifactId>dltk</artifactId>
- <version>5.4.0-SNAPSHOT</version>
+ <version>5.5.0-SNAPSHOT</version>
<relativePath>../org.eclipse.dltk.releng/build/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.javascript</groupId>
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 17b34a5..b12e538 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.4.0.qualifier
+Bundle-Version: 5.5.0.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 70dba7f..5f67bfb 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 a03a3f6..478b972 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
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Tests Plug-in
Bundle-SymbolicName: org.eclipse.dltk.javascript.formatter.tests;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
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 bcc9e7e..1cc4ca3 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 84a8514..07083ca 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
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Parser Ttests
Bundle-SymbolicName: org.eclipse.dltk.javascript.parser.tests
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.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 3e8e47f..939cd35 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 774d872..4c118d6 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
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: org.eclipse.dltk.javascript.ui.tests;singleton:=true
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.5.0.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 0bee2b0..033ee6f 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-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 c6b82a5..0e75923 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.4.0-SNAPSHOT</version>
+ <version>5.5.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>javascript.tests</artifactId>