From 32da7ef8a37292da17fc5435e3b2ae52e2554e10 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 22 Apr 2026 14:22:05 -0400 Subject: [PATCH] Upversion to 0.18.0 Signed-off-by: David Thompson --- .../org.eclipse.lsp4mp.jdt.core/META-INF/MANIFEST.MF | 2 +- microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml | 2 +- microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml | 2 +- .../org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF | 2 +- microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml | 2 +- microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml | 2 +- microprofile.jdt/pom.xml | 2 +- microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/META-INF/MANIFEST.MF b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/META-INF/MANIFEST.MF index c35e7b29..ffbf552a 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/META-INF/MANIFEST.MF +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-SymbolicName: org.eclipse.lsp4mp.jdt.core;singleton:=true -Bundle-Version: 0.17.0.qualifier +Bundle-Version: 0.18.0.qualifier Bundle-Activator: org.eclipse.lsp4mp.jdt.core.MicroProfileCorePlugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.jdt.core, diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml index 588f32e1..55e92254 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml @@ -5,7 +5,7 @@ parent org.eclipse.lsp4mp - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT 4.0.0 org.eclipse.lsp4mp.jdt.core diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml b/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml index 5eb94904..6d862d0d 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml @@ -6,7 +6,7 @@ parent org.eclipse.lsp4mp - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT org.eclipse.lsp4mp.jdt.site eclipse-repository diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF index 6b46fa3a..d681c996 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: quarkus.jdt.ls Test Plugin Bundle-SymbolicName: org.eclipse.lsp4mp.jdt.test;singleton:=true -Bundle-Version: 0.17.0.qualifier +Bundle-Version: 0.18.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Require-Bundle: org.junit, org.apache.commons.commons-io, diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml index cef255a1..69c7a210 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml @@ -6,7 +6,7 @@ parent org.eclipse.lsp4mp - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT org.eclipse.lsp4mp.jdt.test eclipse-test-plugin diff --git a/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml b/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml index 0803e40d..0dcca587 100644 --- a/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml +++ b/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml @@ -3,7 +3,7 @@ org.eclipse.lsp4mp parent - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT org.eclipse.lsp4mp.jdt.tp lsp4mp :: Target Platform diff --git a/microprofile.jdt/pom.xml b/microprofile.jdt/pom.xml index 3f28d9c5..b7bae615 100644 --- a/microprofile.jdt/pom.xml +++ b/microprofile.jdt/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.eclipse.lsp4mp parent - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT pom microprofile.jdt.ls :: parent microprofile.jdt.ls parent diff --git a/microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml b/microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml index 6154cedd..4b48ee48 100644 --- a/microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml +++ b/microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.eclipse.lsp4mp org.eclipse.lsp4mp.ls - 0.17.0-SNAPSHOT + 0.18.0-SNAPSHOT MicroProfile Language Server MicroProfile Language Server