[DOCS] Fix version in SQL JDBC Maven template
This commit is contained in:
parent
215c5f292a
commit
bbcfcd1ca5
|
@ -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>
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in New Issue