Skip to content

Commit d624053

Browse files
committed
Release 0.12.5
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
1 parent 28178c4 commit d624053

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

README.md

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

453+
### 2019-08-03
454+
* Release 0.12.5
455+
* Bump Jackson versions to latest for securiy updates (Patches by @afs)
456+
* IRI resolution fixes (Patch by @fsteeg)
457+
453458
### 2019-04-20
454459
* Release 0.12.4
455460
* Bump Jackson version to 2.9.8

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

0 commit comments

Comments
 (0)