Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0.qualifier
Bundle-Version: 0.15.1.qualifier
Bundle-Activator: org.eclipse.lsp4mp.jdt.core.MicroProfileCorePlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.eclipse.lsp4mp</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.lsp4mp.jdt.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.eclipse.lsp4mp</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4mp.jdt.site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0.qualifier
Bundle-Version: 0.15.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
org.apache.commons.commons-io,
Expand Down
2 changes: 1 addition & 1 deletion microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.eclipse.lsp4mp</groupId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4mp.jdt.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.eclipse.lsp4mp</groupId>
<artifactId>parent</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.lsp4mp.jdt.tp</artifactId>
<name>lsp4mp :: Target Platform</name>
Expand Down
2 changes: 1 addition & 1 deletion microprofile.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4mp</groupId>
<artifactId>parent</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>microprofile.jdt.ls :: parent</name>
<description>microprofile.jdt.ls parent</description>
Expand Down
2 changes: 1 addition & 1 deletion microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.lsp4mp</groupId>
<artifactId>org.eclipse.lsp4mp.ls</artifactId>
<version>0.15.0-SNAPSHOT</version>
<version>0.15.1-SNAPSHOT</version>

<name>MicroProfile Language Server</name>
<description>MicroProfile Language Server</description>
Expand Down