From 3098aa75d4b0da32c1edb245956a9047805ba7f4 Mon Sep 17 00:00:00 2001 From: leadpony Date: Sun, 5 Apr 2020 10:59:40 +0900 Subject: [PATCH] Bump version to 2.0.0-RC1 --- CHANGELOG.md | 5 +++-- README.md | 4 ++-- checkstyle.xml | 7 ++++--- joy-tests/pom.xml | 2 +- joy/pom.xml | 2 +- pom.xml | 6 +++--- 6 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b2263..eec3786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ 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.0.0-RC1 - 2020-04-05 ### Changed -* The API namespace was changed from `javax.json` to `jakarta.json`. +- The API package was renamed from `javax.json` to `jakarta.json`. +- Update the version of Jakarta JSON Processing API to 2.0.0-RC2. ## 1.3.0 - 2020-02-01 ### Changed diff --git a/README.md b/README.md index e9ca424..62d3c88 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ First, add the JSON-P API as a dependency to your `pom.xml`. jakarta.json jakarta.json-api - 1.1.6 + 2.0.0-RC2 ``` @@ -34,7 +34,7 @@ Next, add this software as an implementation of the API. org.leadpony.joy joy - 1.3.0 + 2.0.0-RC1 runtime ``` diff --git a/checkstyle.xml b/checkstyle.xml index 824c02b..ff5f17b 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -33,6 +33,10 @@ + + + + @@ -63,9 +67,6 @@ - - - diff --git a/joy-tests/pom.xml b/joy-tests/pom.xml index b07f2cf..fe87344 100644 --- a/joy-tests/pom.xml +++ b/joy-tests/pom.xml @@ -8,7 +8,7 @@ org.leadpony.joy joy-parent - 2.0.0-SNAPSHOT + 2.0.0-RC1 joy-tests diff --git a/joy/pom.xml b/joy/pom.xml index 6f9f310..89dde55 100644 --- a/joy/pom.xml +++ b/joy/pom.xml @@ -8,7 +8,7 @@ org.leadpony.joy joy-parent - 2.0.0-SNAPSHOT + 2.0.0-RC1 joy diff --git a/pom.xml b/pom.xml index 69cd64d..77ed44d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.leadpony.joy joy-parent - 2.0.0-SNAPSHOT + 2.0.0-RC1 pom org.leadpony.joy-parent @@ -23,7 +23,7 @@ 9 UTF-8 - 2.0.0-RC1 + 2.0.0-RC2 5.5.1 @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.0 + 3.1.1 ../checkstyle.xml **/module-info.java