Build: Updated the groupId and artifactId
Original commit: elastic/x-pack-elasticsearch@326d53f3ec
This commit is contained in:
parent
75ef2dc3b3
commit
6c66ca5fdc
7
pom.xml
7
pom.xml
|
@ -6,9 +6,10 @@
|
|||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.elasticsearch.plugin.alerting</groupId>
|
||||
<artifactId>alerting-plugin</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-shield</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
|
Loading…
Reference in New Issue