Skip to content

Commit

Permalink
Merge pull request #402 from scottkurz/23.0.6-release
Browse files Browse the repository at this point in the history
23.0.6 release
  • Loading branch information
scottkurz authored Jun 14, 2023
2 parents 087772f + 87bb6b3 commit ea482f9
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Liberty Tools Support for Language Servers
Bundle-Vendor: Open Liberty
Bundle-SymbolicName: io.openliberty.tools.eclipse.lsp4e;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Version: 23.0.6.qualifier
Bundle-Activator: io.openliberty.tools.eclipse.ls.plugin.LibertyToolsLSPlugin
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: io.openliberty.tools.eclipse.lsp4e
Expand Down
7 changes: 4 additions & 3 deletions bundles/io.openliberty.tools.eclipse.lsp4e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@
<parent>
<groupId>io.openliberty.tools.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>23.0.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<properties>
<liberty.ls.version>1.0-SNAPSHOT</liberty.ls.version>
<jakarta.ls.version>0.1.1-SNAPSHOT</jakarta.ls.version>
<liberty.ls.version>1.0</liberty.ls.version>
<jakarta.ls.version>0.1.1</jakarta.ls.version>
<mp.ls.version>0.7.0</mp.ls.version>
</properties>

<artifactId>io.openliberty.tools.eclipse.lsp4e</artifactId>

<packaging>eclipse-plugin</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Liberty Tools
Bundle-Vendor: Open Liberty
Bundle-SymbolicName: io.openliberty.tools.eclipse.product;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Version: 23.0.6.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: io.openliberty.tools.eclipse
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Liberty Tools UI
Bundle-Vendor: Open Liberty
Bundle-SymbolicName: io.openliberty.tools.eclipse.ui;singleton:=true
Bundle-Version: 0.9.2.qualifier
Bundle-Version: 23.0.6.qualifier
Bundle-Activator: io.openliberty.tools.eclipse.LibertyDevPlugin
Export-Package: io.openliberty.tools.eclipse;x-friends:="io.openliberty.tools.eclipse.tests",
io.openliberty.tools.eclipse.ui.dashboard;x-friends:="io.openliberty.tools.eclipse.tests",
Expand Down
8 changes: 4 additions & 4 deletions features/io.openliberty.tools.eclipse.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<feature
id="io.openliberty.tools.eclipse"
label="%featureName"
version="0.9.2.qualifier"
version="23.0.6.qualifier"
plugin="io.openliberty.tools.eclipse.product"
provider-name="%providerName">

Expand All @@ -28,21 +28,21 @@
id="io.openliberty.tools.eclipse.ui"
download-size="0"
install-size="0"
version="0.9.2.qualifier"
version="23.0.6.qualifier"
unpack="false"/>

<plugin
id="io.openliberty.tools.eclipse.lsp4e"
download-size="0"
install-size="0"
version="0.9.2.qualifier"
version="23.0.6.qualifier"
unpack="false"/>

<plugin
id="io.openliberty.tools.eclipse.product"
download-size="0"
install-size="0"
version="0.9.2.qualifier"
version="23.0.6.qualifier"
unpack="false"/>

</feature>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.openliberty.tools.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>23.0.6-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<license>
Expand Down Expand Up @@ -196,7 +196,7 @@
<artifact>
<groupId>io.openliberty.tools.eclipse</groupId>
<artifactId>target-platform-${eclipse.target}</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>23.0.6-SNAPSHOT</version>
<file>target-platform-${eclipse.target}</file>
</artifact>
</target>
Expand Down
4 changes: 2 additions & 2 deletions releng/io.openliberty.tools.update/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
IBM Corporation - initial implementation
-->
<site>
<feature url="features/io.openliberty.tools.eclipse_0.9.2.qualifier.liberty.jar" id="io.openliberty.tools.eclipse" version="0.9.2.qualifier">
<feature url="features/io.openliberty.tools.eclipse_23.0.6.qualifier.liberty.jar" id="io.openliberty.tools.eclipse" version="23.0.6.qualifier">
<category name="io.openliberty.tools.eclipse" />
</feature>

Expand All @@ -21,7 +21,7 @@
<repository-reference location="https://download.eclipse.org/lsp4e/releases/0.22.0/" enabled="true" />
<repository-reference location="https://download.eclipse.org/jdtls/milestones/1.23.0/repository" enabled="true" />
<repository-reference location="https://download.eclipse.org/lsp4mp/releases/0.7.0/repository" enabled="true" />
<repository-reference location="https://download.eclipse.org/lsp4jakarta/snapshots/0.1.1/repository" enabled="true" />
<repository-reference location="https://download.eclipse.org/lsp4jakarta/releases/0.1.1/repository" enabled="true" />

<!-- Dependencies -->
<bundle id="org.eclipse.ui.trace" version="1.2.200.v20220310-2159">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
</dependencies>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/lsp4jakarta/snapshots/0.1.1/repository"/>
<repository location="https://download.eclipse.org/lsp4jakarta/releases/0.1.1/repository"/>
<unit id="org.eclipse.lsp4jakarta.jdt.core" version="0.0"/>
</location>

Expand Down
2 changes: 1 addition & 1 deletion tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-Copyright: Copyright (c) 2022 IBM Corporation and others.
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plug-in
Bundle-SymbolicName: io.openliberty.tools.eclipse.tests
Bundle-Version: 0.9.2.qualifier
Bundle-Version: 23.0.6.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: junit-jupiter-api;bundle-version="[5.8.0,6.0.0)",
org.eclipse.ui,
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>io.openliberty.tools.eclipse</groupId>
<artifactId>parent</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>23.0.6-SNAPSHOT</version>
</parent>

<artifactId>io.openliberty.tools.eclipse.tests</artifactId>
Expand Down

0 comments on commit ea482f9

Please sign in to comment.