Update version number to 5.3.0-SNAPSHOT
diff --git a/features/org.eclipse.dltk.javascript-feature/feature.xml b/features/org.eclipse.dltk.javascript-feature/feature.xml index bf7b7ab..b6babc1 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.2.0.qualifier" + version="5.3.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 40485b2..724dd6d 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.2.0-SNAPSHOT</version> + <version>5.3.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 c5bdcdb..b6a50ac 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.2.0.qualifier" + version="5.3.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 8f7dc5e..b1bd3f5 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.2.0-SNAPSHOT</version> + <version>5.3.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 d17c5fb..eadaac2 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.2.0.qualifier +Bundle-Version: 5.3.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 b9fe4ab..ec5f291 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.2.0-SNAPSHOT</version> + <version>5.3.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 9cdffc3..0d3ee6d 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.2.0.qualifier +Bundle-Version: 5.3.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 589b4ce..56aa62c 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.2.0-SNAPSHOT</version> + <version>5.3.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 f903514..d301372 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.2.0.qualifier +Bundle-Version: 5.3.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 5ec0380..b4b35d1 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.2.0-SNAPSHOT</version> + <version>5.3.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 152462c..6990398 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.2.0.qualifier +Bundle-Version: 5.3.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 39eddfc..d57c259 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.2.0-SNAPSHOT</version> + <version>5.3.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 d27c6c8..5411ea5 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.2.0.qualifier +Bundle-Version: 5.3.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 3f1bc7a..cd278af 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.2.0-SNAPSHOT</version> + <version>5.3.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 be0df8b..4b9ea63 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.2.0.qualifier +Bundle-Version: 5.3.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 16c4200..ae64454 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.2.0-SNAPSHOT</version> + <version>5.3.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 2898463..b49ae93 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.2.0.qualifier +Bundle-Version: 5.3.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 fa75779..c906062 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.2.0-SNAPSHOT</version> + <version>5.3.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 904b86b..0d15fc5 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.2.0.qualifier +Bundle-Version: 5.3.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 effcc76..7741f9f 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.2.0-SNAPSHOT</version> + <version>5.3.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 01bcce7..671e590 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.2.0.qualifier +Bundle-Version: 5.3.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 8653b3f..e916ea0 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.2.0-SNAPSHOT</version> + <version>5.3.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 c1dabf9..eacaa50 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.2.0.qualifier +Bundle-Version: 5.3.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 57d0bc8..0e4a800 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.2.0-SNAPSHOT</version> + <version>5.3.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 888ebb6..4813c9b 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.2.0.qualifier +Bundle-Version: 5.3.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 682eb81..5ff890c 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.2.0-SNAPSHOT</version> + <version>5.3.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 2aeada3..3856e5d 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.2.0.qualifier +Bundle-Version: 5.3.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 9cdf2ba..5b27d22 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.2.0-SNAPSHOT</version> + <version>5.3.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 20665f3..fc85915 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.2.0.qualifier +Bundle-Version: 5.3.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 367a283..458bd88 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.2.0-SNAPSHOT</version> + <version>5.3.0-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>org.eclipse.dltk.javascript.ui</artifactId>
diff --git a/pom.xml b/pom.xml index d5266a1..ccff9f7 100644 --- a/pom.xml +++ b/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.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 0ede19d..0c718e5 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.2.0.qualifier +Bundle-Version: 5.3.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 cf7348e..0def694 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.2.0-SNAPSHOT</version> + <version>5.3.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 1b31091..9ab3e49 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.2.0.qualifier +Bundle-Version: 5.3.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 bb12b45..38b4b21 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.2.0-SNAPSHOT</version> + <version>5.3.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 e5d1d47..8311280 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.2.0.qualifier +Bundle-Version: 5.3.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 735bfaa..6215362 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.2.0-SNAPSHOT</version> + <version>5.3.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 5784b82..d942f76 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.2.0.qualifier +Bundle-Version: 5.3.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 5df17a8..271be55 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.2.0-SNAPSHOT</version> + <version>5.3.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 b6e1146..a7e74cc 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.2.0-SNAPSHOT</version> + <version>5.3.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>javascript.tests</artifactId>