Skip to content
Snippets Groups Projects
Unverified Commit 854d8cb0 authored by Victor Sollerhed's avatar Victor Sollerhed Committed by GitHub
Browse files

feat(manager/asdf): support `maven` (#26802)

parent 24911c18
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ kotlin 1.7.20
kubectl 1.26.3
kustomize 4.5.7
lua 5.4.4
maven 3.9.6
nim 1.6.8
nodejs 18.12.0
ocaml 4.14.0
......@@ -370,6 +371,12 @@ dummy 1.2.3
depName: 'lua',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '3.9.6',
datasource: 'github-releases',
packageName: 'apache/maven',
depName: 'maven',
},
{
currentValue: '1.6.8',
datasource: 'github-tags',
......
......@@ -376,6 +376,13 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
maven: {
asdfPluginUrl: 'https://github.com/halcyon/asdf-maven',
config: {
datasource: GithubReleasesDatasource.id,
packageName: 'apache/maven',
},
},
nim: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-nim',
config: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment