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

Post release updates #513

Merged
merged 1 commit into from
Jul 1, 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Liberty Tools Eclipse Changelog

## 24.0.6 [changes](https:/OpenLiberty/liberty-tools-eclipse/milestone/7?closed=1) / [release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.6.202406281517) (June. 28, 2024)

### Eclipse Platform target release upgrade
* 4.31 (2024-03)

### Dependency Upgrades
* Liberty Config Language Server (LCLS) => 2.1.3

## 24.0.3 [changes](https:/OpenLiberty/liberty-tools-eclipse/milestone/6?closed=1) / [release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.3.202403201340) (March. 20, 2024)

### Eclipse Platform target release upgrade
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ You can use the **Install New Software** option in the Eclipse **Help** menu to

a. Install by using an update site URL.

Find the update site URL for your chosen release from the entry in the Releases list. For example, the URL for the [24.0.3 release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.3.202403201340) is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.3/repository/.
Find the update site URL for your chosen release from the entry in the Releases list. For example, the URL for the [24.0.6 release](https:/OpenLiberty/liberty-tools-eclipse/releases/tag/liberty-tools-24.0.6.202406281517) is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.6/repository/.

Click the **Add...** button to open the **Add Repository** view. Copy and paste the update site URL as the **Location**, specify a **Name** of your choice (optional), and click the **Add** button.

![Step 2a. Add repository](images/install-addRepoSite.png)

b. Install by using an archive site URL.

Find the URL for the archive zip for your chosen release from the entry in the Releases list. For example, the URL for the 24.0.3 release is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.3/repository.zip
Find the URL for the archive zip for your chosen release from the entry in the Releases list. For example, the URL for the 24.0.6 release is https://public.dhe.ibm.com/ibmdl/export/pub/software/openliberty/liberty-tools-eclipse/24.0.6/repository.zip

Download this zip to your local workstation and copy the path to the downloaded archive.

Expand Down
1 change: 1 addition & 0 deletions docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ This guide provides detailed instructions on how to use Liberty Tools for the Ec
| 23.0.9 | 2023-06 - Eclipse v4.28 |
| 23.0.12 | 2023-09 - Eclipse v4.29 |
| 24.0.3 | 2023-12 - Eclipse v4.30 |
| 24.0.6 | 2024-03 - Eclipse v4.31 |

**NOTE:** Tested with each of the `Eclipse IDE for Enterprise Java and Web Developers` and `Eclipse IDE for Java Developers` packages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ version(s), and exceptions or additional permissions here}."\n\
# ADDITIONAL NOTICES #\n\
######################\n\
\n\
For additional license information see: https://raw.githubusercontent.com/OpenLiberty/liberty-tools-eclipse/liberty-tools-24.0.6/NOTICES \n\
See the NOTICES file in the repo at the corresponding source version, the most recent version of which is at https://raw.githubusercontent.com/OpenLiberty/liberty-tools-eclipse/main/NOTICES \n\
Loading