Move parent after artifact coordinates
This commit is contained in:
parent
49b7eefc8d
commit
d6231e2c9f
12
pom.xml
12
pom.xml
|
@ -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-gce</artifactId>
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
|
@ -43,6 +37,12 @@ governing permissions and limitations under the License. -->
|
|||
<url>http://github.com/elasticsearch/elasticsearch-cloud-gce</url>
|
||||
</scm>
|
||||
|
||||
<parent>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-parent</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/elasticsearch/elasticsearch-cloud-gce/issues/</url>
|
||||
|
|
Loading…
Reference in New Issue