[DOCS] replace {es.version} in maven coordinates with current version

This commit is contained in:
javanna 2016-07-29 15:59:15 +02:00 committed by Luca Cavanna
parent 3d2a105825
commit 772c16702e
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,7 @@
= Groovy API
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/current
:java: http://www.elastic.co/guide/en/elasticsearch/client/java-api/current
:version: 5.0.0-alpha4
[preface]
== Preface
@ -26,12 +27,12 @@ Central].
For example, you can define the latest version in your `pom.xml` file:
[source,xml]
["source","xml",subs="attributes"]
--------------------------------------------------
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-groovy</artifactId>
<version>${es.version}</version>
<version>{version}</version>
</dependency>
--------------------------------------------------

View File

@ -1,6 +1,7 @@
[[java-api]]
= Java API
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/master
:version: 5.0.0-alpha4
[preface]
== Preface
@ -25,12 +26,12 @@ Central].
For example, you can define the latest version in your `pom.xml` file:
[source,xml]
["source","xml",subs="attributes"]
--------------------------------------------------
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>${es.version}</version>
<version>{version}</version>
</dependency>
--------------------------------------------------