diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a9d114..e78f266 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +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).
+## 2.0.0-RC2 - 2020-04-10
+### Changed
+* Update the version of Jakarta JSON Processing API to 2.0.0-RC2.
+
## 2.0.0-RC1 - 2020-02-02
### Changed
* The API namespace was changed from `javax.json` to `jakarta.json`.
diff --git a/pom.xml b/pom.xml
index d4b12b5..1ba1eb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.leadpony
jsonp-test-suite
- 2.0.0-SNAPSHOT
+ 2.0.0-RC2
jar
JSON-P Test Suite
@@ -133,7 +133,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M3
+ 3.0.0-M4
${project.build.outputDirectory}
ambiguous
@@ -143,7 +143,7 @@
org.apache.maven.plugins
maven-surefire-report-plugin
- 3.0.0-M3
+ 3.0.0-M4