Skip to content

Commit

Permalink
Update Maven to 3.9.*
Browse files Browse the repository at this point in the history
Fixes actions#11093

Update Maven version to 3.9.9 in Ubuntu toolsets.

* Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2004.json`.
* Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2204.json`.
* Change `maven` version to `3.9.9` in `images/ubuntu/toolsets/toolset-2404.json`.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/actions/runner-images/issues/11093?shareId=XXXX-XXXX-XXXX-XXXX).
  • Loading branch information
Setland34 committed Jan 11, 2025
1 parent 976232d commit 942fd8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2004.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"java": {
"default": "11",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2204.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"java": {
"default": "11",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-9477386_latest.zip",
Expand Down
2 changes: 1 addition & 1 deletion images/ubuntu/toolsets/toolset-2404.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"java": {
"default": "17",
"versions": [ "8", "11", "17", "21"],
"maven": "3.8.8"
"maven": "3.9.9"
},
"android": {
"cmdline-tools": "commandlinetools-linux-11076708_latest.zip",
Expand Down

0 comments on commit 942fd8b

Please sign in to comment.