Move parent after artifact coordinates

This commit is contained in:
David Pilato 2015-03-30 11:35:54 +02:00
parent 021483626c
commit 9f6519f84a

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-mapper-attachments</artifactId>
<version>3.0.0-SNAPSHOT</version>
@ -31,6 +25,12 @@
<url>http://github.com/elasticsearch/elasticsearch-mapper-attachments</url>
</scm>
<parent>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<properties>
<!-- If we need to define any specific property -->
</properties>