From 097c0131889826083a42f51c92691a416647a44d Mon Sep 17 00:00:00 2001 From: Carsten Wickner Date: Mon, 4 Apr 2022 23:13:46 +0200 Subject: [PATCH] chore: release 4.24.2 --- CHANGELOG.md | 4 ++-- README.md | 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 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e643536..426f0e99 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.24.2] ### `jsonschema-generator-bom` #### Fixed - Actually publish BOM during release @@ -579,7 +579,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.24.1...HEAD +[4.24.2]: https://github.com/victools/jsonschema-generator/compare/v4.24.1...v4.24.2 [4.24.1]: https://github.com/victools/jsonschema-generator/compare/v4.24.0...v4.24.1 [4.24.0]: https://github.com/victools/jsonschema-generator/compare/v4.23.0...v4.24.0 [4.23.0]: https://github.com/victools/jsonschema-generator/compare/v4.22.0...v4.23.0 diff --git a/README.md b/README.md index 6c591d4d..53952cfe 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.24.1 + 4.24.2 ``` diff --git a/jsonschema-generator-bom/pom.xml b/jsonschema-generator-bom/pom.xml index efb17284..73ae3ed6 100644 --- a/jsonschema-generator-bom/pom.xml +++ b/jsonschema-generator-bom/pom.xml @@ -8,7 +8,7 @@ com.github.victools jsonschema-generator-bom - 4.24.2-SNAPSHOT + 4.24.2 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.24.2 diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml index 9aa1e819..d76a2fbe 100644 --- a/jsonschema-generator-parent/pom.xml +++ b/jsonschema-generator-parent/pom.xml @@ -4,7 +4,7 @@ com.github.victools jsonschema-generator-bom - 4.24.2-SNAPSHOT + 4.24.2 ../jsonschema-generator-bom/pom.xml jsonschema-generator-parent diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index b4e74191..54746128 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.24.2-SNAPSHOT + 4.24.2 ../jsonschema-generator-parent/pom.xml jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index 13591968..715afeb7 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.victools jsonschema-generator-parent - 4.24.2-SNAPSHOT + 4.24.2 ../jsonschema-generator-parent/pom.xml jsonschema-maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index d1aff1af..37139d96 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.24.2-SNAPSHOT + 4.24.2 ../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 cea6b67f..efa71d68 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.24.2-SNAPSHOT + 4.24.2 ../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 63a8d50e..c6f17585 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.24.2-SNAPSHOT + 4.24.2 ../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 ea677387..beed19eb 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.24.2-SNAPSHOT + 4.24.2 ../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 6601bd32..7fd1d08f 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.24.2-SNAPSHOT + 4.24.2 ../jsonschema-generator-parent/pom.xml jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index 353c2ad5..6697d307 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.victools jsonschema-generator-reactor - 4.24.2-SNAPSHOT + 4.24.2 pom Java JSON Schema Generator (Reactor)