Skip to content

Commit

Permalink
Upversion to 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 authored and rgrunber committed Aug 22, 2023
1 parent 0242c09 commit 2bbcefc
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0.qualifier
Bundle-Version: 0.17.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
org.apache.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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0.qualifier
Bundle-Version: 0.17.0.qualifier
Require-Bundle: org.eclipse.lsp4mp.jdt.core,
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.16.0-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>com.redhat.microprofile.jdt.quarkus</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.16.0-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>quarkus.jdt.ls :: parent</name>
<description>quarkus.jdt.ls parent</description>
Expand All @@ -17,7 +17,7 @@
<jdt.ls.version>1.27.0-SNAPSHOT</jdt.ls.version>
<tycho.test.platformArgs />
<tycho.test.jvmArgs>-Xmx512m -DDetectVMInstallationsJob.disabled=true ${tycho.test.platformArgs}</tycho.test.jvmArgs>
<lsp4mp.p2.url>https://download.eclipse.org/lsp4mp/snapshots/0.9.0/repository/</lsp4mp.p2.url>
<lsp4mp.p2.url>https://download.eclipse.org/lsp4mp/snapshots/0.10.0/repository/</lsp4mp.p2.url>

<!-- Code coverage -->
<jacoco.version>0.8.8</jacoco.version>
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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0.qualifier
Bundle-Version: 0.17.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.junit,
org.apache.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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0.qualifier
Bundle-Version: 0.17.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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0-SNAPSHOT</version>
<version>0.17.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.16.0-SNAPSHOT</version>
<version>0.17.0-SNAPSHOT</version>

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

0 comments on commit 2bbcefc

Please sign in to comment.