Skip to content

Commit 0c3bac9

Browse files
committed
Prepare for release
Signed-off-by: christoph@hbz-nrw.de
1 parent 99ad51a commit 0c3bac9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
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.13.3</version>
19+
<version>0.13.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.13.3</version>
326+
<version>0.13.4</version>
327327
</parent>
328328
<modelVersion>4.0.0</modelVersion>
329329
<artifactId>jsonld-java-{your module}</artifactId>
330-
<version>0.13.3-SNAPSHOT</version>
330+
<version>0.13.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>
@@ -449,6 +449,11 @@ Alternatively, we can also host your repository in the jsonld-java organisation
449449

450450
CHANGELOG
451451
=========
452+
### 2021-12-13
453+
* Release 0.13.4
454+
* Switch test logging from log4j to logback (Patch by @ansell)
455+
* Improve Travis CI build Performance (Patch by @YunLemon)
456+
452457
### 2021-03-06
453458
* Release 0.13.3
454459
* Fix @type when subject and object are the same (Reported by @barthanssens, Patch by @umbreak)

0 commit comments

Comments
 (0)