update memcached name to be transport-memcached
This commit is contained in:
parent
c09877c2bd
commit
e81d559f5f
|
@ -7,7 +7,7 @@ archivesBaseName = "elasticsearch-transport-memcached"
|
||||||
|
|
||||||
explodedDistDir = new File(distsDir, 'exploded')
|
explodedDistDir = new File(distsDir, 'exploded')
|
||||||
|
|
||||||
manifest.mainAttributes("Implementation-Title": "ElasticSearch::Plugins::Memcached", "Implementation-Version": rootProject.version, "Implementation-Date": buildTimeStr)
|
manifest.mainAttributes("Implementation-Title": "ElasticSearch::Plugins::Transport::Memcached", "Implementation-Version": rootProject.version, "Implementation-Date": buildTimeStr)
|
||||||
|
|
||||||
configurations.compile.transitive = true
|
configurations.compile.transitive = true
|
||||||
configurations.testCompile.transitive = true
|
configurations.testCompile.transitive = true
|
||||||
|
@ -117,7 +117,7 @@ uploadArchives {
|
||||||
|
|
||||||
pom.project {
|
pom.project {
|
||||||
inceptionYear '2009'
|
inceptionYear '2009'
|
||||||
name 'elasticsearch-plugins-memcached'
|
name 'elasticsearch-plugins-transport-memcached'
|
||||||
description 'Memcacehd Plugin for ElasticSearch'
|
description 'Memcacehd Plugin for ElasticSearch'
|
||||||
licenses {
|
licenses {
|
||||||
license {
|
license {
|
||||||
|
|
Loading…
Reference in New Issue