Build: Fix artifactId of qa/smoke-test-plugins.
Original commit: elastic/x-pack-elasticsearch@c84753e933
This commit is contained in:
parent
f7cee828e3
commit
214dc6e5be
|
@ -19,6 +19,9 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
<!-- we aren't really a plugin... -->
|
||||||
|
<!-- TODO: its just the plugin props check we really should disable -->
|
||||||
|
<enforcer.skip>true</enforcer.skip>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.elasticsearch.plugin.qa</groupId>
|
<groupId>org.elasticsearch.qa</groupId>
|
||||||
<artifactId>x-plugins-qa</artifactId>
|
<artifactId>x-plugins-qa</artifactId>
|
||||||
<version>2.0.0-beta1-SNAPSHOT</version>
|
<version>2.0.0-beta1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
Loading…
Reference in New Issue