Skip to content

Commit

Permalink
Bump version to 2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Apr 10, 2020
1 parent f6951ca commit 0e93784
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.leadpony</groupId>
<artifactId>jsonp-test-suite</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>jar</packaging>

<name>JSON-P Test Suite</name>
Expand Down Expand Up @@ -133,7 +133,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
<configuration>
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
<excludedGroups>ambiguous</excludedGroups>
Expand All @@ -143,7 +143,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M3</version>
<version>3.0.0-M4</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 0e93784

Please sign in to comment.