update memcached name to be transport-memcached

This commit is contained in:
kimchy 2010-05-01 16:34:32 +03:00
parent c09877c2bd
commit e81d559f5f
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ archivesBaseName = "elasticsearch-transport-memcached"
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.testCompile.transitive = true
@ -117,7 +117,7 @@ uploadArchives {
pom.project {
inceptionYear '2009'
name 'elasticsearch-plugins-memcached'
name 'elasticsearch-plugins-transport-memcached'
description 'Memcacehd Plugin for ElasticSearch'
licenses {
license {