Skip to content

Commit

Permalink
chore: release v4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Sep 25, 2020
1 parent e0996d8 commit cbb554e
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.0] - 2020-09-25
### `jsonschema-generator`
#### Added
- New `Option.ENUM_KEYWORD_FOR_SINGLE_VALUES` to produce `"enum": ["A"]` instead of `"const": "A"` if there is only one allowed value.
Expand Down Expand Up @@ -455,7 +455,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.15.1...HEAD
[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
[4.15.0]: https://github.com/victools/jsonschema-generator/compare/v4.14.0...v4.15.0
[4.14.0]: https://github.com/victools/jsonschema-generator/compare/v4.13.0...v4.14.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>4.15.1</version>
<version>4.16.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-generator</artifactId>
<version>[4.10.0,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
</dependency>
```

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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-generator</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-maven-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ It is not possible to configure options for custom modules.
<plugin>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-maven-plugin</artifactId>
<version>[4.12.2,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
<executions>
<execution>
<goals>
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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-jackson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-jackson</artifactId>
<version>[4.10.0,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
</dependency>
```

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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-module-jackson</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-javax-validation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-javax-validation</artifactId>
<version>[4.10.0,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
</dependency>
```

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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-module-javax-validation</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-1.5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-swagger-1.5</artifactId>
<version>[4.10.0,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
</dependency>
```

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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-module-swagger-1.5</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion jsonschema-module-swagger-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Additional documentation can be found in the [Project Wiki](https://github.com/v
<dependency>
<groupId>com.github.victools</groupId>
<artifactId>jsonschema-module-swagger-2</artifactId>
<version>[4.13.0,5.0.0)</version>
<version>[4.16.0,5.0.0)</version>
</dependency>
```

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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
</parent>
<artifactId>jsonschema-module-swagger-2</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions 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.15.2-SNAPSHOT</version>
<version>4.16.0</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -28,7 +28,7 @@
<connection>scm:git:https://github.com/victools/jsonschema-generator.git</connection>
<developerConnection>scm:git:https://github.com/victools/jsonschema-generator.git</developerConnection>
<url>https://github.com/victools/jsonschema-generator</url>
<tag>HEAD</tag>
<tag>v4.16.0</tag>
</scm>

<organization>
Expand Down

0 comments on commit cbb554e

Please sign in to comment.