Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-03-23 10:38:47 +0000
committerAlexander Kurtakov2017-03-23 10:38:47 +0000
commit7b28e5655e2366ddac655535ad8b6d84041cb9e6 (patch)
tree56855cf617dc46497b74e553f188f29f0d530642
parent6744d23d7f3d7eb42fe5ede3cda77338e5b023c1 (diff)
downloadorg.eclipse.dltk.javascript-7b28e5655e2366ddac655535ad8b6d84041cb9e6.tar.gz
org.eclipse.dltk.javascript-7b28e5655e2366ddac655535ad8b6d84041cb9e6.tar.xz
org.eclipse.dltk.javascript-7b28e5655e2366ddac655535ad8b6d84041cb9e6.zip
Update version to 5.7.2-SNAPSHOT
Change-Id: I5d4c84c4e00af893f775ccdbf379b58423dcf971 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--features/org.eclipse.dltk.javascript-feature/feature.xml2
-rw-r--r--features/org.eclipse.dltk.javascript-feature/pom.xml2
-rw-r--r--features/org.eclipse.dltk.javascript.sdk/feature.xml2
-rw-r--r--features/org.eclipse.dltk.javascript.sdk/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.core.manipulation/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.core.manipulation/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.core/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.core/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.debug.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.debug.ui/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.debug/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.debug/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.formatter/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.formatter/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jdt.integration.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jdt.integration.ui/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jdt.integration/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jdt.integration/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jsjdtdebugger/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.jsjdtdebugger/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.launching/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.launching/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.parser/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.parser/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.rhino.dbgp/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.rhino.dbgp/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.rhino/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.rhino/pom.xml2
-rw-r--r--plugins/org.eclipse.dltk.javascript.ui/META-INF/MANIFEST.MF2
-rw-r--r--plugins/org.eclipse.dltk.javascript.ui/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--tests/org.eclipse.dltk.javascript.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.javascript.core.tests/pom.xml2
-rw-r--r--tests/org.eclipse.dltk.javascript.formatter.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.javascript.formatter.tests/pom.xml2
-rw-r--r--tests/org.eclipse.dltk.javascript.parser.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.javascript.parser.tests/pom.xml2
-rw-r--r--tests/org.eclipse.dltk.javascript.ui.tests/META-INF/MANIFEST.MF2
-rw-r--r--tests/org.eclipse.dltk.javascript.ui.tests/pom.xml2
-rw-r--r--tests/pom.xml2
40 files changed, 40 insertions, 40 deletions
diff --git a/features/org.eclipse.dltk.javascript-feature/feature.xml b/features/org.eclipse.dltk.javascript-feature/feature.xml
index fad151f1..ea82e654 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.7.1.qualifier"
+ version="5.7.2.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 d30125e7..da2e1659 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 f2c8ef59..5fb2a735 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.7.1.qualifier"
+ version="5.7.2.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 ba46e209..46d549cf 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 8bb3fc27..322b75f1 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-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.core.manipulation;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 d07a9c3c..f64885de 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 43c8f7d2..08f8b7da 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.core;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 b73b239f..4f6fcbba 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 69ce54f1..d5f0b33f 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.debug.ui;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 2c4ce317..09ab6768 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 dc4d0a02..68a0c0fc 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.debug;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 6543e38b..6345dfed 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 b7c1de92..98e24802 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Formatter Plug-in
Bundle-SymbolicName: org.eclipse.dltk.javascript.formatter;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 805e4fc2..0cd8534f 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 32cdcb91..f90a8d5c 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-ManifestVersion: 2
Bundle-Name: DLTK JS JDT UI
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.javascript.jdt.integration.ui;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 885fdf74..207a03de 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 a8767dd2..dfd8ef43 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-ManifestVersion: 2
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.7.1.qualifier
+Bundle-Version: 5.7.2.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 04af10c4..02b10ffe 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 fab1ec88..1b6f5e40 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.jsjdtdebugger;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 342f554c..1addaa8b 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 b0a60f5d..b35e4de8 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.launching;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 78249940..31616d1d 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 e722835f..d7331ad4 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript Parser
Bundle-SymbolicName: org.eclipse.dltk.javascript.parser;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 10d3b182..5bf13832 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 d99226c8..a51676d8 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: DLTK JavaScript Dbgp
Bundle-SymbolicName: org.eclipse.dltk.javascript.rhino.dbgp
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 83d6013d..a1c0ea4e 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 4a7f471c..fee11247 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Rhino Plug-in
Bundle-SymbolicName: org.eclipse.dltk.javascript.rhino;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 c4f289e8..15219888 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 3948642d..c1fa0432 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.javascript.ui;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 04d17599..3e00f142 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.javascript.ui</artifactId>
diff --git a/pom.xml b/pom.xml
index 2af96c04..8dca9a6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk</groupId>
<artifactId>dltk</artifactId>
- <version>5.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 1bd88361..b20988bb 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 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JavaScript core Tests Plug-in
Bundle-SymbolicName: org.eclipse.dltk.javascript.core.tests;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 24abf70f..201b4b83 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 ba9a839b..ae9d9086 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-ManifestVersion: 2
Bundle-Name: JavaScript Tests Plug-in
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.javascript.formatter.tests;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 a28093d6..edda871a 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 f6c59ce1..96743ef8 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-ManifestVersion: 2
Bundle-Name: JavaScript Parser Ttests
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.javascript.parser.tests
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 00983170..ca99ec70 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 c263be25..c5b02d81 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-ManifestVersion: 2
Bundle-Name: Tests
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.javascript.ui.tests;singleton:=true
-Bundle-Version: 5.7.1.qualifier
+Bundle-Version: 5.7.2.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 a91b2b54..64cf2157 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-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 2a9aecf9..b8748bac 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.7.1-SNAPSHOT</version>
+ <version>5.7.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>javascript.tests</artifactId>

Back to the top