Skip to content

Commit d67e0b8

Browse files
committed
Prepare for next release
1 parent c06d462 commit d67e0b8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.blueprint/github-build-matrix/support/integration-test-constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { readFileSync } from 'node:fs';
33
import { JHIPSTER_DEPENDENCIES_VERSION } from '../../../generators/generator-constants.ts';
44
import { 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';
88
export const JHIPSTER_BOM_CICD_VERSION = '0.0.0-CICD';
99
export const BUILD_JHIPSTER_BOM = FORCE_BUILD_JHIPSTER_BOM || JHIPSTER_DEPENDENCIES_VERSION.includes('-SNAPSHOT');
1010

generators/generator-constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export * from '../lib/constants/jhipster.ts';
2525

2626
export 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
3030
export const RECOMMENDED_JAVA_VERSION = '21';
3131
// Supported Java versions, https://www.oracle.com/java/technologies/java-se-support-roadmap.html

generators/react/resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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",

0 commit comments

Comments
 (0)