File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
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
+ ## 1.1.0 - 2019-08-16
8
8
### Added
9
9
- ` printProblems(PrintStream) ` and ` printProblems(PrintWriter) ` methods to ` JsonValidatingException ` class.
10
10
- ` print() ` method to ` Problem ` interface.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This software is available in the [Maven Central Repository] and the following `
28
28
<dependency >
29
29
<groupId >org.leadpony.justify</groupId >
30
30
<artifactId >justify</artifactId >
31
- <version >1.0 .0</version >
31
+ <version >1.1 .0</version >
32
32
</dependency >
33
33
```
34
34
@@ -64,7 +64,7 @@ Please add exactly one dependency to the `pom.xml` as shown below.
64
64
<dependency >
65
65
<groupId >org.leadpony.joy</groupId >
66
66
<artifactId >joy</artifactId >
67
- <version >1.0 .0</version >
67
+ <version >1.1 .0</version >
68
68
</dependency >
69
69
```
70
70
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >org.leadpony.justify</groupId >
9
9
<artifactId >justify-cli</artifactId >
10
- <version >1.1.0-SNAPSHOT </version >
10
+ <version >1.1.0</version >
11
11
<packaging >jar</packaging >
12
12
<name >org.leadpony.justify.cli</name >
13
13
<description >
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >org.leadpony.justify</groupId >
9
9
<artifactId >justify</artifactId >
10
- <version >1.1.0-SNAPSHOT </version >
10
+ <version >1.1.0</version >
11
11
<packaging >jar</packaging >
12
12
<name >org.leadpony.justify</name >
13
13
<description >
You can’t perform that action at this time.
0 commit comments