Add changelog
This commit is contained in:
parent
4d441ad7f2
commit
0336e59591
|
@ -2,4 +2,4 @@
|
||||||
type: fix
|
type: fix
|
||||||
issue: 2113
|
issue: 2113
|
||||||
title: "When performing a `_lastUpdated` search in the JPA server where the parameter value(s) are supplied with date
|
title: "When performing a `_lastUpdated` search in the JPA server where the parameter value(s) are supplied with date
|
||||||
(not time) precision, a timezone bug could cause some resoutces to not be included. This has been corrected."
|
(not time) precision, a timezone bug could cause some resources to not be included. This has been corrected."
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
---
|
||||||
|
release-date: "2020-11-19"
|
||||||
|
codename: "Numbat"
|
|
@ -143,6 +143,18 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.jena</groupId>
|
||||||
|
<artifactId>apache-jena-libs</artifactId>
|
||||||
|
<type>pom</type>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>com.github.jsonld-java</groupId>
|
||||||
|
<artifactId>jsonld-java</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-dbcp</groupId>
|
<groupId>commons-dbcp</groupId>
|
||||||
|
|
Loading…
Reference in New Issue