[maven] rename maven names for parent, dev-tools and rest spec

Follow up for previous commit:

```
[INFO] Build Tools and Resources .......................... SUCCESS [  0.158 s]
[INFO] Rest API Specification ............................. SUCCESS [  0.002 s]
[INFO] Elasticsearch Parent POM ........................... SUCCESS [  0.122 s]
```
This commit is contained in:
David Pilato 2015-08-14 17:23:14 +02:00
parent b5eb78875f
commit 0014728a0d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-dev-tools</artifactId>
<version>2.1.0-SNAPSHOT</version>
<name>Elasticsearch Build Resources</name>
<name>Build Tools and Resources</name>
<description>Tools to assist in building and developing in the Elasticsearch project</description>
<parent>
<groupId>org.sonatype.oss</groupId>

View File

@ -9,7 +9,7 @@
<version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Elasticsearch Parent POM</name>
<description>Elasticsearch Parent POM</description>
<description>Parent POM</description>
<inceptionYear>2009</inceptionYear>
<parent>

View File

@ -3,7 +3,7 @@
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-rest-api-spec</artifactId>
<version>2.1.0-SNAPSHOT</version>
<name>Elasticsearch Rest API Spec</name>
<name>Rest API Specification</name>
<description>REST API Specification and tests for use with the Elasticsearch REST Test framework</description>
<parent>
<groupId>org.sonatype.oss</groupId>