Simon Willnauer
6753f7f03e
Cut over master to 2.0.0-SNAPSHOT
2015-08-04 10:54:12 +02:00
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
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
05db5dc2c8
create parent pom project from its original location
2015-06-05 13:12:05 +02:00