Commit Graph

5 Commits

Author SHA1 Message Date
David Pilato 1ec8d69c6e Depend on elasticsearch-parent
To simplify plugins maintenance and provide more value in the future, we are starting to build an `elasticsearch-parent` project.
This commit is the first step for this plugin to depend on this new `pom` maven project.
2014-12-14 19:43:51 +01:00
David Pilato c1b4018f87 Docs: make the welcome page more obvious
Closes #17.
2014-09-09 00:05:22 +02:00
David Pilato 2c18d35b59 Create branches according to elasticsearch versions
We create branches:

* es-0.90 for elasticsearch 0.90
* es-1.0 for elasticsearch 1.0
* es-1.1 for elasticsearch 1.1
* master for elasticsearch master

We also check that before releasing we don't have a dependency to an elasticsearch SNAPSHOT version.

Add links to each version in documentation
2014-03-28 18:35:25 +01:00
David Pilato d76bdb12da Disable java and maven version checking
And fix typo in email html
2014-03-19 22:42:50 +01:00
David Pilato 79ac03e9c5 Add plugin release semi-automatic script
Closes #8.
2014-03-07 17:17:47 +01:00