Skip to content

Commit

Permalink
Update default version value
Browse files Browse the repository at this point in the history
Signed-off-by: Venelin Bakalov <[email protected]>
  • Loading branch information
VenelinBakalov committed Jun 3, 2024
1 parent 6173a5e commit 6112c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

To use most of the vRealize Developer Tools's functionality, you will need a development [vRealize Orchestrator](https://www.vmware.com/products/vrealize-orchestrator.html) instance and to set up vRealize Build Tools.

- [vRealize Build Tools v2.12.5+](https://labs.vmware.com/flings/vrealize-build-tools)
- [vRealize Build Tools v2.29.0+](https://github.com/vmware/build-tools-for-vmware-aria)
- Access to Artifact Repository - [setup instructions](https://github.com/vmware/vrealize-developer-tools/wiki/Setup-Artifact-Repository)
- maven v3.5+ available on the PATH system variable
- jdk 1.8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"vrdev.buildTools.defaultVersion": {
"type": "string",
"required": false,
"default": "2.12.5",
"default": "2.38.1",
"description": "The version of vRealize Build Tools to be used outside the context of a project (e.g. when onboarding project and running untitled actions).",
"scope": "application"
},
Expand Down

0 comments on commit 6112c81

Please sign in to comment.