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 +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 4.0.0 ]
8
8
- No changes, just bumping of major version to indicate compatibility with ` jsonschema-generator ` version 4.*
9
9
10
10
## [ 3.2.0] – 2019-09-01
@@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
38
- Indicate a number's "maximum" (inclusive) according to ` @Max ` , ` @DecimalMax ` or ` @NegativeOrZero `
39
39
- Indicate a number's "exclusiveMaximum" according to ` @DecimalMax ` or ` @Negative `
40
40
41
- [ Unreleased ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v3.2.0...HEAD
41
+ [ 4.0.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v3.2.0...v4.0.0
42
42
[ 3.2.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v3.0.0...v3.2.0
43
43
[ 3.0.0 ] : https://github.com/victools/jsonschema-module-javax-validation/compare/v1.0.0...v3.0.0
44
44
[ 1.0.0 ] : https://github.com/victools/jsonschema-module-javax-validation/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.github.victools</groupId >
10
10
<artifactId >jsonschema-module-javax-validation</artifactId >
11
- <version >4.0.0-SNAPSHOT </version >
11
+ <version >4.0.0</version >
12
12
<packaging >jar</packaging >
13
13
14
14
<licenses >
27
27
<connection >scm:git:ssh://github.com/victools/jsonschema-module-javax-validation.git</connection >
28
28
<developerConnection >scm:git:ssh://git@github.com/victools/jsonschema-module-javax-validation.git</developerConnection >
29
29
<url >https://github.com/victools/jsonschema-module-javax-validation</url >
30
- <tag >HEAD </tag >
30
+ <tag >v4.0.0 </tag >
31
31
</scm >
32
32
33
33
<organization >
You can’t perform that action at this time.
0 commit comments