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
name = z3950
version = 2.2.3
version = 2.3.0
gradle.wrapper.version = 6.6.1
netty.version = 4.1.52.Final
xbib-cql.version = 3.0.4
netty.version = 4.1.65.Final
xbib-cql.version = 3.1.0
xbib-bibliographic-character-sets.version = 2.0.0

View file

@ -53,7 +53,8 @@ if (project.hasProperty("signing.keyId")) {
}
}
nexusPublishing {
if (project.hasProperty("ossrhUsername")) {
nexusPublishing {
repositories {
sonatype {
username = project.property('ossrhUsername')
@ -61,4 +62,5 @@ nexusPublishing {
packageGroup = "org.xbib"
}
}
}
}

View file

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