Skip to content

Commit

Permalink
Merge pull request #14389 from pascalgrimaud/upgrade-jhipster-lib-7.0.0
Browse files Browse the repository at this point in the history
Upgrade jhipster lib 7.0.0
  • Loading branch information
pascalgrimaud authored Mar 20, 2021
2 parents 5365f14 + 9b74997 commit c3b5958
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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: main
JHI_LIB_BRANCH: release
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: main
JHI_LIB_BRANCH: release
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: main
JHI_LIB_BRANCH: release
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: main
JHI_LIB_BRANCH: release
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: main
JHI_LIB_BRANCH: release
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: main
JHI_LIB_BRANCH: release
# 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 @@ -32,7 +32,7 @@ const GRADLE_VERSION = '6.8.3';
const JIB_VERSION = '2.8.0';

// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.0.0-SNAPSHOT';
const JHIPSTER_DEPENDENCIES_VERSION = '7.0.0';
// 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.1';
Expand Down

0 comments on commit c3b5958

Please sign in to comment.