From 92277e26bd2e3107d0a60d5de43887cf8856bf25 Mon Sep 17 00:00:00 2001 From: Carsten Wickner Date: Sat, 20 Jul 2024 23:42:59 +0200 Subject: [PATCH] chore: release 4.36.0 --- CHANGELOG.md | 4 ++-- README.md | 2 +- jsonschema-examples/pom.xml | 2 +- jsonschema-generator-bom/pom.xml | 4 ++-- jsonschema-generator-parent/pom.xml | 2 +- jsonschema-generator/pom.xml | 2 +- jsonschema-maven-plugin/pom.xml | 2 +- jsonschema-module-jackson/pom.xml | 2 +- jsonschema-module-jakarta-validation/pom.xml | 2 +- jsonschema-module-javax-validation/pom.xml | 2 +- jsonschema-module-swagger-1.5/pom.xml | 2 +- jsonschema-module-swagger-2/pom.xml | 2 +- pom.xml | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1252f199..926e755a 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.36.0] - 2024-07-20 ### `jsonschema-generator` #### Added - new `Option.ACCEPT_SINGLE_VALUE_AS_ARRAY` to support Jackson `DeserializationFeature` of the same name, i.e., when an array type is declared, an instance of a single item should also be accepted by the schema @@ -833,7 +833,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.35.0...HEAD +[4.36.0]: https://github.com/victools/jsonschema-generator/compare/v4.35.0...v4.36.0 [4.35.0]: https://github.com/victools/jsonschema-generator/compare/v4.34.0...v4.35.0 [4.34.0]: https://github.com/victools/jsonschema-generator/compare/v4.33.1...v4.34.0 [4.33.1]: https://github.com/victools/jsonschema-generator/compare/v4.33.0...v4.33.1 diff --git a/README.md b/README.md index 450d5329..c266fad4 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.35.0 + 4.36.0 ``` diff --git a/jsonschema-examples/pom.xml b/jsonschema-examples/pom.xml index bc6e9f93..8d7a8ec7 100644 --- a/jsonschema-examples/pom.xml +++ b/jsonschema-examples/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-examples diff --git a/jsonschema-generator-bom/pom.xml b/jsonschema-generator-bom/pom.xml index 3b616ece..5761363a 100644 --- a/jsonschema-generator-bom/pom.xml +++ b/jsonschema-generator-bom/pom.xml @@ -8,7 +8,7 @@ com.github.victools jsonschema-generator-bom - 4.36.0-SNAPSHOT + 4.36.0 pom @@ -26,7 +26,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.36.0 diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml index 3340bbdf..2b30c209 100644 --- a/jsonschema-generator-parent/pom.xml +++ b/jsonschema-generator-parent/pom.xml @@ -4,7 +4,7 @@ com.github.victools jsonschema-generator-bom - 4.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-bom/pom.xml jsonschema-generator-parent diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index 82d33498..a73678a5 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index 69f5eef1..4f205cfe 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.victools jsonschema-generator-parent - 4.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index 861836d8..e853aeb9 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-module-jackson diff --git a/jsonschema-module-jakarta-validation/pom.xml b/jsonschema-module-jakarta-validation/pom.xml index 044b5243..f8840c50 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.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-module-jakarta-validation diff --git a/jsonschema-module-javax-validation/pom.xml b/jsonschema-module-javax-validation/pom.xml index fe229141..94e21ff0 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.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-module-javax-validation diff --git a/jsonschema-module-swagger-1.5/pom.xml b/jsonschema-module-swagger-1.5/pom.xml index ed602d30..77f8ea56 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.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-module-swagger-1.5 diff --git a/jsonschema-module-swagger-2/pom.xml b/jsonschema-module-swagger-2/pom.xml index d039680d..89ef6ccb 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.36.0-SNAPSHOT + 4.36.0 ../jsonschema-generator-parent/pom.xml jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index 9b052d5e..ba547b87 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.victools jsonschema-generator-reactor - 4.36.0-SNAPSHOT + 4.36.0 pom Java JSON Schema Generator (Reactor)