Skip to content

Commit

Permalink
update jhipster-bom version to 8.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Sep 5, 2023
1 parent 8f19cf3 commit 7c6602d
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
Original file line number Diff line number Diff line change
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.mts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* limitations under the License.
*/
// jhipster-bom version
export const JHIPSTER_DEPENDENCIES_VERSION = '8.0.0-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.0.0-beta.3';
// Version of Java
export const JAVA_VERSION = '17';
export const JAVA_COMPATIBLE_VERSIONS = ['17', '18', '19', '20', '21'];
Expand Down

0 comments on commit 7c6602d

Please sign in to comment.