[maven] also rename artifactId for dev-tools and rest-api-spec
This commit is contained in:
parent
e19090b2ad
commit
c189c1a1ec
|
@ -1,7 +1,7 @@
|
||||||
<project>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-dev-tools</artifactId>
|
<artifactId>dev-tools</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
<name>Build Tools and Resources</name>
|
<name>Build Tools and Resources</name>
|
||||||
<description>Tools to assist in building and developing in the Elasticsearch project</description>
|
<description>Tools to assist in building and developing in the Elasticsearch project</description>
|
||||||
|
|
6
pom.xml
6
pom.xml
|
@ -143,7 +143,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-dev-tools</artifactId>
|
<artifactId>dev-tools</artifactId>
|
||||||
<version>${elasticsearch.version}</version>
|
<version>${elasticsearch.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -797,8 +797,8 @@
|
||||||
<version>1.5</version>
|
<version>1.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<resourceBundles>
|
<resourceBundles>
|
||||||
<resourceBundle>org.elasticsearch:elasticsearch-dev-tools:${elasticsearch.version}</resourceBundle>
|
<resourceBundle>org.elasticsearch:dev-tools:${elasticsearch.version}</resourceBundle>
|
||||||
<resourceBundle>org.elasticsearch:elasticsearch-rest-api-spec:${elasticsearch.version}</resourceBundle>
|
<resourceBundle>org.elasticsearch:rest-api-spec:${elasticsearch.version}</resourceBundle>
|
||||||
</resourceBundles>
|
</resourceBundles>
|
||||||
<outputDirectory>${elasticsearch.tools.directory}</outputDirectory>
|
<outputDirectory>${elasticsearch.tools.directory}</outputDirectory>
|
||||||
<!-- don't include dev-tools in artifacts -->
|
<!-- don't include dev-tools in artifacts -->
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<project>
|
<project>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-rest-api-spec</artifactId>
|
<artifactId>rest-api-spec</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
<name>Rest API Specification</name>
|
<name>Rest API Specification</name>
|
||||||
<description>REST API Specification and tests for use with the Elasticsearch REST Test framework</description>
|
<description>REST API Specification and tests for use with the Elasticsearch REST Test framework</description>
|
||||||
|
|
Loading…
Reference in New Issue