Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump to 0.20.0 #1002

Merged
merged 1 commit into from
Oct 14, 2024
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 @@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<artifactId>com.microprofile.quarkus.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: com.redhat.microprofile.jdt.quarkus.test
Bundle-Version: 0.19.2.qualifier
Bundle-Version: 0.20.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
org.apache.commons.commons-io,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<artifactId>com.redhat.microprofile.jdt.quarkus.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
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: com.redhat.microprofile.jdt.quarkus;singleton:=true
Bundle-Version: 0.19.2.qualifier
Bundle-Version: 0.20.0.qualifier
Require-Bundle: org.eclipse.lsp4mp.jdt.core;bundle-version="0.11.0",
org.eclipse.core.runtime,
org.eclipse.jdt.core,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>com.redhat.microprofile.jdt.quarkus</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quarkus.jdt.ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.microprofile</groupId>
<artifactId>parent</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>quarkus.jdt.ls :: parent</name>
<description>quarkus.jdt.ls parent</description>
Expand Down
2 changes: 1 addition & 1 deletion quarkus.ls.ext/com.redhat.quarkus.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>com.redhat.microprofile</groupId>
<artifactId>com.redhat.quarkus.ls</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>

<name>Quarkus Extension for the MicroProfile Language Server</name>
<description>Quarkus extension for MicroProfile Language Server</description>
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent-qute</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<artifactId>com.redhat.qute.jdt.site</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt.test/META-INF/MANIFEST.MF
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: com.redhat.qute.jdt.test;singleton:=true
Bundle-Version: 0.19.2.qualifier
Bundle-Version: 0.20.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
org.apache.commons.commons-io,
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>parent-qute</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<artifactId>com.redhat.qute.jdt.test</artifactId>
<packaging>eclipse-test-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt/META-INF/MANIFEST.MF
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: com.redhat.qute.jdt;singleton:=true
Bundle-Version: 0.19.2.qualifier
Bundle-Version: 0.20.0.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jdt.ls.core;resolution:=optional,
org.eclipse.jdt.core,
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/com.redhat.qute.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>parent-qute</artifactId>
<groupId>com.redhat.microprofile</groupId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>com.redhat.qute.jdt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion qute.jdt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.redhat.microprofile</groupId>
<artifactId>parent-qute</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>qute.jdt.ls :: parent</name>
<description>qute.jdt.ls parent</description>
Expand Down
2 changes: 1 addition & 1 deletion qute.ls/com.redhat.qute.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>com.redhat.microprofile</groupId>
<artifactId>com.redhat.qute.ls</artifactId>
<version>0.19.2-SNAPSHOT</version>
<version>0.20.0-SNAPSHOT</version>

<name>Qute Language Server</name>
<description>Qute Language Server</description>
Expand Down
Loading