Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit 3a691f7

Browse files
committed
Move parent after artifact coordinates
1 parent fa3e157 commit 3a691f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ governing permissions and limitations under the License. -->
1515
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1616
<modelVersion>4.0.0</modelVersion>
1717

18-
<parent>
19-
<groupId>org.elasticsearch</groupId>
20-
<artifactId>elasticsearch-parent</artifactId>
21-
<version>1.6.0-SNAPSHOT</version>
22-
</parent>
23-
2418
<groupId>org.elasticsearch</groupId>
2519
<artifactId>elasticsearch-cloud-gce</artifactId>
2620
<version>2.6.0-SNAPSHOT</version>
@@ -43,6 +37,12 @@ governing permissions and limitations under the License. -->
4337
<url>http://github.com/elasticsearch/elasticsearch-cloud-gce</url>
4438
</scm>
4539

40+
<parent>
41+
<groupId>org.elasticsearch</groupId>
42+
<artifactId>elasticsearch-parent</artifactId>
43+
<version>1.6.0-SNAPSHOT</version>
44+
</parent>
45+
4646
<issueManagement>
4747
<system>GitHub</system>
4848
<url>https://github.com/elasticsearch/elasticsearch-cloud-gce/issues/</url>

0 commit comments

Comments
 (0)