File tree 7 files changed +9
-9
lines changed
7 files changed +9
-9
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
+ ## 2.1.0 - 2020-04-02
8
8
### Added
9
9
* New API for reading JSON and JSON schema with a JsonParser as a source. Contributed by [ @simon-greatrix ] ( https://github.com/simon-greatrix )
10
10
* ` JsonValidationService.readSchema(JsonParser) `
Original file line number Diff line number Diff line change 1
- Copyright 2018-2019 the Justify authors.
1
+ Copyright 2018-2020 the Justify authors.
2
2
This software is licensed under the Apache License, Versions 2.0.
3
3
4
4
For testing purposes, this product includes 3rd-party products with separate
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ This software is available in the [Maven Central Repository] and the following d
30
30
<dependency >
31
31
<groupId >org.leadpony.justify</groupId >
32
32
<artifactId >justify</artifactId >
33
- <version >2.0 .0</version >
33
+ <version >2.1 .0</version >
34
34
</dependency >
35
35
```
36
36
37
37
* Gradle*
38
38
```
39
- implementation group: 'org.leadpony.justify', name: 'justify', version: '2.0 .0'
39
+ implementation group: 'org.leadpony.justify', name: 'justify', version: '2.1 .0'
40
40
```
41
41
42
42
Note that the addition of this dependency brings the following artifacts as transitive dependencies.
@@ -256,7 +256,7 @@ $ mvn clean install -P release
256
256
There exist several JSON validator implementations conformant to the JSON Schema Specification, including those for other programming languages. [ The list of implementations] is available on the JSON Schema web site.
257
257
258
258
## Copyright Notice
259
- Copyright © ; 2018-2019 the Justify authors. This software is licensed under [ Apache License, Versions 2.0] [ Apache 2.0 License ] .
259
+ Copyright © ; 2018-2020 the Justify authors. This software is licensed under [ Apache License, Versions 2.0] [ Apache 2.0 License ] .
260
260
261
261
[ Apache 2.0 License ] : https://www.apache.org/licenses/LICENSE-2.0
262
262
[ Apache Johnzon ] : https://johnzon.apache.org/
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.leadpony.justify</groupId >
10
10
<artifactId >justify-parent</artifactId >
11
- <version >2.1.0-SNAPSHOT </version >
11
+ <version >2.1.0</version >
12
12
</parent >
13
13
14
14
<artifactId >justify-cli</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.leadpony.justify</groupId >
10
10
<artifactId >justify-parent</artifactId >
11
- <version >2.1.0-SNAPSHOT </version >
11
+ <version >2.1.0</version >
12
12
</parent >
13
13
14
14
<artifactId >justify-tests</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.leadpony.justify</groupId >
10
10
<artifactId >justify-parent</artifactId >
11
- <version >2.1.0-SNAPSHOT </version >
11
+ <version >2.1.0</version >
12
12
</parent >
13
13
14
14
<artifactId >justify</artifactId >
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >org.leadpony.justify</groupId >
9
9
<artifactId >justify-parent</artifactId >
10
- <version >2.1.0-SNAPSHOT </version >
10
+ <version >2.1.0</version >
11
11
<packaging >pom</packaging >
12
12
<name >org.leadpony.justify.parent</name >
13
13
You can’t perform that action at this time.
0 commit comments