File tree Expand file tree Collapse file tree
.blueprint/github-build-matrix/support Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import { readFileSync } from 'node:fs';
33import { JHIPSTER_DEPENDENCIES_VERSION } from '../../../generators/generator-constants.ts' ;
44import { getPackageRoot } from '../../../lib/index.ts' ;
55
6- const FORCE_BUILD_JHIPSTER_BOM = true ;
7- export const JHIPSTER_BOM_BRANCH = 'main ' ;
6+ const FORCE_BUILD_JHIPSTER_BOM = false ;
7+ export const JHIPSTER_BOM_BRANCH = 'release ' ;
88export const JHIPSTER_BOM_CICD_VERSION = '0.0.0-CICD' ;
99export const BUILD_JHIPSTER_BOM = FORCE_BUILD_JHIPSTER_BOM || JHIPSTER_DEPENDENCIES_VERSION . includes ( '-SNAPSHOT' ) ;
1010
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ export * from '../lib/constants/jhipster.ts';
2525
2626export const BLUEPRINT_API_VERSION = 'jhipster-8' ;
2727// jhipster-bom version
28- export const JHIPSTER_DEPENDENCIES_VERSION = '9.0.0-beta.1 ' ;
28+ export const JHIPSTER_DEPENDENCIES_VERSION = '9.0.0' ;
2929// Version of Java
3030export const RECOMMENDED_JAVA_VERSION = '21' ;
3131// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html
Original file line number Diff line number Diff line change 1212 "react-bootstrap" : " 2.10.10" ,
1313 "react-dom" : " 19.2.4" ,
1414 "react-hook-form" : " 7.71.2" ,
15- "react-jhipster" : " github:jhipster/react-jhipster#main " ,
15+ "react-jhipster" : " 1.0.0 " ,
1616 "react-redux" : " 9.2.0" ,
1717 "react-redux-loading-bar" : " 5.0.8" ,
1818 "react-router" : " 7.13.1" ,
You can’t perform that action at this time.
0 commit comments