Skip to content

Commit 15b869d

Browse files
committed
Usually we follow ES version for this project version
1 parent ce9193c commit 15b869d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

elasticsearch-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.alien4cloud</groupId>
66
<artifactId>elasticsearch-mapping-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>6.6.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>elasticsearch-annotations</artifactId>

elasticsearch-mapping/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>org.alien4cloud</groupId>
66
<artifactId>elasticsearch-mapping-parent</artifactId>
7-
<version>2.0.0-SNAPSHOT</version>
7+
<version>6.6.2-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>elasticsearch-mapping</artifactId>
1111
<name>Elastic search mapping.</name>
1212
<description>Object mapping for elastic search.</description>
13-
13+
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.elasticsearch</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.alien4cloud</groupId>
55
<artifactId>elasticsearch-mapping-parent</artifactId>
6-
<version>2.0.0-SNAPSHOT</version>
6+
<version>6.6.2-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<name>Elastic search mapping parent</name>
@@ -23,7 +23,7 @@
2323
<!-- Logging -->
2424
<log4j.version>2.8.2</log4j.version>
2525
<slf4j.version>1.7.24</slf4j.version>
26-
26+
2727
<java.version>1.8</java.version>
2828
<maven.compiler.version>2.3.2</maven.compiler.version>
2929
</properties>

0 commit comments

Comments
 (0)