[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
1 changed files with 1 additions and 1 deletions

View File

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