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 26, 2020
1 parent cd0d322 commit bf15e56
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-RC2 - 2020-04-26
### Added
- Added a new JSON-P provider `joy-yaml` which can parse YAML documents with the help of [snakeyaml-engine](https://bitbucket.org/asomov/snakeyaml-engine). This artifact can be used as a substitute for the basic provider `joy-classic`. `JsonParser` and `JsonReader` provided by the new provider
can process YAML documents.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ For using this version, the following 2 dependencies neeed to be added in your `

<dependency>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy</artifactId>
<version>2.0.0-RC1</version>
<artifactId>joy-classic</artifactId>
<version>2.0.0-RC2</version>
<scope>runtime</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion joy-classic-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>joy-classic-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joy-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>joy-classic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>joy-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joy-yaml-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>joy-yaml-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion joy-yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
</parent>

<artifactId>joy-yaml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.leadpony.joy</groupId>
<artifactId>joy-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0-RC2</version>
<packaging>pom</packaging>
<name>org.leadpony.joy.parent</name>

Expand Down

0 comments on commit bf15e56

Please sign in to comment.