From 9e1727613bcb484d1e653451cb900c993ee2af47 Mon Sep 17 00:00:00 2001 From: Carsten Wickner Date: Thu, 24 Dec 2020 00:54:18 +0100 Subject: [PATCH] chore: prepare next development iteration --- CHANGELOG.md | 3 +++ 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 +- 9 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b90842..1102faff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.17.0] - 2020-12-24 ### `jsonschema-module-jakarta-validation` #### Added @@ -464,6 +466,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.17.0...HEAD [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 [4.15.1]: https://github.com/victools/jsonschema-generator/compare/v4.15.0...v4.15.1 diff --git a/jsonschema-generator/pom.xml b/jsonschema-generator/pom.xml index b5178f3d..e3a45b80 100644 --- a/jsonschema-generator/pom.xml +++ b/jsonschema-generator/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.17.0 + 4.18.0-SNAPSHOT jsonschema-generator diff --git a/jsonschema-maven-plugin/pom.xml b/jsonschema-maven-plugin/pom.xml index 25499089..8e1bcdb9 100644 --- a/jsonschema-maven-plugin/pom.xml +++ b/jsonschema-maven-plugin/pom.xml @@ -7,7 +7,7 @@ com.github.victools jsonschema-generator-parent - 4.17.0 + 4.18.0-SNAPSHOT jsonschema-maven-plugin maven-plugin diff --git a/jsonschema-module-jackson/pom.xml b/jsonschema-module-jackson/pom.xml index d30693c6..c9c87bc9 100644 --- a/jsonschema-module-jackson/pom.xml +++ b/jsonschema-module-jackson/pom.xml @@ -5,7 +5,7 @@ com.github.victools jsonschema-generator-parent - 4.17.0 + 4.18.0-SNAPSHOT jsonschema-module-jackson diff --git a/jsonschema-module-jakarta-validation/pom.xml b/jsonschema-module-jakarta-validation/pom.xml index 8847e40e..9f014a90 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.17.0 + 4.18.0-SNAPSHOT jsonschema-module-jakarta-validation diff --git a/jsonschema-module-javax-validation/pom.xml b/jsonschema-module-javax-validation/pom.xml index a1bafb7a..cc30c9c4 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.17.0 + 4.18.0-SNAPSHOT jsonschema-module-javax-validation diff --git a/jsonschema-module-swagger-1.5/pom.xml b/jsonschema-module-swagger-1.5/pom.xml index 047eaf6a..4b776df2 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.17.0 + 4.18.0-SNAPSHOT jsonschema-module-swagger-1.5 diff --git a/jsonschema-module-swagger-2/pom.xml b/jsonschema-module-swagger-2/pom.xml index 3e680b0c..25b01fc7 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.17.0 + 4.18.0-SNAPSHOT jsonschema-module-swagger-2 diff --git a/pom.xml b/pom.xml index d3e4dab0..87fc2778 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ com.github.victools jsonschema-generator-parent - 4.17.0 + 4.18.0-SNAPSHOT pom