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 3ed752af..1be97942 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.0.qualifier +Bundle-Version: 0.2.0 Bundle-Activator: org.eclipse.lsp4jakarta.lsp4e.Activator Require-Bundle: org.eclipse.lsp4e, diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml index 4cb384ac..4b0e0716 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.0-SNAPSHOT + 0.2.0 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 3dace659..5ee8ca20 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.0"> [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 04718097..97bf4fd5 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.0-SNAPSHOT + 0.2.0 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 392b1eca..1b7d1f26 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.0-SNAPSHOT + 0.2.0 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 0b9ead9f..67c03f43 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.0.qualifier +Bundle-Version: 0.2.0 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 e4da14e5..7f9611e4 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.0-SNAPSHOT + 0.2.0 4.0.0 org.eclipse.lsp4jakarta.lsp4e.test diff --git a/jakarta.eclipse/pom.xml b/jakarta.eclipse/pom.xml index 47cc51b3..f3a63070 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.0-SNAPSHOT + 0.2.0 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 c86ec67b..2075e709 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.0.qualifier +Bundle-Version: 0.2.0 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 292352be..96c2bfe5 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.0-SNAPSHOT + 0.2.0 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 be77c916..cef1c149 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.0-SNAPSHOT + 0.2.0 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 d1b54d91..8735393a 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.0.qualifier +Bundle-Version: 0.2.0 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 d3c8e50c..9adb0e52 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.0-SNAPSHOT + 0.2.0 org.eclipse.lsp4jakarta.jdt.test eclipse-test-plugin diff --git a/jakarta.jdt/pom.xml b/jakarta.jdt/pom.xml index 1e063f66..f6dfd09c 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.0-SNAPSHOT + 0.2.0 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 - HEAD + 0.2.0 diff --git a/jakarta.ls/pom.xml b/jakarta.ls/pom.xml index cdc74c2b..f2ba0e89 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.0-SNAPSHOT + 0.2.0 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 - HEAD + 0.2.0