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

Commit

Permalink
Release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Jan 3, 2020
1 parent e161c3b commit b500822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.0.0]
### Changed
- Look-up descriptions from `@JsonClassDescription` via new `forTypesInGeneral()` API

Expand All @@ -16,5 +16,5 @@ 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/v3.0.0...HEAD
[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
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.0.0-SNAPSHOT</version>
<version>4.0.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.0.0</tag>
</scm>

<organization>
Expand Down

0 comments on commit b500822

Please sign in to comment.