Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade jhipster lib 7.0.2 snapshot #14560

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
JHI_RUN_APP: 1
JHI_JDK: 11
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/incremental-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
JHI_RUN_APP: 1
JHI_JDK: 11
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
JHI_RUN_APP: 1
JHI_JDK: 11
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
JHI_RUN_APP: 1
JHI_JDK: 11
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:
JHI_RUN_APP: 1
JHI_JDK: 11
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
JHI_JDK: 11
# if JHI_LIB_BRANCH value is release, use the release from Maven
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
JHI_LIB_BRANCH: release
JHI_LIB_BRANCH: main
# if JHI_GEN_BRANCH value is release, use the release from NPM
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
JHI_GEN_BRANCH: main
Expand Down
2 changes: 1 addition & 1 deletion generators/generator-constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const GRADLE_VERSION = '6.8.3';
const JIB_VERSION = '2.8.0';

// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.0.1';
const JHIPSTER_DEPENDENCIES_VERSION = '7.0.2-SNAPSHOT';
// The spring-boot version should match the one managed by https://mvnrepository.com/artifact/tech.jhipster/jhipster-dependencies/JHIPSTER_DEPENDENCIES_VERSION
const SPRING_BOOT_VERSION = '2.4.4';
const LIQUIBASE_VERSION = '4.3.2';
Expand Down