update content to 2.4.0
This commit is contained in:
parent
6dda2fe7e4
commit
d1da093b94
2 changed files with 3 additions and 3 deletions
|
@ -4,4 +4,4 @@ module org.xbib.cql.elasticsearch {
|
||||||
exports org.xbib.cql.elasticsearch.model;
|
exports org.xbib.cql.elasticsearch.model;
|
||||||
requires transitive org.xbib.cql;
|
requires transitive org.xbib.cql;
|
||||||
requires transitive org.xbib.content.core;
|
requires transitive org.xbib.content.core;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
group = org.xbib
|
group = org.xbib
|
||||||
name = cql
|
name = cql
|
||||||
version = 3.0.2
|
version = 3.0.3
|
||||||
|
|
||||||
gradle.wrapper.version = 6.4.1
|
gradle.wrapper.version = 6.4.1
|
||||||
xbib-content.version = 2.3.2
|
xbib-content.version = 2.4.0
|
||||||
|
|
Loading…
Reference in a new issue