Skip to content

Commit bbcfcd1

Browse files
committed
[DOCS] Fix version in SQL JDBC Maven template
1 parent 215c5f2 commit bbcfcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/sql/endpoints/jdbc.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The JDBC driver can be obtained either by downloading it from the https://www.el
1616
<dependency>
1717
<groupId>org.elasticsearch.plugin.jdbc</groupId>
1818
<artifactId>jdbc</artifactId>
19-
<version>{ver}</version>
19+
<version>{version}</version>
2020
</dependency>
2121
----
2222

0 commit comments

Comments
 (0)