Skip to content

Commit

Permalink
Bump version to 3.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed May 12, 2020
1 parent 8f2b99a commit 96d64ad
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ This software is available in the [Maven Central Repository] and the following d
<dependency>
<groupId>org.leadpony.justify</groupId>
<artifactId>justify</artifactId>
<version>3.0.0-RC1</version>
<version>3.0.0-RC2</version>
</dependency>
```

*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.
Expand Down
2 changes: 1 addition & 1 deletion justify-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.leadpony.justify</groupId>
<artifactId>justify-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC2</version>
</parent>

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

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

<artifactId>justify</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.justify</groupId>
<artifactId>justify-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-RC2</version>
<packaging>pom</packaging>
<name>org.leadpony.justify.parent</name>

Expand Down

0 comments on commit 96d64ad

Please sign in to comment.