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
|
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
|
||||||
|
|
|
@ -53,12 +53,14 @@ if (project.hasProperty("signing.keyId")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nexusPublishing {
|
if (project.hasProperty("ossrhUsername")) {
|
||||||
repositories {
|
nexusPublishing {
|
||||||
sonatype {
|
repositories {
|
||||||
username = project.property('ossrhUsername')
|
sonatype {
|
||||||
password = project.property('ossrhPassword')
|
username = project.property('ossrhUsername')
|
||||||
packageGroup = "org.xbib"
|
password = project.property('ossrhPassword')
|
||||||
|
packageGroup = "org.xbib"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
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