File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,6 @@ governing permissions and limitations under the License. -->
15
15
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
16
<modelVersion >4.0.0</modelVersion >
17
17
18
- <parent >
19
- <groupId >org.elasticsearch</groupId >
20
- <artifactId >elasticsearch-parent</artifactId >
21
- <version >1.5.0-SNAPSHOT</version >
22
- </parent >
23
-
24
18
<groupId >org.elasticsearch</groupId >
25
19
<artifactId >elasticsearch-cloud-azure</artifactId >
26
20
<version >2.6.0-SNAPSHOT</version >
@@ -42,6 +36,12 @@ governing permissions and limitations under the License. -->
42
36
<url >http://github.com/elasticsearch/elasticsearch-cloud-azure</url >
43
37
</scm >
44
38
39
+ <parent >
40
+ <groupId >org.elasticsearch</groupId >
41
+ <artifactId >elasticsearch-parent</artifactId >
42
+ <version >1.5.0-SNAPSHOT</version >
43
+ </parent >
44
+
45
45
<properties >
46
46
<!-- You can add any specific project property here -->
47
47
</properties >
You can’t perform that action at this time.
0 commit comments