Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Mar 22, 2022
2 parents a309e7a + 6e308e4 commit c33be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.18.4 - 2022-03-22
- Make `LangString` extensible (need by JB4JSON-LD).
- Fix incorrect implementation of transformation to float in `DatatypeTransformer`.
- Dependency updates: RDF4J 3.7.5, OWL API 5.1.20.
- Dependency updates: OWL API 5.1.20.

## 0.18.3 - 2022-02-21
- Add a no-arg constructor to `LangString` so that it can be serialized/deserialized by JSON mapping libraries like Jackson.
Expand Down
2 changes: 1 addition & 1 deletion ontodriver-sesame/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>

<properties>
<rdf4j.version>3.7.5</rdf4j.version>
<rdf4j.version>3.7.4</rdf4j.version>
<org.powermock.version>2.0.9</org.powermock.version>
</properties>

Expand Down

0 comments on commit c33be38

Please sign in to comment.