diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e99479..d7fd1732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.33.1] - 2023-12-19 ### `jsonschema-module-jackson` #### Fixed @@ -801,6 +804,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.33.1...HEAD [4.33.1]: https://github.com/victools/jsonschema-generator/compare/v4.33.0...v4.33.1 [4.33.0]: https://github.com/victools/jsonschema-generator/compare/v4.32.0...v4.33.0 [4.32.0]: https://github.com/victools/jsonschema-generator/compare/v4.31.1...v4.32.0 diff --git a/jsonschema-examples/pom.xml b/jsonschema-examples/pom.xml index a78fee78..ea42b1ab 100644 --- a/jsonschema-examples/pom.xml +++ b/jsonschema-examples/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.33.1 + 4.34.0-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-examples diff --git a/jsonschema-generator-bom/pom.xml b/jsonschema-generator-bom/pom.xml index 5138bdcb..82b1b3fe 100644 --- a/jsonschema-generator-bom/pom.xml +++ b/jsonschema-generator-bom/pom.xml @@ -8,7 +8,7 @@ com.github.victools jsonschema-generator-bom - 4.33.1 + 4.34.0-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.33.1 + HEAD diff --git a/jsonschema-generator-parent/pom.xml b/jsonschema-generator-parent/pom.xml index 1c067516..e1e96f37 100644 --- a/jsonschema-generator-parent/pom.xml +++ b/jsonschema-generator-parent/pom.xml @@ -4,7 +4,7 @@ com.github.victools jsonschema-generator-bom - 4.33.1 + 4.34.0-SNAPSHOT ../jsonschema-generator-bom/pom.xml jsonschema-generator-parent diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index c197f207..0600af28 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.33.1 + 4.34.0-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index e9989cf6..f4578052 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.victools jsonschema-generator-parent - 4.33.1 + 4.34.0-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index 2202ff04..d311485b 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.33.1 + 4.34.0-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 372c9c7c..d8013574 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.33.1 + 4.34.0-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 9547469b..b687689f 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.33.1 + 4.34.0-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 9c66609d..6ba43b7f 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.33.1 + 4.34.0-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 cca97e5b..9f3279e1 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.33.1 + 4.34.0-SNAPSHOT ../jsonschema-generator-parent/pom.xml jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index e9aa6c2f..1673105f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.github.victools jsonschema-generator-reactor - 4.33.1 + 4.34.0-SNAPSHOT pom Java JSON Schema Generator (Reactor)