summaryrefslogtreecommitdiff
path: root/docs/Versions.asciidoc
blob: 68ffc2085fac4c633d7da0e94f9e97ea76057ad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
:version:               6.0.0-alpha2
:major-version:         6.x
:lucene_version:        7.0.0-SNAPSHOT
:lucene_version_path:   7_0_0
:branch:                master
:jdk:                   1.8.0_131

//////////
release-state can be: released | prerelease | unreleased
//////////

:release-state:   prerelease

:issue:           https://github.com/elastic/elasticsearch/issues/
:pull:            https://github.com/elastic/elasticsearch/pull/

:docker-image:    docker.elastic.co/elasticsearch/elasticsearch:{version}
:plugin_url:      https://artifacts.elastic.co/downloads/elasticsearch-plugins

///////
Javadoc roots used to generate links from Painless's API reference
///////
:java8-javadoc: https://docs.oracle.com/javase/8/docs/api
:java9-javadoc: http://download.java.net/java/jigsaw/docs/api
:joda-time-javadoc: http://www.joda.org/joda-time/apidocs
:lucene-core-javadoc: http://lucene.apache.org/core/{lucene_version_path}/core

ifeval::["{release-state}"=="unreleased"]
:elasticsearch-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/elasticsearch/{version}-SNAPSHOT
:painless-javadoc: https://snapshots.elastic.co/javadoc/org/elasticsearch/painless/lang-painless/{version}-SNAPSHOT
endif::[]

ifeval::["{release-state}"!="unreleased"]
:elasticsearch-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/elasticsearch/{version}
:painless-javadoc: https://artifacts.elastic.co/javadoc/org/elasticsearch/painless/lang-painless/{version}
endif::[]

///////
Shared attribute values are pulled from elastic/docs
///////

include::{asciidoc-dir}/../../shared/attributes.asciidoc[]