update to cql 3.1.0, netty 4.1.65
This commit is contained in:
parent
1f2cdcc820
commit
03a242e05a
3 changed files with 16 additions and 10 deletions
|
@ -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
|
|
@ -53,6 +53,7 @@ if (project.hasProperty("signing.keyId")) {
|
|||
}
|
||||
}
|
||||
|
||||
if (project.hasProperty("ossrhUsername")) {
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
sonatype {
|
||||
|
@ -62,3 +63,4 @@ nexusPublishing {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
4
gradle/repositories/maven.gradle
Normal file
4
gradle/repositories/maven.gradle
Normal file
|
@ -0,0 +1,4 @@
|
|||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
Loading…
Reference in a new issue