Update to jython 2.5.3

Closes #7.
This commit is contained in:
David Pilato 2014-01-14 16:57:08 +01:00
parent 9d431481e3
commit de2ae17633
2 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
| Python Lang Plugin | elasticsearch | jython |Release date |
|----------------------------|---------------------|----------|:------------:|
| 1.3.0-SNAPSHOT | 0.90 | 2.5.2 | |
| 1.3.0-SNAPSHOT | 0.90 | 2.5.3 | |
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
| 1.0.0 | 0.18 | 2.5.2 | 2011-12-05 |

View File

@ -51,10 +51,8 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython-standalone</artifactId>
<version>2.5.2</version>
<version>2.5.3</version>
<scope>compile</scope>
<exclusions>
</exclusions>
</dependency>
<dependency>