Skip to content

Commit ca83c7c

Browse files
committed
Bump the version to 1.1.0
1 parent 2c4c563 commit ca83c7c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## 1.1.0 - 2019-08-16
88
### Added
99
- `printProblems(PrintStream)` and `printProblems(PrintWriter)` methods to `JsonValidatingException` class.
1010
- `print()` method to `Problem` interface.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This software is available in the [Maven Central Repository] and the following `
2828
<dependency>
2929
<groupId>org.leadpony.justify</groupId>
3030
<artifactId>justify</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333
```
3434

@@ -64,7 +64,7 @@ Please add exactly one dependency to the `pom.xml` as shown below.
6464
<dependency>
6565
<groupId>org.leadpony.joy</groupId>
6666
<artifactId>joy</artifactId>
67-
<version>1.0.0</version>
67+
<version>1.1.0</version>
6868
</dependency>
6969
```
7070

justify-cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.leadpony.justify</groupId>
99
<artifactId>justify-cli</artifactId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0</version>
1111
<packaging>jar</packaging>
1212
<name>org.leadpony.justify.cli</name>
1313
<description>

justify/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.leadpony.justify</groupId>
99
<artifactId>justify</artifactId>
10-
<version>1.1.0-SNAPSHOT</version>
10+
<version>1.1.0</version>
1111
<packaging>jar</packaging>
1212
<name>org.leadpony.justify</name>
1313
<description>

0 commit comments

Comments
 (0)