Skip to content

Commit

Permalink
release 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Mar 20, 2024
1 parent ef9efad commit c39801f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Expand Up @@ -67,7 +67,7 @@ inputs:
jhipster-bom-branch:
description: 'JHipster BOM branch'
required: false
default: auto
default: release
jhipster-bom-directory:
description: 'JHipster BOM path'
required: false
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Expand Up @@ -18,7 +18,7 @@
*/
export const BLUEPRINT_API_VERSION = 'jhipster-8';
// jhipster-bom version
export const JHIPSTER_DEPENDENCIES_VERSION = '8.2.0-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.2.0';
// Version of Java
export const JAVA_VERSION = '17';
export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21'];
Expand Down

0 comments on commit c39801f

Please sign in to comment.