fix description
This commit is contained in:
parent
3d683d0b83
commit
e39638ef3f
2 changed files with 3 additions and 4 deletions
|
@ -126,8 +126,8 @@ subprojects {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
user = 'jprante'
|
user = 'jprante'
|
||||||
name = 'netty-http-client'
|
name = 'netty-http'
|
||||||
description = 'A java client for Elasticsearch'
|
description = 'HTTP client and server for Netty'
|
||||||
scmUrl = 'https://github.com/' + user + '/' + name
|
scmUrl = 'https://github.com/' + user + '/' + name
|
||||||
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
||||||
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
|
||||||
|
|
|
@ -5,10 +5,9 @@ version = 4.1.33.0
|
||||||
netty.version = 4.1.33.Final
|
netty.version = 4.1.33.Final
|
||||||
tcnative.version = 2.0.20.Final
|
tcnative.version = 2.0.20.Final
|
||||||
bouncycastle.version = 1.60
|
bouncycastle.version = 1.60
|
||||||
xbib-net-url.version = 1.2.1
|
|
||||||
alpnagent.version = 2.0.9
|
alpnagent.version = 2.0.9
|
||||||
|
xbib-net-url.version = 1.2.1
|
||||||
|
|
||||||
# tests /docs
|
|
||||||
junit.version = 4.12
|
junit.version = 4.12
|
||||||
conscrypt.version = 1.0.1
|
conscrypt.version = 1.0.1
|
||||||
jackson.version = 2.8.11.1
|
jackson.version = 2.8.11.1
|
||||||
|
|
Loading…
Reference in a new issue