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 {
|
||||
user = 'jprante'
|
||||
name = 'netty-http-client'
|
||||
description = 'A java client for Elasticsearch'
|
||||
name = 'netty-http'
|
||||
description = 'HTTP client and server for Netty'
|
||||
scmUrl = 'https://github.com/' + user + '/' + name
|
||||
scmConnection = '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
|
||||
tcnative.version = 2.0.20.Final
|
||||
bouncycastle.version = 1.60
|
||||
xbib-net-url.version = 1.2.1
|
||||
alpnagent.version = 2.0.9
|
||||
xbib-net-url.version = 1.2.1
|
||||
|
||||
# tests /docs
|
||||
junit.version = 4.12
|
||||
conscrypt.version = 1.0.1
|
||||
jackson.version = 2.8.11.1
|
||||
|
|
Loading…
Reference in a new issue