Skip to content

Commit eb64a18

Browse files
committed
Switch back to generator main branch
1 parent 3c19c27 commit eb64a18

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/angular.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
3636
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: skip_ci_sb_2.3.5
37+
JHI_GEN_BRANCH: main
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/react.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
3636
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: skip_ci_sb_2.3.5
37+
JHI_GEN_BRANCH: main
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/vue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
3636
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: skip_ci_sb_2.3.5
37+
JHI_GEN_BRANCH: main
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/webflux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env:
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
3636
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: skip_ci_sb_2.3.5
37+
JHI_GEN_BRANCH: main
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
JHI_LIB_BRANCH: main
3838
# if JHI_GEN_BRANCH value is release, use the release from NPM
3939
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
40-
JHI_GEN_BRANCH: skip_ci_sb_2.3.5
40+
JHI_GEN_BRANCH: main
4141
# specific config
4242
SPRING_OUTPUT_ANSI_ENABLED: NEVER
4343
SPRING_JPA_SHOW_SQL: false

0 commit comments

Comments
 (0)