Skip to content

Commit 9a915cd

Browse files
committed
Release 0.12.4
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 14002e4 commit 9a915cd

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ From Maven
1616
<dependency>
1717
<groupId>com.github.jsonld-java</groupId>
1818
<artifactId>jsonld-java</artifactId>
19-
<version>0.12.3</version>
19+
<version>0.12.4</version>
2020
</dependency>
2121

2222
Code example
@@ -323,11 +323,11 @@ Here is the basic outline for what your module's pom.xml should look like
323323
<parent>
324324
<groupId>com.github.jsonld-java</groupId>
325325
<artifactId>jsonld-java-parent</artifactId>
326-
<version>0.12.3</version>
326+
<version>0.12.4</version>
327327
</parent>
328328
<modelVersion>4.0.0</modelVersion>
329329
<artifactId>jsonld-java-{your module}</artifactId>
330-
<version>0.12.3-SNAPSHOT</version>
330+
<version>0.12.4-SNAPSHOT</version>
331331
<name>JSONLD Java :: {your module name}</name>
332332
<description>JSON-LD Java integration module for {RDF Library your module integrates}</description>
333333
<packaging>jar</packaging>
@@ -450,6 +450,14 @@ Alternatively, we can also host your repository in the jsonld-java organisation
450450
CHANGELOG
451451
=========
452452

453+
### 2019-04-20
454+
* Release 0.12.4
455+
* Bump Jackson version to 2.9.8
456+
* Add a regression test for a past framing bug
457+
* Throw error on empty key
458+
* Add regression tests for workarounds to Text/URL dual definitions
459+
* Persist JsonLdOptions through normalize/toRDF
460+
453461
### 2018-11-24
454462
* Release 0.12.3
455463
* Fix NaN/Inf/-Inf raw value types on conversion to RDF

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>jsonld-java-parent</artifactId>
66
<groupId>com.github.jsonld-java</groupId>
7-
<version>0.12.4-SNAPSHOT</version>
7+
<version>0.12.4</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010
<artifactId>jsonld-java</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.github.jsonld-java</groupId>
66
<artifactId>jsonld-java-parent</artifactId>
7-
<version>0.12.4-SNAPSHOT</version>
7+
<version>0.12.4</version>
88
<name>JSONLD Java :: Parent</name>
99
<description>Json-LD Java Parent POM</description>
1010
<packaging>pom</packaging>

0 commit comments

Comments
 (0)