Skip to content

Commit 1b16cb2

Browse files
committed
Update java version. Use new tag
1 parent 5206c4c commit 1b16cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article uses the Azure Marketplace offer for Open/WebSphere Liberty to acce
3333
3434
* If running the commands in this guide locally (instead of Azure Cloud Shell):
3535
* Prepare a local machine with Unix-like operating system installed (for example, Ubuntu, Azure Linux, macOS, Windows Subsystem for Linux).
36-
* Install a Java SE implementation (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
36+
* Install a Java SE implementation, version 17 or later. (for example, [Eclipse Open J9](https://www.eclipse.org/openj9/)).
3737
* Install [Maven](https://maven.apache.org/download.cgi) 3.5.0 or higher.
3838
* Install [Docker](https://docs.docker.com/get-docker/) for your OS.
3939
* Make sure you've been assigned either the `Owner` role or the `Contributor` and `User Access Administrator` roles in the subscription. You can verify it by following steps in [List role assignments for a user or group](../role-based-access-control/role-assignments-list-portal.md#list-role-assignments-for-a-user-or-group).
@@ -110,7 +110,7 @@ There are a few samples in the repository. We'll use *java-app/*. Here's the fil
110110
```azurecli-interactive
111111
git clone https://github.com/Azure-Samples/open-liberty-on-aks.git
112112
cd open-liberty-on-aks
113-
git checkout 2023-07-21
113+
git checkout 20230723
114114
```
115115

116116
If you see a message about being in "detached HEAD" state, this message is safe to ignore. It just means you have checked out a tag.

0 commit comments

Comments
 (0)