Build: Fix artifactId of qa/smoke-test-plugins.

Original commit: elastic/x-pack-elasticsearch@c84753e933
This commit is contained in:
Adrien Grand 2015-08-10 14:01:26 +02:00
parent f7cee828e3
commit 214dc6e5be
2 changed files with 4 additions and 1 deletions

View File

@ -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>

View File

@ -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>