Skip to content

Commit 7a6cd62

Browse files
committed
Release 0.13.0
Signed-off-by: Peter Ansell <[email protected]>
1 parent a473fcf commit 7a6cd62

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 4 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.5</version>
19+
<version>0.13.0</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.5</version>
326+
<version>0.13.0</version>
327327
</parent>
328328
<modelVersion>4.0.0</modelVersion>
329329
<artifactId>jsonld-java-{your module}</artifactId>
330-
<version>0.12.5-SNAPSHOT</version>
330+
<version>0.13.0-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,9 +450,15 @@ Alternatively, we can also host your repository in the jsonld-java organisation
450450
CHANGELOG
451451
=========
452452

453+
### 2019-11-28
454+
* Release 0.13.0
455+
* Bump Jackson versions to latest for security updates (Patch by @afs)
456+
* Do not canonicalise XSD Decimal typed values (Patch by @jhg023)
457+
* Bump dependency and plugin versions
458+
453459
### 2019-08-03
454460
* Release 0.12.5
455-
* Bump Jackson versions to latest for securiy updates (Patches by @afs)
461+
* Bump Jackson versions to latest for security updates (Patches by @afs)
456462
* IRI resolution fixes (Patch by @fsteeg)
457463

458464
### 2019-04-20

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.13.0-SNAPSHOT</version>
7+
<version>0.13.0</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.13.0-SNAPSHOT</version>
7+
<version>0.13.0</version>
88
<name>JSONLD Java :: Parent</name>
99
<description>Json-LD Java Parent POM</description>
1010
<packaging>pom</packaging>

0 commit comments

Comments
 (0)