Skip to content

Commit

Permalink
chore: release v4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed May 28, 2020
1 parent 61617af commit a1404c0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 11 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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.12.1] - 2020-05-28
### `jsonschema-maven-plugin`
#### Fixed
- Setting correct contextual classpath for class/package look-up via reflections

## [4.12.0] - 2020-05-10
### `jsonschema-generator`
Expand Down Expand Up @@ -380,7 +383,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.12.0...HEAD
[4.12.1]: https://github.com/victools/jsonschema-generator/compare/v4.12.0...v4.12.1
[4.12.0]: https://github.com/victools/jsonschema-generator/compare/v4.11.1...v4.12.0
[4.11.1]: https://github.com/victools/jsonschema-generator/compare/v4.11.0...v4.11.1
[4.11.0]: https://github.com/victools/jsonschema-generator/compare/v4.10.0...v4.11.0
Expand Down
2 changes: 1 addition & 1 deletion 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-generator</artifactId>
<version>4.12.0</version>
<version>4.12.1</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.13.0-SNAPSHOT</version>
<version>4.12.1</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.13.0-SNAPSHOT</version>
<version>4.12.1</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.13.0-SNAPSHOT</version>
<version>4.12.1</version>
</parent>
<artifactId>jsonschema-module-jackson</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.13.0-SNAPSHOT</version>
<version>4.12.1</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.13.0-SNAPSHOT</version>
<version>4.12.1</version>
</parent>
<artifactId>jsonschema-module-swagger-1.5</artifactId>

Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<licenses>
Expand All @@ -26,7 +26,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.12.1</tag>
</scm>

<organization>
Expand All @@ -53,7 +53,8 @@
<name>Jan Labrie</name>
<url>https://github.com/JanLabrie</url>
<roles>
<role>Provided PR #78 and various follow-ups (creation of maven plugin)</role>
<role>Provided PR #78 (creation of maven plugin)</role>
<role>Various follow-up enhancements and fixes for maven plugin</role>
</roles>
</contributor>
</contributors>
Expand Down

0 comments on commit a1404c0

Please sign in to comment.