We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fac64 commit 49972feCopy full SHA for 49972fe
org.eclipse.lsp4e/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
Bundle-ManifestVersion: 2
3
Bundle-Name: Language Server Protocol client for Eclipse IDE (Incubation)
4
Bundle-SymbolicName: org.eclipse.lsp4e;singleton:=true
5
-Bundle-Version: 0.18.9.qualifier
+Bundle-Version: 0.18.10.qualifier
6
Bundle-RequiredExecutionEnvironment: JavaSE-17
7
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
8
org.eclipse.equinox.common;bundle-version="3.8.0",
org.eclipse.lsp4e/pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<artifactId>org.eclipse.lsp4e</artifactId>
12
<packaging>eclipse-plugin</packaging>
13
- <version>0.18.9-SNAPSHOT</version>
+ <version>0.18.10-SNAPSHOT</version>
14
15
<build>
16
<plugins>
0 commit comments