Move parent after artifact coordinates

This commit is contained in:
David Pilato 2015-03-28 11:36:26 +01:00
parent ff0547f04d
commit 80e6609c7d
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -15,12 +15,6 @@ governing permissions and limitations under the License. -->
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-azure</artifactId>
<version>3.0.0-SNAPSHOT</version>
@ -42,6 +36,12 @@ governing permissions and limitations under the License. -->
<url>http://github.com/elasticsearch/elasticsearch-cloud-azure</url>
</scm>
<parent>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<properties>
<!-- You can add any specific project property here -->
</properties>