Skip to content

Commit

Permalink
Upversion to 0.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <davthomp@redhat.com>
  • Loading branch information
datho7561 authored and rgrunber committed Feb 15, 2024
1 parent 0d7ee26 commit a49e874
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.11.0.qualifier
Bundle-Version: 0.12.0.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.11.0-SNAPSHOT</version>
<version>0.12.0-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.11.0-SNAPSHOT</version>
<version>0.12.0-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.11.0.qualifier
Bundle-Version: 0.12.0.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.11.0-SNAPSHOT</version>
<version>0.12.0-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.11.0-SNAPSHOT</version>
<version>0.12.0-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.11.0-SNAPSHOT</version>
<version>0.12.0-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.11.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>

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

0 comments on commit a49e874

Please sign in to comment.