Skip to content

Commit

Permalink
Merge pull request #17467 from DanielFran/skip_ci-bom_7.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
Update bom version to 7.5.1-SNAPSHOT
  • Loading branch information
DanielFran authored Jan 2, 2022
2 parents 659d694 + 99fe66f commit d4b796b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ inputs:
jhipster-bom-branch:
description: 'JHipster BOM branch'
required: false
default: release
default: auto
jhipster-bom-directory:
description: 'JHipster BOM path'
required: false
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
variables:
# 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 @@ -34,7 +34,7 @@ const GRADLE_VERSION = '7.3.1';
const JIB_VERSION = '3.1.4';

// Libraries version
const JHIPSTER_DEPENDENCIES_VERSION = '7.5.0';
const JHIPSTER_DEPENDENCIES_VERSION = '7.5.1-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.5.8';
const LIQUIBASE_VERSION = '4.6.1';
Expand Down

0 comments on commit d4b796b

Please sign in to comment.