Commit Graph

5 Commits

Author SHA1 Message Date
David Pilato d2c39ac8da 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 17:56:29 +01:00
David Pilato 5473bf7b82 Docs: make the welcome page more obvious
Closes #31.
2014-09-08 18:07:32 +02:00
David Pilato bd984f464b 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 d5855a5)
2014-03-26 12:51:14 +01:00
David Pilato 99677faa43 Disable java and maven version checking
And fix typo in email html
2014-03-19 22:37:07 +01:00
David Pilato c9895a2381 Add plugin release semi-automatic script
Closes #20
2014-02-28 22:51:28 +01:00