From 96d64ad27609cb9fb45793ac33082e5416a70cb1 Mon Sep 17 00:00:00 2001 From: leadpony Date: Tue, 12 May 2020 20:04:51 +0900 Subject: [PATCH] Bump version to 3.0.0-RC2 --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- justify-cli/pom.xml | 2 +- justify-tests/pom.xml | 2 +- justify/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67dcdeb..94a4b48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ 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 +## 3.0.0-RC2 - 2020-05-12 ### Added -- new API `JsonValidationService.newInstance(JsonProvider)` +- A new API `JsonValidationService.newInstance(JsonProvider)`. ## Fixed -- A bug that was causing `uniqueItems` having `false` to produce wrong validation result. +- A bug that was causing `uniqueItems` keyword with `false` value to produce wrong validation result. ## 3.0.0-RC1 - 2020-04-27 ### Changed diff --git a/README.md b/README.md index bbf4abdd..fb29dcab 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ This software is available in the [Maven Central Repository] and the following d org.leadpony.justify justify - 3.0.0-RC1 + 3.0.0-RC2 ``` *Gradle* ``` -implementation 'org.leadpony.justify:justify:3.0.0-RC1' +implementation 'org.leadpony.justify:justify:3.0.0-RC2' ``` Note that the addition of this dependency brings the following artifacts as transitive dependencies. diff --git a/justify-cli/pom.xml b/justify-cli/pom.xml index 9ab3804c..abf73c48 100644 --- a/justify-cli/pom.xml +++ b/justify-cli/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 3.0.0-SNAPSHOT + 3.0.0-RC2 justify-cli diff --git a/justify-tests/pom.xml b/justify-tests/pom.xml index 40882203..2ed7481b 100644 --- a/justify-tests/pom.xml +++ b/justify-tests/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 3.0.0-SNAPSHOT + 3.0.0-RC2 justify-tests diff --git a/justify/pom.xml b/justify/pom.xml index 65059bc5..19e81bb7 100644 --- a/justify/pom.xml +++ b/justify/pom.xml @@ -8,7 +8,7 @@ org.leadpony.justify justify-parent - 3.0.0-SNAPSHOT + 3.0.0-RC2 justify diff --git a/pom.xml b/pom.xml index 47b7fb73..542f8fc6 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.leadpony.justify justify-parent - 3.0.0-SNAPSHOT + 3.0.0-RC2 pom org.leadpony.justify.parent