Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
chore: release v.4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Mar 24, 2020
1 parent f1aaa52 commit 22ee9a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Schema attributes derived from validation annotations on getter methods are also
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-jackson</artifactId>
<version>4.5.1</version>
<version>4.7.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-jackson</artifactId>
<version>4.7.0-SNAPSHOT</version>
<version>4.7.0</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:ssh://github.com/victools/jsonschema-module-jackson.git</connection>
<developerConnection>scm:git:ssh://git@github.com/victools/jsonschema-module-jackson.git</developerConnection>
<url>https://github.com/victools/jsonschema-module-jackson</url>
<tag>v4.5.1</tag>
<tag>v4.7.0</tag>
</scm>

<organization>
Expand Down

0 comments on commit 22ee9a3

Please sign in to comment.