Skip to content

Commit

Permalink
Update to jython 2.5.3
Browse files Browse the repository at this point in the history
Closes #7.
  • Loading branch information
dadoonet committed Jan 14, 2014
1 parent 9d43148 commit de2ae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit de2ae17

Please sign in to comment.