uboness
b40186652c
updated the elasticsearch versioning format
...
Moving to from `X.Y.Z.beta1`/`X.Y.Z.RC1` to `X.Y.Z-beta1`/`X.Y.Z-rc1`
2015-07-13 20:26:37 +02:00
Simon Willnauer
e0708813a9
Make 2.0.0.beta1-SNAPSHOT the current version.
...
Today everything is tight to having the next version as the latest.
In order to work towards 2.0.0.beta1 we need to fix all the usage of
2.0.0-SNAPSHOT to reflect the version we will release soon.
Usually we do this on the release branch but to simplify things I wanna
keep this on master for now and move to 2.1.0-SNAPSHOT on master once
we created a 2.0 branch.
Closes #12148
2015-07-09 21:24:32 +02:00
David Pilato
02874ea411
[build] explicitly add http-client dependency
...
As discussed in the PR https://github.com/elastic/elasticsearch/pull/12036#issuecomment-119584570
2015-07-08 16:17:27 +02:00
Clinton Gormley
7aac4d5417
Added rest tests for cloud plugins
2015-07-07 19:26:31 +02:00
David Pilato
e7a6b51bab
[maven] change groupId / artifactId
...
When we generate our project, we can get something like:
```
├── dev-tools
├── elasticsearch
├── elasticsearch-parent
├── elasticsearch-plugin
├── plugin
│ ├── elasticsearch-analysis-icu
│ ├── elasticsearch-analysis-kuromoji
│ ├── elasticsearch-analysis-phonetic
│ ├── elasticsearch-analysis-smartcn
│ ├── elasticsearch-analysis-stempel
│ ├── elasticsearch-cloud-aws
│ ├── elasticsearch-cloud-azure
│ ├── elasticsearch-cloud-gce
│ ├── elasticsearch-delete-by-query
│ ├── elasticsearch-lang-javascript
│ └── elasticsearch-lang-python
├── rest-api-spec
└── securemock
```
I propose here to use a common naming for artifacts: start always with `elasticsearch-`.
Also, move `elasticsearch-plugin` to `org.elasticsearch.plugin` groupId.
So we could have:
```
├── elasticsearch
├── elasticsearch-dev-tools
├── elasticsearch-parent
├── elasticsearch-rest-api-spec
├── elasticsearch-securemock
├── plugin
│ ├── elasticsearch-analysis-icu
│ ├── elasticsearch-analysis-kuromoji
│ ├── elasticsearch-analysis-phonetic
│ ├── elasticsearch-analysis-smartcn
│ ├── elasticsearch-analysis-stempel
│ ├── elasticsearch-cloud-aws
│ ├── elasticsearch-cloud-azure
│ ├── elasticsearch-cloud-gce
│ ├── elasticsearch-delete-by-query
│ ├── elasticsearch-lang-javascript
│ ├── elasticsearch-lang-python
│ └── elasticsearch-plugin
```
2015-07-06 17:17:07 +02:00
Simon Willnauer
5808102d19
Upgrade AWS dependency to 1.10.0
...
This also apgrades JodaTime to 2.8.0.
2015-06-18 14:04:38 +02:00
Simon Willnauer
a704a9ff83
add cloud-aws module
2015-06-05 13:12:36 +02:00