You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by rk...@apache.org on 2013/02/04 19:03:59 UTC

svn commit: r1442278 - in /oozie/branches/branch-3.3: pom.xml release-log.txt

Author: rkanter
Date: Mon Feb  4 18:03:59 2013
New Revision: 1442278

URL: http://svn.apache.org/viewvc?rev=1442278&view=rev
Log:
OOZIE-1193 upgrade jython to 2.5.3 for Pig in Oozie due to jython 2.5.0 legal issues (bowenzhangusa via rkanter)

Modified:
    oozie/branches/branch-3.3/pom.xml
    oozie/branches/branch-3.3/release-log.txt

Modified: oozie/branches/branch-3.3/pom.xml
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/pom.xml?rev=1442278&r1=1442277&r2=1442278&view=diff
==============================================================================
--- oozie/branches/branch-3.3/pom.xml (original)
+++ oozie/branches/branch-3.3/pom.xml Mon Feb  4 18:03:59 2013
@@ -605,7 +605,7 @@
             <dependency>
                 <groupId>org.python</groupId>
                 <artifactId>jython</artifactId>
-                <version>2.5.0</version>
+                <version>2.5.3</version>
             </dependency>
 
             <dependency>

Modified: oozie/branches/branch-3.3/release-log.txt
URL: http://svn.apache.org/viewvc/oozie/branches/branch-3.3/release-log.txt?rev=1442278&r1=1442277&r2=1442278&view=diff
==============================================================================
--- oozie/branches/branch-3.3/release-log.txt (original)
+++ oozie/branches/branch-3.3/release-log.txt Mon Feb  4 18:03:59 2013
@@ -1,5 +1,6 @@
 -- Oozie 3.3.2 (unreleased)
 
+OOZIE-1193 upgrade jython to 2.5.3 for Pig in Oozie due to jython 2.5.0 legal issues (bowenzhangusa via rkanter)
 OOZIE-1172 Add documentation on how to get Java actions to authenticate properly on Kerberos-enabled clusters (rkanter)
 OOZIE-87 GH-47: Feature to supply a comma separated list of jars in an 'archive tag' of workflow (jaoki via rkanter)
 OOZIE-1160 Oozie web-console to display all job URLs spawned by Pig (mona)