diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/META-INF/MANIFEST.MF b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/META-INF/MANIFEST.MF
index f20e5e93..0bdf1570 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/META-INF/MANIFEST.MF
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta Plugin (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.lsp4e.core;singleton:=true
-Bundle-Version: 0.2.2.qualifier
+Bundle-Version: 0.2.3.qualifier
Bundle-Activator: org.eclipse.lsp4jakarta.lsp4e.Activator
Require-Bundle:
com.google.gson,
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
index 2e169940..3701aa53 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta.lsp4e
org.eclipse.lsp4jakarta
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.lsp4e.core
eclipse-plugin
@@ -42,7 +42,7 @@
org.eclipse.lsp4jakarta
org.eclipse.lsp4jakarta.ls
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
jar-with-dependencies
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml
index 94615d3f..e5096de9 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml
@@ -2,7 +2,7 @@
+ version="0.2.3.qualifier">
[Enter Feature Description here.]
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/pom.xml
index 2e52a2bf..78db804e 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/pom.xml
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta.lsp4e
org.eclipse.lsp4jakarta
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.lsp4e.feature
eclipse-feature
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.site/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.site/pom.xml
index 3ee51b65..367fb0b4 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.site/pom.xml
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.site/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta.lsp4e
org.eclipse.lsp4jakarta
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.lsp4e.site
eclipse-repository
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/META-INF/MANIFEST.MF b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/META-INF/MANIFEST.MF
index 69508247..0cce5cd5 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/META-INF/MANIFEST.MF
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta Plugin Test Fragment (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.lsp4e.test
-Bundle-Version: 0.2.2.qualifier
+Bundle-Version: 0.2.3.qualifier
Fragment-Host: org.eclipse.lsp4jakarta.lsp4e.core;bundle-version="0.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.jdt.junit4.runtime;bundle-version="1.1.0",
diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/pom.xml
index 3b7428c8..2c6dcb3d 100644
--- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/pom.xml
+++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.test/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta.lsp4e
org.eclipse.lsp4jakarta
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
4.0.0
org.eclipse.lsp4jakarta.lsp4e.test
diff --git a/jakarta.eclipse/pom.xml b/jakarta.eclipse/pom.xml
index 3bf79427..7852cf9b 100644
--- a/jakarta.eclipse/pom.xml
+++ b/jakarta.eclipse/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.lsp4jakarta
org.eclipse.lsp4jakarta.lsp4e
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
pom
Eclipse LSP4Jakarta LSP4E Parent
Eclipse LSP4Jakarta LSP4E Parent
diff --git a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/META-INF/MANIFEST.MF b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/META-INF/MANIFEST.MF
index 8ea62f40..b80a6f9d 100644
--- a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/META-INF/MANIFEST.MF
+++ b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/META-INF/MANIFEST.MF
@@ -4,7 +4,7 @@ Bundle-Name: Eclipse LSP4Jakarta JDT Extension (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-Localization: plugin
Bundle-SymbolicName: org.eclipse.lsp4jakarta.jdt.core;singleton:=true
-Bundle-Version: 0.2.2.qualifier
+Bundle-Version: 0.2.3.qualifier
Bundle-Activator: org.eclipse.lsp4jakarta.jdt.core.JakartaCorePlugin
Require-Bundle:
org.eclipse.core.runtime,
diff --git a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/pom.xml b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/pom.xml
index 4de41c2a..19303de9 100644
--- a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/pom.xml
+++ b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.core/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta
jdt-parent
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.jdt.core
eclipse-plugin
diff --git a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.site/pom.xml b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.site/pom.xml
index 2b698aa2..283f162c 100644
--- a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.site/pom.xml
+++ b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.site/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta
jdt-parent
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.jdt.site
eclipse-repository
diff --git a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/META-INF/MANIFEST.MF b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/META-INF/MANIFEST.MF
index d1aab7a1..2a40d188 100644
--- a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/META-INF/MANIFEST.MF
+++ b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse LSP4Jakarta JDT Test Plugin (Incubation)
Bundle-Vendor: Eclipse LSP4Jakarta
Bundle-SymbolicName: org.eclipse.lsp4jakarta.jdt.test
-Bundle-Version: 0.2.2.qualifier
+Bundle-Version: 0.2.3.qualifier
Automatic-Module-Name: org.eclipse.lsp4jakarta.jdt.test
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle:
diff --git a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/pom.xml b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/pom.xml
index fc9165bc..865a843c 100644
--- a/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/pom.xml
+++ b/jakarta.jdt/org.eclipse.lsp4jakarta.jdt.test/pom.xml
@@ -7,7 +7,7 @@
org.eclipse.lsp4jakarta
jdt-parent
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
org.eclipse.lsp4jakarta.jdt.test
eclipse-test-plugin
diff --git a/jakarta.jdt/pom.xml b/jakarta.jdt/pom.xml
index 427c20e5..788ed601 100644
--- a/jakarta.jdt/pom.xml
+++ b/jakarta.jdt/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.lsp4jakarta
jdt-parent
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
pom
Eclipse LSP4Jakarta JDT Plugin Parent
Eclipse LSP4Jakarta JDT Plugin Parent
@@ -18,7 +18,7 @@
scm:git:git@github.com:eclipse/lsp4jakarta.git
scm:git:git@github.com:eclipse/lsp4jakarta.git
git@github.com:eclipse/lsp4jakarta.git
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
diff --git a/jakarta.ls/pom.xml b/jakarta.ls/pom.xml
index 0be984ca..3e675e7f 100644
--- a/jakarta.ls/pom.xml
+++ b/jakarta.ls/pom.xml
@@ -6,7 +6,7 @@
4.0.0
org.eclipse.lsp4jakarta
org.eclipse.lsp4jakarta.ls
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
Eclipse LSP4Jakarta Language Server
Eclipse LSP4Jakarta Language Server
@@ -17,7 +17,7 @@
scm:git:git@github.com:eclipse/lsp4jakarta.git
scm:git:git@github.com:eclipse/lsp4jakarta.git
git@github.com:eclipse/lsp4jakarta.git
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT
@@ -64,7 +64,7 @@
org.eclipse.lsp4jakarta
org.eclipse.lsp4jakarta.jdt.core
- 0.2.2-SNAPSHOT
+ 0.2.3-SNAPSHOT