This repository was archived by the owner on Mar 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ Unreleased]
8+
79## [ 4.0.0]
810- No changes, just bumping of major version to indicate compatibility with ` jsonschema-generator ` version 4.*
911
@@ -38,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3840- Indicate a number's "maximum" (inclusive) according to ` @Max ` , ` @DecimalMax ` or ` @NegativeOrZero `
3941- Indicate a number's "exclusiveMaximum" according to ` @DecimalMax ` or ` @Negative `
4042
43+ [ Unreleased ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v4.0.0...HEAD
4144[ 4.0.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v3.2.0...v4.0.0
4245[ 3.2.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...v3.2.0
4346[ 3.0.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...v3.0.0
Original file line number Diff line number Diff line change 88
99 <groupId >com.github.victools</groupId >
1010 <artifactId >jsonschema-module-javax-validation</artifactId >
11- <version >4.0.0 </version >
11+ <version >4.0.1-SNAPSHOT </version >
1212 <packaging >jar</packaging >
1313
1414 <licenses >
2727 <connection >scm:git:ssh://github.com/victools/jsonschema-module-javax-validation.git</connection >
2828 <developerConnection >scm:git:ssh://git@github.com/victools/jsonschema-module-javax-validation.git</developerConnection >
2929 <url >https://github.com/victools/jsonschema-module-javax-validation</url >
30- <tag >v4.0.0 </tag >
30+ <tag >HEAD </tag >
3131 </scm >
3232
3333 <organization >
You can’t perform that action at this time.
0 commit comments