From ec2f0e05f9195fc5abf2dbc23c9d258c1e4bb1f1 Mon Sep 17 00:00:00 2001 From: kimchy Date: Mon, 27 Dec 2010 10:23:01 +0200 Subject: [PATCH] upgrade to jython 2.5.2rc2 --- .idea/modules/plugin-lang-python.iml | 2 +- plugins/lang/python/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/modules/plugin-lang-python.iml b/.idea/modules/plugin-lang-python.iml index a59d8ff86fe..a966b213777 100644 --- a/.idea/modules/plugin-lang-python.iml +++ b/.idea/modules/plugin-lang-python.iml @@ -15,7 +15,7 @@ - + diff --git a/plugins/lang/python/build.gradle b/plugins/lang/python/build.gradle index 487d2746395..b00793a2d0e 100644 --- a/plugins/lang/python/build.gradle +++ b/plugins/lang/python/build.gradle @@ -30,8 +30,8 @@ configurations { dependencies { compile project(':elasticsearch') - compile('org.python:jython:2.5.2b2') { transitive = false } - distLib('org.python:jython:2.5.2b2') { transitive = false } + compile('org.python:jython:2.5.2rc2') { transitive = false } + distLib('org.python:jython:2.5.2rc2') { transitive = false } testCompile project(':test-testng') testCompile('org.testng:testng:5.10:jdk15') { transitive = false }