From 22ee9a3947d45eba6e237fb282183bab9927518d Mon Sep 17 00:00:00 2001 From: Carsten Wickner Date: Wed, 25 Mar 2020 00:43:57 +0100 Subject: [PATCH] chore: release v.4.7.0 --- CHANGELOG.md | 4 ++-- README.md | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73af6c4..22a0c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [4.7.0] - 2020-03-25 ### Changed - Ignore/exclude properties marked with `@JsonBackReference` @@ -31,7 +31,7 @@ BEWARE: The `forTypesInGeneral()` API was only added to the main generator libra - Apply alternative field names defined in `@JsonProperty` annotations. - Ignore fields that are deemed to be ignored according to various `jackson-annotations` (e.g. `@JsonIgnore`, `@JsonIgnoreType`, `@JsonIgnoreProperties`) or are otherwise supposed to be excluded. -[Unreleased]: https://github.com/victools/jsonschema-module-jackson/compare/v4.5.1...HEAD +[4.7.0]: https://github.com/victools/jsonschema-module-jackson/compare/v4.5.1...v4.7.0 [4.5.1]: https://github.com/victools/jsonschema-module-jackson/compare/v4.5.0...v4.5.1 [4.5.0]: https://github.com/victools/jsonschema-module-jackson/compare/v4.4.0...v4.5.0 [4.4.0]: https://github.com/victools/jsonschema-module-jackson/compare/v4.0.0...v4.4.0 diff --git a/README.md b/README.md index 3afdc1a..b934bc6 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Schema attributes derived from validation annotations on getter methods are also com.github.victools jsonschema-module-jackson - 4.5.1 + 4.7.0 ``` diff --git a/pom.xml b/pom.xml index d4c713f..1364857 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.github.victools jsonschema-module-jackson - 4.7.0-SNAPSHOT + 4.7.0 jar @@ -27,7 +27,7 @@ scm:git:ssh://github.com/victools/jsonschema-module-jackson.git scm:git:ssh://git@github.com/victools/jsonschema-module-jackson.git https://github.com/victools/jsonschema-module-jackson - v4.5.1 + v4.7.0