Move parent after artifact coordinates
This commit is contained in:
parent
4e37122856
commit
655d8e4287
12
pom.xml
12
pom.xml
|
@ -4,12 +4,6 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
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>
|
<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>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-lang-python</artifactId>
|
<artifactId>elasticsearch-lang-python</artifactId>
|
||||||
<version>3.0.0-SNAPSHOT</version>
|
<version>3.0.0-SNAPSHOT</version>
|
||||||
|
@ -31,6 +25,12 @@
|
||||||
<url>http://github.com/elasticsearch/elasticsearch-lang-python</url>
|
<url>http://github.com/elasticsearch/elasticsearch-lang-python</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>org.elasticsearch</groupId>
|
||||||
|
<artifactId>elasticsearch-parent</artifactId>
|
||||||
|
<version>2.0.0-SNAPSHOT</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- You can add any specific project property here -->
|
<!-- You can add any specific project property here -->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
Loading…
Reference in New Issue