From 27c89c5cb87d16b8b28a7d35dcb658831428a4c9 Mon Sep 17 00:00:00 2001 From: leadpony Date: Thu, 2 Apr 2020 20:51:18 +0900 Subject: [PATCH] Bump version to 2.1.0 --- CHANGELOG.md | 2 +- NOTICE | 2 +- README.md | 6 +++--- justify-cli/pom.xml | 2 +- justify-tests/pom.xml | 2 +- justify/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3792f2bb..6021159f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 2.1.0 - 2020-04-02 ### Added * New API for reading JSON and JSON schema with a JsonParser as a source. Contributed by [@simon-greatrix](https://github.com/simon-greatrix) * `JsonValidationService.readSchema(JsonParser)` diff --git a/NOTICE b/NOTICE index c36607fa..faedefd1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2018-2019 the Justify authors. +Copyright 2018-2020 the Justify authors. This software is licensed under the Apache License, Versions 2.0. For testing purposes, this product includes 3rd-party products with separate diff --git a/README.md b/README.md index c1b89b0b..08f1a8ad 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ This software is available in the [Maven Central Repository] and the following d org.leadpony.justify justify - 2.0.0 + 2.1.0 ``` *Gradle* ``` -implementation group: 'org.leadpony.justify', name: 'justify', version: '2.0.0' +implementation group: 'org.leadpony.justify', name: 'justify', version: '2.1.0' ``` Note that the addition of this dependency brings the following artifacts as transitive dependencies. @@ -256,7 +256,7 @@ $ mvn clean install -P release 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. ## Copyright Notice -Copyright © 2018-2019 the Justify authors. This software is licensed under [Apache License, Versions 2.0][Apache 2.0 License]. +Copyright © 2018-2020 the Justify authors. This software is licensed under [Apache License, Versions 2.0][Apache 2.0 License]. [Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0 [Apache Johnzon]: https://johnzon.apache.org/ diff --git a/justify-cli/pom.xml b/justify-cli/pom.xml index f1e30fea..1f27b0c8 100644 --- a/justify-cli/pom.xml +++ b/justify-cli/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 2.1.0-SNAPSHOT + 2.1.0 justify-cli diff --git a/justify-tests/pom.xml b/justify-tests/pom.xml index 8480226c..ed21ba0d 100644 --- a/justify-tests/pom.xml +++ b/justify-tests/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 2.1.0-SNAPSHOT + 2.1.0 justify-tests diff --git a/justify/pom.xml b/justify/pom.xml index bb8c5c61..c4a0408b 100644 --- a/justify/pom.xml +++ b/justify/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 2.1.0-SNAPSHOT + 2.1.0 justify diff --git a/pom.xml b/pom.xml index b9ec0e1c..8255427c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.leadpony.justify justify-parent - 2.1.0-SNAPSHOT + 2.1.0 pom org.leadpony.justify.parent