Change version to 5.11 Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/features/org.eclipse.dltk.javascript-feature/feature.xml b/features/org.eclipse.dltk.javascript-feature/feature.xml index 6081a24..7059af8 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.10.0.qualifier" + version="5.11.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 1ddeff9..d85c179 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.10.0-SNAPSHOT</version> + <version>5.11.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 455fb50..88e1197 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.10.0.qualifier" + version="5.11.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 b9a0c69..95198b6 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.10.0-SNAPSHOT</version> + <version>5.11.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 627246d..d197bec 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.10.0.qualifier +Bundle-Version: 5.11.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 e73e7e1..ad658f8 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.10.0-SNAPSHOT</version> + <version>5.11.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 af646f9..4e81a9f 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.10.0.qualifier +Bundle-Version: 5.11.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 ea266be..3cb927c 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.10.0-SNAPSHOT</version> + <version>5.11.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 0603e4f..a4471a6 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.10.0.qualifier +Bundle-Version: 5.11.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 8010f4a..8e55fa1 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.10.0-SNAPSHOT</version> + <version>5.11.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 19b8d00..2087aa5 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.10.0.qualifier +Bundle-Version: 5.11.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 a873f3e..8ccb134 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.10.0-SNAPSHOT</version> + <version>5.11.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 4c0eb27..a61806d 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.10.0.qualifier +Bundle-Version: 5.11.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 8a5d6b5..b01aa4a 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.10.0-SNAPSHOT</version> + <version>5.11.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 57410a7..0f59b28 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.10.0.qualifier +Bundle-Version: 5.11.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 ce52237..35e913c 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.10.0-SNAPSHOT</version> + <version>5.11.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 2a12f88..4933be6 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.10.0.qualifier +Bundle-Version: 5.11.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 9c4157f..5115db0 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.10.0-SNAPSHOT</version> + <version>5.11.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 ab9b231..3ae9d09 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.10.0.qualifier +Bundle-Version: 5.11.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 ffdb3c3..59dd150 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.10.0-SNAPSHOT</version> + <version>5.11.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 9c95eb2..2d1794c 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.10.0.qualifier +Bundle-Version: 5.11.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 a537f2d..806064e 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.10.0-SNAPSHOT</version> + <version>5.11.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 bfc02e5..12a52a6 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.10.0.qualifier +Bundle-Version: 5.11.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 e18b8b5..d1c8de5 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.10.0-SNAPSHOT</version> + <version>5.11.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 e032597..bd66440 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.10.0.qualifier +Bundle-Version: 5.11.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 ba8d72c..52e83da 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.10.0-SNAPSHOT</version> + <version>5.11.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 093e7fd..5d620e8 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.10.0.qualifier +Bundle-Version: 5.11.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 4041d30..9b3e958 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.10.0-SNAPSHOT</version> + <version>5.11.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 aee1b2d..904e0c9 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.10.0.qualifier +Bundle-Version: 5.11.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 4c1b020..5e2f308 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.10.0-SNAPSHOT</version> + <version>5.11.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.eclipse.dltk.javascript.ui</artifactId>
diff --git a/pom.xml b/pom.xml index 47b9c38..90fff45 100644 --- a/pom.xml +++ b/pom.xml
@@ -6,7 +6,7 @@ <parent> <groupId>org.eclipse.dltk</groupId> <artifactId>dltk.build.all</artifactId> - <version>5.10.0-SNAPSHOT</version> + <version>5.11.0-SNAPSHOT</version> <relativePath>../org.eclipse.dltk.releng/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 b3f9b4c..f949992 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.10.0.qualifier +Bundle-Version: 5.11.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 de63e93..423f39c 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.10.0-SNAPSHOT</version> + <version>5.11.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 c076f5f..d5d403e 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.10.0.qualifier +Bundle-Version: 5.11.0.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 e68b128..2c5800b 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.10.0-SNAPSHOT</version> + <version>5.11.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 31a1e33..f86ffa4 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.10.0.qualifier +Bundle-Version: 5.11.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 6caffc4..4e5a936 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.10.0-SNAPSHOT</version> + <version>5.11.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 a8f6c32..baaf20f 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.10.0.qualifier +Bundle-Version: 5.11.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 033efd7..903ffea 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.10.0-SNAPSHOT</version> + <version>5.11.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 1189445..d13bf83 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.10.0-SNAPSHOT</version> + <version>5.11.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>javascript.tests</artifactId>