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

Commit

Permalink
chore: release v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Mar 8, 2020
1 parent a3f4c13 commit 0e1118d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.0] - 2020-03-08
### Added
- New `JacksonOption.FLATTENED_ENUMS_FROM_JSONVALUE` for considering `@JsonValue` annotations on enums, similar to `Option.FLATTENED_ENUMS`

Expand All @@ -23,7 +23,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.4.0...HEAD
[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
[4.0.0]: https://github.com/victools/jsonschema-module-jackson/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/victools/jsonschema-module-jackson/releases/tag/v3.0.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.4.0</version>
<version>4.5.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 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.5.0-SNAPSHOT</version>
<version>4.5.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>HEAD</tag>
<tag>v4.5.0</tag>
</scm>

<organization>
Expand Down Expand Up @@ -58,7 +58,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<version.generator>4.4.0</version.generator>
<version.generator>4.5.0</version.generator>

<version.jackson>2.10.0</version.jackson>

Expand Down

0 comments on commit 0e1118d

Please sign in to comment.