[maven] change also artifactId for x-dev-tools
Original commit: elastic/x-pack-elasticsearch@dd837702d2
This commit is contained in:
parent
a7d3a9408f
commit
22a191ba0a
2
pom.xml
2
pom.xml
|
@ -86,7 +86,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- include x-dev-tools resources bundle -->
|
<!-- include x-dev-tools resources bundle -->
|
||||||
<resourceBundles combine.children="append">
|
<resourceBundles combine.children="append">
|
||||||
<resourceBundle>org.elasticsearch:elasticsearch-x-dev-tools:${elasticsearch.version}</resourceBundle>
|
<resourceBundle>org.elasticsearch:x-dev-tools:${elasticsearch.version}</resourceBundle>
|
||||||
</resourceBundles>
|
</resourceBundles>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-x-dev-tools</artifactId>
|
<artifactId>x-dev-tools</artifactId>
|
||||||
<version>2.1.0-SNAPSHOT</version>
|
<version>2.1.0-SNAPSHOT</version>
|
||||||
<name>X-Plugins: Build Resources</name>
|
<name>X-Plugins: Build Resources</name>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue