From 5069b09001df075203d6793e08a430b46d193c79 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Fri, 3 Nov 2023 14:28:42 +0100 Subject: [PATCH] [0.14.0] Bump version, update changelog. --- CHANGELOG.md | 4 ++++ pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60d5d4e..0dcccd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # JB4JSON-LD Changelog +## 0.14.0 - 2023-11-03 +- Rewrite API to use Jakarta JSON (**Breaking change**). +- Dependency updates: JOPA 1.1.4, test deps. + ## 0.13.1 - 2023-07-31 - Better handle class hierarchies when resolving property access. diff --git a/pom.xml b/pom.xml index b09988a..4be321f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cz.cvut.kbss.jsonld jb4jsonld - 0.14.0-SNAPSHOT + 0.14.0 JB4JSON-LD Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD. This is the core implementation, which has to be integrated with Jackson, Jersey etc. @@ -22,8 +22,8 @@ 5.9.2 4.11.0 - 1.3.5 - 4.3.4 + 1.4.11 + 4.3.7