update to cql 3.1.0, netty 4.1.65

This commit is contained in:
Jörg Prante 2021-05-27 16:33:38 +02:00
parent 1f2cdcc820
commit 03a242e05a
3 changed files with 16 additions and 10 deletions

View file

@ -1,8 +1,8 @@
group = org.xbib group = org.xbib
name = z3950 name = z3950
version = 2.2.3 version = 2.3.0
gradle.wrapper.version = 6.6.1 gradle.wrapper.version = 6.6.1
netty.version = 4.1.52.Final netty.version = 4.1.65.Final
xbib-cql.version = 3.0.4 xbib-cql.version = 3.1.0
xbib-bibliographic-character-sets.version = 2.0.0 xbib-bibliographic-character-sets.version = 2.0.0

View file

@ -53,6 +53,7 @@ if (project.hasProperty("signing.keyId")) {
} }
} }
if (project.hasProperty("ossrhUsername")) {
nexusPublishing { nexusPublishing {
repositories { repositories {
sonatype { sonatype {
@ -62,3 +63,4 @@ nexusPublishing {
} }
} }
} }
}

View file

@ -0,0 +1,4 @@
repositories {
mavenLocal()
mavenCentral()
}