Skip to content

Commit de2ae17

Browse files
committed
Update to jython 2.5.3
Closes #7.
1 parent 9d43148 commit de2ae17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
77

88
| Python Lang Plugin | elasticsearch | jython |Release date |
99
|----------------------------|---------------------|----------|:------------:|
10-
| 1.3.0-SNAPSHOT | 0.90 | 2.5.2 | |
10+
| 1.3.0-SNAPSHOT | 0.90 | 2.5.3 | |
1111
| 1.2.0 | 0.90 | 2.5.2 | 2013-02-26 |
1212
| 1.1.0 | 0.19 -> 0.20 | 2.5.2 | 2012-02-07 |
1313
| 1.0.0 | 0.18 | 2.5.2 | 2011-12-05 |

pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@
5151
<dependency>
5252
<groupId>org.python</groupId>
5353
<artifactId>jython-standalone</artifactId>
54-
<version>2.5.2</version>
54+
<version>2.5.3</version>
5555
<scope>compile</scope>
56-
<exclusions>
57-
</exclusions>
5856
</dependency>
5957

6058
<dependency>

0 commit comments

Comments
 (0)