Move parent after artifact coordinates

This commit is contained in:
David Pilato 2015-03-25 09:56:34 +01:00
parent 6f1efd24e4
commit 9f87d180f3
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -4,12 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-cloud-aws</artifactId>
<version>3.0.0-SNAPSHOT</version>
@ -31,6 +25,12 @@
<url>http://github.com/elasticsearch/elasticsearch-cloud-aws</url>
</scm>
<parent>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<properties>
<amazonaws.version>1.9.8</amazonaws.version>
</properties>