mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[maven] change murmur3 plugin groupId and name
This commit is contained in:
parent
692cc80523
commit
807d35e96f
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue