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 2e6c08e9..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 +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 540f1ade..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 + 0.2.3-SNAPSHOT org.eclipse.lsp4jakarta.lsp4e.core eclipse-plugin diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.feature/feature.xml index 3edd3f30..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 c77c3ac7..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 + 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 e9f338c3..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 + 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 d27dfa92..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 +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 8f1e4254..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 + 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 5dc15924..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 + 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 37a0b954..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 +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 5fb36ef8..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 + 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 8db86e03..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 + 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 8653b756..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 +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 91b65b5c..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 + 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 3167b0b0..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 + 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 + 0.2.3-SNAPSHOT diff --git a/jakarta.ls/pom.xml b/jakarta.ls/pom.xml index 340dd9bd..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 + 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 + 0.2.3-SNAPSHOT