Commit Graph

5 Commits

Author SHA1 Message Date
David Pilato 8204be34e3 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 PR is the first step for this plugin to depend on this new `pom` maven project.
2014-12-12 16:23:28 +01:00
Jun Ohtani e8d23c9129 Docs: make the welcome page more obvious
Closes #36.
2014-08-26 14:09:57 +09:00
David Pilato 315a7190ad 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

(cherry picked from commit 35f5901)
2014-03-26 16:44:33 +01:00
David Pilato 02df5206e1 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:33:54 +01:00
David Pilato c962f0b8af Add plugin release semi-automatic script
Closes #21
2014-02-28 23:09:56 +01:00