Skip to content

Commit 6054564

Browse files
author
Matt Raible
authored
Merge pull request #188 from DanielFran/skip-ci_spring-boot_2.4.3
YOLO!
2 parents e60311c + 2c46d62 commit 6054564

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.github/workflows/angular.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ env:
3333
JHI_VERSION: 0.0.0-CICD
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
36-
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: main
36+
JHI_GEN_REPO: https://github.com/DanielFran/generator-jhipster.git
37+
JHI_GEN_BRANCH: skip-ci_spring-boot_2.4.3
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/react.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ env:
3333
JHI_VERSION: 0.0.0-CICD
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
36-
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: main
36+
JHI_GEN_REPO: https://github.com/DanielFran/generator-jhipster.git
37+
JHI_GEN_BRANCH: skip-ci_spring-boot_2.4.3
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/vue.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ env:
3333
JHI_VERSION: 0.0.0-CICD
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
36-
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: main
36+
JHI_GEN_REPO: https://github.com/DanielFran/generator-jhipster.git
37+
JHI_GEN_BRANCH: skip-ci_spring-boot_2.4.3
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

.github/workflows/webflux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ env:
3333
JHI_VERSION: 0.0.0-CICD
3434
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3535
JHI_LIB_BRANCH: main
36-
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
37-
JHI_GEN_BRANCH: main
36+
JHI_GEN_REPO: https://github.com/DanielFran/generator-jhipster.git
37+
JHI_GEN_BRANCH: skip-ci_spring-boot_2.4.3
3838
SPRING_OUTPUT_ANSI_ENABLED: ALWAYS
3939
SPRING_JPA_SHOW_SQL: false
4040
JHI_DISABLE_WEBPACK_LOGS: true

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
JHI_LIB_REPO: https://github.com/jhipster/jhipster-bom.git
3737
JHI_LIB_BRANCH: main
3838
# if JHI_GEN_BRANCH value is release, use the release from NPM
39-
JHI_GEN_REPO: https://github.com/jhipster/generator-jhipster.git
40-
JHI_GEN_BRANCH: main
39+
JHI_GEN_REPO: https://github.com/DanielFran/generator-jhipster.git
40+
JHI_GEN_BRANCH: skip-ci_spring-boot_2.4.3
4141
# specific config
4242
SPRING_OUTPUT_ANSI_ENABLED: NEVER
4343
SPRING_JPA_SHOW_SQL: false

jhipster-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<mapstruct.version>1.4.2.Final</mapstruct.version>
5959
<mongock.version>4.2.8.BETA</mongock.version>
6060
<mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version>
61-
<neo4j-migrations.version>0.1.1</neo4j-migrations.version>
61+
<neo4j-migrations.version>0.1.2</neo4j-migrations.version>
6262
<!-- Don't upgrade MySQL until this Liquibase issue is fixed -->
6363
<!-- https://github.com/liquibase/liquibase/issues/1647 -->
6464
<mysql-jdbc.version>8.0.22</mysql-jdbc.version>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- The jhipster-framework version should be the same as the artifact version above -->
4343
<jhipster-framework.version>7.0.0-SNAPSHOT</jhipster-framework.version>
4444
<!-- The spring-boot version should be the same as the parent version above -->
45-
<spring-boot.version>2.4.2</spring-boot.version>
45+
<spring-boot.version>2.4.3</spring-boot.version>
4646

4747
<!-- Build properties -->
4848
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)