[maven] change murmur3 plugin groupId and name

This commit is contained in:
David Pilato 2015-08-18 13:43:10 +02:00
parent 692cc80523
commit 807d35e96f
2 changed files with 4 additions and 4 deletions

View file

@ -17,12 +17,12 @@ governing permissions and limitations under the License. -->
<parent> <parent>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-plugin</artifactId> <artifactId>plugins</artifactId>
<version>2.1.0-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>elasticsearch-mapper-murmur3</artifactId> <artifactId>mapper-murmur3</artifactId>
<name>Elasticsearch Mapper Murmur3 plugin</name> <name>Plugin: Mapper: Murmur3</name>
<description>The Mapper Murmur3 plugin allows to compute hashes of a field's values at index-time and to store them in the index.</description> <description>The Mapper Murmur3 plugin allows to compute hashes of a field's values at index-time and to store them in the index.</description>
<properties> <properties>

View file

@ -335,7 +335,7 @@
<artifactItem> <artifactItem>
<groupId>org.elasticsearch.plugin</groupId> <groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-mapper-murmur3</artifactId> <artifactId>mapper-murmur3</artifactId>
<version>${elasticsearch.version}</version> <version>${elasticsearch.version}</version>
<type>zip</type> <type>zip</type>
<overWrite>true</overWrite> <overWrite>true</overWrite>