Skip to content

Commit 9fd51b6

Browse files
author
Carter Page
committed
Prepare version and changelog for release
1 parent 2c6ec3c commit 9fd51b6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
Version 1.3.0 - 12/16/2015
5+
--------------------------
6+
- Fix & improve ArrayValueMatcher JavaDoc (dmackinder)
7+
Fix final JavaDoc example and add new example showing how to verify
8+
every array element using a custom comparator
9+
- Fix URL in pom.xml (aukevanleeuwen)
10+
- Update JSONCompareResult.java adding 2 new lists for missing and unexpected fileds (riccorazza)
11+
- Includes missing imports in test class (javierseixas)
12+
413
Version 1.2.3 - 2/5/2014
514
------------------------
615
- This edition brought to you by dmackinder (thanks!)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To use, [download the JAR](https://github.com/skyscreamer/JSONassert/releases) o
7676
<dependency>
7777
<groupId>org.skyscreamer</groupId>
7878
<artifactId>jsonassert</artifactId>
79-
<version>1.2.3</version>
79+
<version>1.3.0</version>
8080
<scope>test</scope>
8181
</dependency>
8282

src/site/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2>Introduction</h2>
5151
<li><a href="http://junit.org" target="_blank">JUnit</a></li>
5252
</ul>
5353

54-
<p><br/>The current version of JSONassert is 1.2.3</p>
54+
<p><br/>The current version of JSONassert is 1.3.0</p>
5555

5656
<h2>Examples</h2>
5757

src/site/resources/quickstart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2>Quick Start</h2>
4949
<a>&lt;dependency&gt;</a><br/>
5050
<a> &nbsp; &lt;groupId&gt;org.skyscreamer&lt;/groupId&gt;</a><br/>
5151
<a> &nbsp; &lt;artifactId&gt;jsonassert&lt;/artifactId&gt;</a><br/>
52-
<a> &nbsp; &lt;version&gt;1.2.3&lt;/version&gt;</a><br/>
52+
<a> &nbsp; &lt;version&gt;1.3.0&lt;/version&gt;</a><br/>
5353
<a>&lt;/dependency&gt;</a><br/>
5454
</blockquote>
5555
</div>

0 commit comments

Comments
 (0)