Skip to content

Commit

Permalink
[0.14.0] Bump version, update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Nov 3, 2023
1 parent 1170ba2 commit 5069b09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cz.cvut.kbss.jsonld</groupId>
<artifactId>jb4jsonld</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<name>JB4JSON-LD</name>
<description>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.
Expand All @@ -22,8 +22,8 @@

<org.junit.jupiter.version>5.9.2</org.junit.jupiter.version>
<org.mockito.version>4.11.0</org.mockito.version>
<ch.qos.logback.version>1.3.5</ch.qos.logback.version>
<org.eclipse.rdf4j.version>4.3.4</org.eclipse.rdf4j.version>
<ch.qos.logback.version>1.4.11</ch.qos.logback.version>
<org.eclipse.rdf4j.version>4.3.7</org.eclipse.rdf4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5069b09

Please sign in to comment.