Skip to content

Commit bdf46a2

Browse files
committed
Move parent after artifact coordinates
1 parent 8f038bd commit bdf46a2

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
@@ -4,12 +4,6 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<parent>
8-
<groupId>org.elasticsearch</groupId>
9-
<artifactId>elasticsearch-parent</artifactId>
10-
<version>2.0.0-SNAPSHOT</version>
11-
</parent>
12-
137
<groupId>org.elasticsearch</groupId>
148
<artifactId>elasticsearch-lang-javascript</artifactId>
159
<version>3.0.0-SNAPSHOT</version>
@@ -31,6 +25,12 @@
3125
<url>http://github.com/elasticsearch/elasticsearch-lang-javascript</url>
3226
</scm>
3327

28+
<parent>
29+
<groupId>org.elasticsearch</groupId>
30+
<artifactId>elasticsearch-parent</artifactId>
31+
<version>2.0.0-SNAPSHOT</version>
32+
</parent>
33+
3434
<properties>
3535
<!-- You can add any specific project property here -->
3636
</properties>

0 commit comments

Comments
 (0)