Change version to 5.11
Signed-off-by: Dawid Pakuła <zulus@w3des.net>
diff --git a/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml b/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
index 9637cb8..263d905 100644
--- a/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
+++ b/itcl/features/org.eclipse.dltk.itcl-feature/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.dltk.itcl"
label="%featureName"
- version="5.10.0.qualifier"
+ version="5.11.0.qualifier"
provider-name="%providerName"
image="eclipse_update_120.jpg"
license-feature="org.eclipse.license"
diff --git a/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml b/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
index 45014bf..db1d8dd 100644
--- a/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
+++ b/itcl/features/org.eclipse.dltk.itcl-feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.dltk.features</groupId>
diff --git a/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml b/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
index 9e7b144..6054e75 100644
--- a/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
+++ b/itcl/features/org.eclipse.dltk.itcl.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.itcl.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/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml b/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
index 6904415..43c6e95 100644
--- a/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
+++ b/itcl/features/org.eclipse.dltk.itcl.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.itcl.sdk</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
index 4f3b2ee..f42e6d5 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.itcl.core;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.itcl.internal.core.IncrTCLPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
index 245e332..3b2b54a 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.itcl.core</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
index 8e6e642..e3fd150 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-SymbolicName: org.eclipse.dltk.itcl.ui;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.itcl.internal.ui.IncrTclUI
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
index 93187ef..a4fcca8 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.itcl.ui</artifactId>
diff --git a/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF b/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
index dacf8b7..6a6bbb5 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
+++ b/itcl/plugins/org.eclipse.dltk.itcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.itcl
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/itcl/plugins/org.eclipse.dltk.itcl/pom.xml b/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
index 975c835..91581f1 100644
--- a/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
+++ b/itcl/plugins/org.eclipse.dltk.itcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.itcl</artifactId>
diff --git a/itcl/pom.xml b/itcl/pom.xml
index c7cbe45..42d81ee 100644
--- a/itcl/pom.xml
+++ b/itcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>tcl-all</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.itcl</groupId>
diff --git a/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF b/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
index 96036a4..6829fad 100644
--- a/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
+++ b/itcl/tests/org.eclipse.dltk.itcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.itcl.core.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.core.runtime,
org.junit,
diff --git a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
index de54968..802c0ad 100644
--- a/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
+++ b/itcl/tests/org.eclipse.dltk.itcl.core.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>itcl</artifactId>
<groupId>org.eclipse.dltk.itcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.itcl.core.tests</artifactId>
diff --git a/pom.xml b/pom.xml
index fb9241b..ea72ba3 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.tcl</groupId>
diff --git a/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF b/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
index d0e3a6e..5504c9e 100644
--- a/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
+++ b/tcl/docs/org.eclipse.dltk.tcl.doc.user/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Created-By: 1.4.2 (IBM Corporation)
Eclipse-LazyStart: true
Bundle-SymbolicName: org.eclipse.dltk.tcl.doc.user;singleton:=true
diff --git a/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml b/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
index 91971b1..27a74d1 100644
--- a/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
+++ b/tcl/docs/org.eclipse.dltk.tcl.doc.user/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.doc.user</artifactId>
diff --git a/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml b/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
index 2551111..f9bdbc8 100644
--- a/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
+++ b/tcl/features/org.eclipse.dltk.tcl-feature/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.dltk.tcl"
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/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml b/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
index ce83747..9459537 100644
--- a/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
+++ b/tcl/features/org.eclipse.dltk.tcl-feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.dltk.features</groupId>
diff --git a/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml b/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
index cf4f180..2c7651d 100644
--- a/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
+++ b/tcl/features/org.eclipse.dltk.tcl.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.tcl.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/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml b/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
index d56eec2..16b6b3e 100644
--- a/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
+++ b/tcl/features/org.eclipse.dltk.tcl.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.sdk</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
index 497a763..90db8c0 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.activestatedebugger;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.activestatedebugger.TclActiveStateDebuggerPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
index c9e8b4f..a1409c2 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.activestatedebugger/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.activestatedebugger</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
index 8852c1d..ea903e7 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: DLTK Tcl Offline Indexer
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.tcl.core.indexer;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.core.indexer.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.dltk.core;bundle-version="0.0.0",
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
index 20f4592..7c0c468 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core.indexer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.core.indexer</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
index 3bfd12f..2eba888 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.core;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.core.TclPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
index e26621d..f7410f3 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.core</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
index ee31252..91f9ac2 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.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/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
index ca89df9..0e2e5dc 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.debug.ui</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
index 4b4c531..14f32e1 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.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;bundle-version="0.0.0",
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
index 2ccb056..c834dc4 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.debug/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.debug</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
index f94efe4..217a3f3 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.formatter/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.formatter;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.formatter.internal.TclFormatterPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
index 97a8efe..b6a0fdf 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.formatter/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.formatter</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
index 3fcc794..7222e23 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.launching/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.launching;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.launching.TclLaunchingPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
index 1cf94f8..4d30e8b 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.launching/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.launching</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
index 9e4eda4..e6d713e 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.parser;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
index 1af63f9..54a574d 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.parser/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.parser</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
index 2897c5d..50ec856 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.tclchecker;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.dltk.tcl.tclchecker.TclCheckerPlugin
Bundle-Vendor: %pluginProvider
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
index aa81db9..613e1bf 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tclchecker/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.tclchecker</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
index 8612552..740bac5 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.tcllib;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: %pluginProvider
Require-Bundle: org.eclipse.dltk.tcl.parser;bundle-version="0.0.0"
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
index 059405e..960d511 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.tcllib/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.tcllib</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
index 8e4e154..2962a83 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.testing.tcltest;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.testing.internal.tcltest.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
index fe6353d..fdc6c3f 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing.tcltest/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.testing.tcltest</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
index 3f413bb..e6e89d6 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.testing;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.internal.testing.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
index 7e110fa..4c3c57d 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.testing/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.testing</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
index 06a2876..cbc759f 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.ui; singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.internal.ui.TclUI
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
index 2d21dfd..400aeb4 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.ui</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
index 0aceff9..6a24d62 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl.validators/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.validators;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.validators.TclValidatorsCore
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
index 10a7fe5..11e4c44 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl.validators/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl.validators</artifactId>
diff --git a/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF b/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
index 2fe1543..0217b77 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
+++ b/tcl/plugins/org.eclipse.dltk.tcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/tcl/plugins/org.eclipse.dltk.tcl/pom.xml b/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
index 6df1393..dbf2e9b 100644
--- a/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
+++ b/tcl/plugins/org.eclipse.dltk.tcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.tcl</artifactId>
diff --git a/tcl/pom.xml b/tcl/pom.xml
index d3c16be..aa510a6 100644
--- a/tcl/pom.xml
+++ b/tcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>tcl-all</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
index 63ec43f..0b53546 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: Tests Plug-in
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.tcl.activestatedebugger.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.activestatedebugger.tests.Activator
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.dltk.tcl.activestatedebugger,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
index 4c22a61..5574ddb 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.activestatedebugger.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.activestatedebugger.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
index d6acc60..4dfa36b 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.core.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.core.tests.model.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
index 1b2a2d6..f6237b5 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.core.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.core.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
index 8e2cefc..52cb45d 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: Tests Plug-in
Bundle-Vendor: Eclipse DLTK
Bundle-SymbolicName: org.eclipse.dltk.tcl.formatter.tests;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.junit,
org.eclipse.jface.text,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
index d096d30..f2aa119 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.formatter.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.formatter.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
index 1ae5204..72fa9da 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.parser.tests;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
index 085967d..d4cd6d6 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.parser.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.parser.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
index 331627a..5825566 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.tests.TclTestsPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
index 6eace78..a730af4 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
index 6f08e24..f6de3d4 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.ui.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.ui.tests.TclUITestsPlugin
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
index 9ef2896..8accb6c 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.ui.tests/pom.xml
@@ -6,12 +6,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.ui.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<os-jvm-flags></os-jvm-flags>
diff --git a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
index a8d935e..e8cbb84 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
+++ b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.tcl.validators.tests;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.tcl.internal.validators.TclValidatorTestsPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
index 49eef02..b1d35df 100644
--- a/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
+++ b/tcl/tests/org.eclipse.dltk.tcl.validators.tests/pom.xml
@@ -5,12 +5,12 @@
<parent>
<artifactId>tcl.tests</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>org.eclipse.dltk.tcl.validators.tests</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
diff --git a/tcl/tests/pom.xml b/tcl/tests/pom.xml
index a26b604..50419e4 100644
--- a/tcl/tests/pom.xml
+++ b/tcl/tests/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>tcl</artifactId>
<groupId>org.eclipse.dltk.tcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
<artifactId>tcl.tests</artifactId>
diff --git a/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml b/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
index 58cbeaa..24096d7 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl-feature/feature.xml
@@ -16,7 +16,7 @@
<feature
id="org.eclipse.dltk.xotcl"
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/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml b/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
index d3165cc..0113d31 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl-feature/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<groupId>org.eclipse.dltk.features</groupId>
diff --git a/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml b/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
index e096830..d60373c 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl.sdk/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.dltk.xotcl.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/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml b/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
index 81dbefe..b7f8642 100644
--- a/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
+++ b/xotcl/features/org.eclipse.dltk.xotcl.sdk/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl.sdk</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
index 4294f99..03147d8 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-SymbolicName: org.eclipse.dltk.xotcl.core;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.xotcl.internal.core.XOTclPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
index dce1bdd..d5804e3 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.core/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl.core</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
index adf24eb..900d321 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.xotcl.testing.xounit;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.xotcl.testing.internal.xounit.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
index 083e2c5..2101f9f 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.testing.xounit/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl.testing.xounit</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
index de2d124..1e9455d 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@
Bundle-Name: %pluginName
Bundle-Vendor: %pluginProvider
Bundle-SymbolicName: org.eclipse.dltk.xotcl.ui;singleton:=true
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.xotcl.internal.ui.XOTclUI
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
index 87831c6..ad9709d 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl.ui/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl.ui</artifactId>
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF b/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
index d255d8a..acd1bdb 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.xotcl
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml b/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
index f2b6c53..4ecbd67 100644
--- a/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
+++ b/xotcl/plugins/org.eclipse.dltk.xotcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl</artifactId>
diff --git a/xotcl/pom.xml b/xotcl/pom.xml
index b7f5505..9b6182f 100644
--- a/xotcl/pom.xml
+++ b/xotcl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.eclipse.dltk.tcl</groupId>
<artifactId>tcl-all</artifactId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.eclipse.dltk.xotcl</groupId>
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
index 62101a1..dfa55af 100644
--- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
+++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.dltk.xotcl.core.tests
-Bundle-Version: 5.10.0.qualifier
+Bundle-Version: 5.11.0.qualifier
Bundle-Activator: org.eclipse.dltk.xotcl.core.tests.Activator
Bundle-Vendor: %pluginProvider
Bundle-Localization: plugin
diff --git a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
index 691ca0c..35899ca 100644
--- a/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
+++ b/xotcl/tests/org.eclipse.dltk.xotcl.core.tests/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>xotcl</artifactId>
<groupId>org.eclipse.dltk.xotcl</groupId>
- <version>5.10.0-SNAPSHOT</version>
+ <version>5.11.0-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>org.eclipse.dltk.xotcl.core.tests</artifactId>