Skip to content

Commit

Permalink
Prepare for next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
mraible committed Aug 27, 2024
1 parent f953daf commit bfa2d0c
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 @@ -66,7 +66,7 @@ inputs:
jhipster-bom-branch:
description: 'JHipster BOM branch'
required: false
default: release
default: auto
jhipster-bom-directory:
description: 'JHipster BOM path'
required: false
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { fileURLToPath } from 'url';

export const BLUEPRINT_API_VERSION = 'jhipster-8';
// jhipster-bom version
export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.0';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.1-SNAPSHOT';
// Version of Java
export const JAVA_VERSION = '17';
// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
Expand Down

0 comments on commit bfa2d0c

Please sign in to comment.