Skip to content

Commit

Permalink
Remove strict checking of liquibase.properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmckenzie committed May 30, 2022
1 parent 6d1689b commit a07f1dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to
[Semantic Versioning](http://semver.org/).

## [Unreleased]

## [11.0.0-M15] - 2022-05-30
### Changed
- Removed strict checking of liquibase.properties files

## [11.0.0-M14] - 2022-05-23
### Changed
- Update maven-framework-parent-pom to 11.0.0-M6


## [11.0.0-M13] - 2022-05-20
### Changed
- Update liquibase to 4.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
changelog-file: liquibase/framework-system-changelog.xml
liquibase.hub.mode: off
strict: true
liquibase.headless: true
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

<properties>
<cpp.repo.name>microservice_framework</cpp.repo.name>
<framework-libraries.version>11.0.0-M16</framework-libraries.version>
<framework-libraries.version>11.0.0-M17</framework-libraries.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a07f1dc

Please sign in to comment.