Skip to content

Commit

Permalink
use jhipster-framework release (#27342)
Browse files Browse the repository at this point in the history
* use jhipster-framework release

* force build jhipster-bom
  • Loading branch information
mshima authored Sep 21, 2024
1 parent 241f9fc commit 4aaed0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1-SNAPSHOT';
export const JHIPSTER_DEPENDENCIES_VERSION = '8.7.0';
// Version of Java
export const JAVA_VERSION = '17';
// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
Expand Down
2 changes: 1 addition & 1 deletion test-integration/integration-test-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { dirname, join } from 'path';
import { fileURLToPath } from 'url';
import { JHIPSTER_DEPENDENCIES_VERSION } from '../generators/generator-constants.js';

const FORCE_BUILD_JHIPSTER_BOM = false;
const FORCE_BUILD_JHIPSTER_BOM = true;
export const JHIPSTER_BOM_BRANCH = 'main';
export const JHIPSTER_BOM_CICD_VERSION = '0.0.0-CICD';
export const BUILD_JHIPSTER_BOM = FORCE_BUILD_JHIPSTER_BOM || JHIPSTER_DEPENDENCIES_VERSION.includes('-SNAPSHOT');
Expand Down

0 comments on commit 4aaed0b

Please sign in to comment.