88<dependency>
99 <groupId>org.elasticsearch</groupId>
1010 <artifactId>elasticsearch-hadoop</artifactId>
11- <version>{ver }</version>
11+ <version>{version }</version>
1212</dependency>
1313----
1414
@@ -29,7 +29,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
2929<dependency>
3030 <groupId>org.elasticsearch</groupId>
3131 <artifactId>elasticsearch-hadoop-mr</artifactId> <1>
32- <version>{ver }</version>
32+ <version>{version }</version>
3333</dependency>
3434----
3535
@@ -41,7 +41,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
4141<dependency>
4242 <groupId>org.elasticsearch</groupId>
4343 <artifactId>elasticsearch-hadoop-hive</artifactId> <1>
44- <version>{ver }</version>
44+ <version>{version }</version>
4545</dependency>
4646----
4747
@@ -53,7 +53,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
5353<dependency>
5454 <groupId>org.elasticsearch</groupId>
5555 <artifactId>elasticsearch-hadoop-pig</artifactId> <1>
56- <version>{ver }</version>
56+ <version>{version }</version>
5757</dependency>
5858----
5959
@@ -65,7 +65,7 @@ These are available under the same `groupId`, using an `artifactId` with the pat
6565<dependency>
6666 <groupId>org.elasticsearch</groupId>
6767 <artifactId>elasticsearch-spark-20_2.10</artifactId> <1>
68- <version>{ver }</version>
68+ <version>{version }</version>
6969</dependency>
7070----
7171
@@ -93,7 +93,7 @@ The Spark connector framework is the most sensitive to version incompatibilities
9393<dependency>
9494 <groupId>org.elasticsearch</groupId>
9595 <artifactId>elasticsearch-storm</artifactId> <1>
96- <version>{ver }</version>
96+ <version>{version }</version>
9797</dependency>
9898----
9999
0 commit comments