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