From ca3566054fb1964eddf04b51063a2a7c6ba72c9c Mon Sep 17 00:00:00 2001 From: Carsten Wickner Date: Fri, 21 Jun 2024 22:04:36 +0200 Subject: [PATCH] chore: Prepare for next development iteration --- CHANGELOG.md | 5 +++++ 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 +- 12 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035fcf51..b1109967 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.35.0] - 2024-03-29 ### `jsonschema-generator` #### Added @@ -821,6 +825,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.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/jsonschema-examples/pom.xml b/jsonschema-examples/pom.xml index e79a5c02..530a3502 100644 --- a/jsonschema-examples/pom.xml +++ b/jsonschema-examples/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.35.0 + 4.35.1-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-examples diff --git a/jsonschema-generator-bom/pom.xml b/jsonschema-generator-bom/pom.xml index 22e63846..312137c8 100644 --- a/jsonschema-generator-bom/pom.xml +++ b/jsonschema-generator-bom/pom.xml @@ -8,7 +8,7 @@ com.github.victools jsonschema-generator-bom - 4.35.0 + 4.35.1-SNAPSHOT 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 - v4.35.0 + HEAD diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml index cd518f7b..8c54ccde 100644 --- a/jsonschema-generator-parent/pom.xml +++ b/jsonschema-generator-parent/pom.xml @@ -4,7 +4,7 @@ com.github.victools jsonschema-generator-bom - 4.35.0 + 4.35.1-SNAPSHOT ../jsonschema-generator-bom/pom.xml jsonschema-generator-parent diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index d81248b9..a98f98b6 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.35.0 + 4.35.1-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index 96d98532..5e2bb0e9 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.victools jsonschema-generator-parent - 4.35.0 + 4.35.1-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index cd746cd8..73952c73 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.35.0 + 4.35.1-SNAPSHOT ../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 42bdf6e0..dd5e77f4 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.35.0 + 4.35.1-SNAPSHOT ../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 3f61b994..bb89e6ca 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.35.0 + 4.35.1-SNAPSHOT ../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 cf14c241..df053887 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.35.0 + 4.35.1-SNAPSHOT ../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 5d1dab11..508e69b3 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.35.0 + 4.35.1-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index 8a8943c0..12e2106b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.victools jsonschema-generator-reactor - 4.35.0 + 4.35.1-SNAPSHOT pom Java JSON Schema Generator (Reactor)