From 0014728a0d9d62d0da3616ff43e7b53d24d81bc2 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 14 Aug 2015 17:23:14 +0200 Subject: [PATCH] [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] ``` --- dev-tools/pom.xml | 2 +- pom.xml | 2 +- rest-api-spec/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-tools/pom.xml b/dev-tools/pom.xml index 3f8ab95c153..cf33f0e0cfc 100644 --- a/dev-tools/pom.xml +++ b/dev-tools/pom.xml @@ -3,7 +3,7 @@ org.elasticsearch elasticsearch-dev-tools 2.1.0-SNAPSHOT - Elasticsearch Build Resources + Build Tools and Resources Tools to assist in building and developing in the Elasticsearch project org.sonatype.oss diff --git a/pom.xml b/pom.xml index 787a4b07f0e..1755b47c2f8 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ 2.1.0-SNAPSHOT pom Elasticsearch Parent POM - Elasticsearch Parent POM + Parent POM 2009 diff --git a/rest-api-spec/pom.xml b/rest-api-spec/pom.xml index 3e4315cc83b..32f231a0252 100644 --- a/rest-api-spec/pom.xml +++ b/rest-api-spec/pom.xml @@ -3,7 +3,7 @@ org.elasticsearch elasticsearch-rest-api-spec 2.1.0-SNAPSHOT - Elasticsearch Rest API Spec + Rest API Specification REST API Specification and tests for use with the Elasticsearch REST Test framework org.sonatype.oss