diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7f6a16..3bf777d2 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.19.0] - 2021-09-02 ### `jsonschema-generator` #### Added - Support `readOnly` and `writeOnly` keywords @@ -490,7 +490,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Indicate a number's "exclusiveMaximum" according to `@DecimalMax` or `@Negative` -[Unreleased]: https://github.com/victools/jsonschema-generator/compare/v4.18.0...HEAD +[4.19.0]: https://github.com/victools/jsonschema-generator/compare/v4.18.0...v4.19.0 [4.18.0]: https://github.com/victools/jsonschema-generator/compare/v4.17.0...v4.18.0 [4.17.0]: https://github.com/victools/jsonschema-generator/compare/v4.16.0...v4.17.0 [4.16.0]: https://github.com/victools/jsonschema-generator/compare/v4.15.1...v4.16.0 diff --git a/README.md b/README.md index f66dca8c..8cedcb3f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Additional documentation and configuration examples can be found here: https://v com.github.victools jsonschema-generator - 4.18.0 + 4.19.0 ``` diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index d05b213d..760ff660 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index 6a1f3b5e..316bbc14 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-maven-plugin maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index 5be7cd1a..e8007597 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-module-jackson diff --git a/jsonschema-module-jakarta-validation/pom.xml b/jsonschema-module-jakarta-validation/pom.xml index e984d547..84f433f8 100644 --- a/jsonschema-module-jakarta-validation/pom.xml +++ b/jsonschema-module-jakarta-validation/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-module-jakarta-validation diff --git a/jsonschema-module-javax-validation/pom.xml b/jsonschema-module-javax-validation/pom.xml index 60d70778..516ac5c5 100644 --- a/jsonschema-module-javax-validation/pom.xml +++ b/jsonschema-module-javax-validation/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-module-javax-validation diff --git a/jsonschema-module-swagger-1.5/pom.xml b/jsonschema-module-swagger-1.5/pom.xml index 5d7751c6..7dd122c9 100644 --- a/jsonschema-module-swagger-1.5/pom.xml +++ b/jsonschema-module-swagger-1.5/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-module-swagger-1.5 diff --git a/jsonschema-module-swagger-2/README.md b/jsonschema-module-swagger-2/README.md index e8e8125e..71f863dd 100644 --- a/jsonschema-module-swagger-2/README.md +++ b/jsonschema-module-swagger-2/README.md @@ -55,7 +55,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v com.github.victools jsonschema-module-swagger-2 - [4.16.0,5.0.0) + [4.19.0,5.0.0) ``` diff --git a/jsonschema-module-swagger-2/pom.xml b/jsonschema-module-swagger-2/pom.xml index a7d66534..ff218f43 100644 --- a/jsonschema-module-swagger-2/pom.xml +++ b/jsonschema-module-swagger-2/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index d6b23147..8824b4dd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.github.victools jsonschema-generator-parent - 4.19.0-SNAPSHOT + 4.19.0 pom @@ -28,7 +28,7 @@ scm:git:https://github.com/victools/jsonschema-generator.git scm:git:https://github.com/victools/jsonschema-generator.git https://github.com/victools/jsonschema-generator - HEAD + v4.19.0