[DOCS] Fix version in SQL JDBC Maven template

This commit is contained in:
Costin Leau 2018-06-17 00:40:01 +03:00
parent 215c5f292a
commit bbcfcd1ca5

View File

@ -16,7 +16,7 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
<dependency> <dependency>
<groupId>org.elasticsearch.plugin.jdbc</groupId> <groupId>org.elasticsearch.plugin.jdbc</groupId>
<artifactId>jdbc</artifactId> <artifactId>jdbc</artifactId>
<version>{ver}</version> <version>{version}</version>
</dependency> </dependency>
---- ----