You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2013/03/21 01:56:57 UTC

svn commit: r1459112 - in /pig/branches/branch-0.11: CHANGES.txt ivy/libraries.properties test/e2e/pig/build.xml

Author: daijy
Date: Thu Mar 21 00:56:56 2013
New Revision: 1459112

URL: http://svn.apache.org/r1459112
Log:
PIG-3256: Upgrade jython to 2.5.3 (legal concern)

Modified:
    pig/branches/branch-0.11/CHANGES.txt
    pig/branches/branch-0.11/ivy/libraries.properties
    pig/branches/branch-0.11/test/e2e/pig/build.xml

Modified: pig/branches/branch-0.11/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1459112&r1=1459111&r2=1459112&view=diff
==============================================================================
--- pig/branches/branch-0.11/CHANGES.txt (original)
+++ pig/branches/branch-0.11/CHANGES.txt Thu Mar 21 00:56:56 2013
@@ -24,6 +24,8 @@ INCOMPATIBLE CHANGES
 
 IMPROVEMENTS
 
+PIG-3256: Upgrade jython to 2.5.3 (legal concern) (daijy)
+
 PIG-2988: start deploying pigunit maven artifact part of Pig release process (njw45 via rohini)
 
 PIG-3148: OutOfMemory exception while spilling stale DefaultDataBag. Extra option to gc() before spilling large bag. (knoguchi via rohini)

Modified: pig/branches/branch-0.11/ivy/libraries.properties
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/ivy/libraries.properties?rev=1459112&r1=1459111&r2=1459112&view=diff
==============================================================================
--- pig/branches/branch-0.11/ivy/libraries.properties (original)
+++ pig/branches/branch-0.11/ivy/libraries.properties Thu Mar 21 00:56:56 2013
@@ -61,7 +61,7 @@ jsch.version=0.1.38
 json-simple.version=1.1
 junit.version=4.11
 jruby.version=1.6.7
-jython.version=2.5.2
+jython.version=2.5.3
 rhino.version=1.7R2
 antlr.version=3.4
 stringtemplate.version=4.0.4

Modified: pig/branches/branch-0.11/test/e2e/pig/build.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/test/e2e/pig/build.xml?rev=1459112&r1=1459111&r2=1459112&view=diff
==============================================================================
--- pig/branches/branch-0.11/test/e2e/pig/build.xml (original)
+++ pig/branches/branch-0.11/test/e2e/pig/build.xml Thu Mar 21 00:56:56 2013
@@ -20,7 +20,7 @@
   <property name="pig.dir" value="${basedir}/../../.."/>
   <property name="pig.jar" value="${pig.dir}/pig.jar"/>
   <property name="jython.jar"
-    value="${pig.dir}/build/ivy/lib/Pig/jython-2.5.0.jar"/>
+    value="${pig.dir}/build/ivy/lib/Pig/jython-standalone-2.5.3.jar"/>
   <property name="jruby.jar"
     value="${pig.dir}/build/ivy/lib/Pig/jruby-complete-1.6.7.jar"/>