Skip to content

Commit

Permalink
Update the project to v0.7.1
Browse files Browse the repository at this point in the history
This accommodates the new artifactId.
  • Loading branch information
ssilverman committed May 28, 2020
1 parent 01de2d5 commit 8a31742
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This document details changes between each release.

See: [Keep a Changelog](https://keepachangelog.com)

## [0.7.1]

### Changed
* Changed the Maven artifactId to "snowy-json" from "json-schema".

## [0.7.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Snow, a JSON Schema Validator

Version: 0.7.0
Version: 0.7.1

The main goal of this project is to be a reference JSON Schema validator.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.qindesign</groupId>
<artifactId>snowy-json</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>

<name>Snow</name>
<description>Full-featured JSON Schema validator</description>
Expand Down

0 comments on commit 8a31742

Please sign in to comment.