Skip to content

Commit

Permalink
chore: prepare next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Dec 23, 2020
1 parent ba67403 commit 9e17276
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-generator</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-module-jackson</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-jakarta-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-module-jakarta-validation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-javax-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-module-javax-validation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-1.5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-module-swagger-1.5</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
</parent>
<artifactId>jsonschema-module-swagger-2</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator-parent</artifactId>
<version>4.17.0</version>
<version>4.18.0-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand Down

0 comments on commit 9e17276

Please sign in to comment.