Skip to content

Commit bb5d683

Browse files
committed
Move parent after artifact coordinates
1 parent 10beb68 commit bb5d683

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.5.0-SNAPSHOT</version>
22-
</parent>
23-
2418
<groupId>org.elasticsearch</groupId>
2519
<artifactId>elasticsearch-cloud-azure</artifactId>
2620
<version>2.6.0-SNAPSHOT</version>
@@ -42,6 +36,12 @@ governing permissions and limitations under the License. -->
4236
<url>http://github.com/elasticsearch/elasticsearch-cloud-azure</url>
4337
</scm>
4438

39+
<parent>
40+
<groupId>org.elasticsearch</groupId>
41+
<artifactId>elasticsearch-parent</artifactId>
42+
<version>1.5.0-SNAPSHOT</version>
43+
</parent>
44+
4545
<properties>
4646
<!-- You can add any specific project property here -->
4747
</properties>

0 commit comments

Comments
 (0)