Skip to content

Commit

Permalink
Remove unnecessary logging of 'skipping generation' message in pojo g…
Browse files Browse the repository at this point in the history
…enerator
  • Loading branch information
allanmckenzie committed May 10, 2023
1 parent 17cb994 commit 13b42f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

[Unreleased]

## [17.0.1] - 2023-05-10
### Changed
- Update framework-libraries to 17.0.1 in order to:
- Remove unnecessary logging of 'skipping generation' message in pojo generator

## [17.0.0] - 2023-05-05
### Changed
- Update to Java 17
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<properties>
<cpp.repo.name>microservice_framework</cpp.repo.name>
<framework-libraries.version>17.0.0</framework-libraries.version>
<framework-libraries.version>17.0.1</framework-libraries.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 13b42f6

Please sign in to comment.