Skip to content

Commit

Permalink
Bump the version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leadpony committed Sep 29, 2019
1 parent 5160043 commit c0bb36e
Show file tree
Hide file tree
Showing 7 changed files with 768 additions and 758 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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).

## 1.4.0 - 2019-09-29
### Added
* Add the automatic module name in the manifest file.

## Fixed
* Now allows both upper and lower cases in the hexadecimal letters of unicode escaping. (Issue #1 reported by @toddobryan)

## 1.3.0 - 2019-09-01
### Added
- Tests for `JsonParser.skipArray()` and `JsonParser.skipObject()` in the middle of array/object.
Expand Down
9 changes: 6 additions & 3 deletions NOTICE.md → NOTICE
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Copyright © 2019 the JSON-P Test Suite Authors.
Copyright 2019 the JSON-P Test Suite Authors.
This software is licensed under the Apache License, Versions 2.0.

This product includes 3rd-party products with separate copyright notices and license terms. Your use of the source code for these products is subject to the terms and conditions of the product's license, as noted in the LICENSE-<product name> files in this directory.
This product includes 3rd-party products with separate copyright notices and
license terms. Your use of the source code for these products is subject to the
terms and conditions of the product's license, as noted in the
LICENSE-<product name> files in this directory.

* src/main/resources/com/github

Expand All @@ -15,4 +18,4 @@ This product includes 3rd-party products with separate copyright notices and lic

* src/main/resources/org/ietf

The JSON documents in the directory was obtained from the RFC 7159.
The JSON documents in the directory was obtained from the RFC 7159.
6 changes: 3 additions & 3 deletions docs/project-reports.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-09-01 -->
<!-- Generated by Apache Maven Doxia Site Renderer 1.8.1 from org.apache.maven.plugins:maven-site-plugin:3.7.1:CategorySummaryDocumentRenderer at 2019-09-29 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Expand All @@ -24,8 +24,8 @@
</div>
<div id="breadcrumbs">
<div class="xleft">
<span id="publishDate">Last Published: 2019-09-01</span>
&nbsp;| <span id="projectVersion">Version: 1.3.0</span>
<span id="publishDate">Last Published: 2019-09-29</span>
&nbsp;| <span id="projectVersion">Version: 1.4.0</span>
</div>
<div class="xright"><a href="./" title="JSON-P Test Suite">JSON-P Test Suite</a> </div>
<div class="clear">
Expand Down
390 changes: 195 additions & 195 deletions docs/surefire-report-jakarta.html

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions docs/surefire-report-johnzon.html

Large diffs are not rendered by default.

690 changes: 345 additions & 345 deletions docs/surefire-report-joy.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>

<name>JSON-P Test Suite</name>
Expand Down Expand Up @@ -253,7 +253,7 @@
<dependency>
<groupId>org.leadpony.joy</groupId>
<artifactId>joy</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c0bb36e

Please sign in to comment.