diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index c6e22a64587..20cdf2479be 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -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 diff --git a/.github/workflows/incremental-changelog.yml b/.github/workflows/incremental-changelog.yml index 33b4896123a..10c64629e41 100644 --- a/.github/workflows/incremental-changelog.yml +++ b/.github/workflows/incremental-changelog.yml @@ -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 diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 39e56f86f99..df6a777b710 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -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 diff --git a/.github/workflows/vue.yml b/.github/workflows/vue.yml index e65142cdeeb..62404bcb92d 100644 --- a/.github/workflows/vue.yml +++ b/.github/workflows/vue.yml @@ -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 diff --git a/.github/workflows/webflux.yml b/.github/workflows/webflux.yml index 5f400d0511e..acb31501ae7 100644 --- a/.github/workflows/webflux.yml +++ b/.github/workflows/webflux.yml @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7fb13de6751..8534c76ae18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/generators/generator-constants.js b/generators/generator-constants.js index 7b7def054ae..8a1085c5369 100644 --- a/generators/generator-constants.js +++ b/generators/generator-constants.js @@ -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';