You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2015/04/12 00:07:52 UTC

svn commit: r1672939 - in /nutch: branches/2.x/CHANGES.txt branches/2.x/ivy/ivy.xml trunk/CHANGES.txt trunk/ivy/ivy.xml

Author: snagel
Date: Sat Apr 11 22:07:52 2015
New Revision: 1672939

URL: http://svn.apache.org/r1672939
Log:
NUTCH-1981 Upgrade to icu4j 55.1

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/ivy/ivy.xml
    nutch/trunk/CHANGES.txt
    nutch/trunk/ivy/ivy.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1672939&r1=1672938&r2=1672939&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Sat Apr 11 22:07:52 2015
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Current Development 2.4-SNAPSHOT
 
+* NUTCH-1981 Upgrade to icu4j 55.1 (Marko Asplund via snagel)
+
 * NUTCH-1944 Index HTML raw content (meabed via mattmann)
 
 * NUTCH-1941 Optional rolling http.agent.name's (Asitang Mishra, lewismc via snagel)

Modified: nutch/branches/2.x/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/ivy/ivy.xml?rev=1672939&r1=1672938&r2=1672939&view=diff
==============================================================================
--- nutch/branches/2.x/ivy/ivy.xml (original)
+++ nutch/branches/2.x/ivy/ivy.xml Sat Apr 11 22:07:52 2015
@@ -54,7 +54,7 @@
       <exclude org="org.mortbay.jetty" name="jsp-*" />
     </dependency>
 
-    <dependency org="com.ibm.icu" name="icu4j" rev="4.0.1" />
+    <dependency org="com.ibm.icu" name="icu4j" rev="55.1" />
     <dependency org="org.apache.tika" name="tika-core" rev="1.7" />
     <dependency org="com.googlecode.juniversalchardet" name="juniversalchardet" rev="1.0.3"/>
 

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1672939&r1=1672938&r2=1672939&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Sat Apr 11 22:07:52 2015
@@ -2,6 +2,8 @@ Nutch Change Log
  
 Nutch Current Development 1.10-SNAPSHOT
 
+* NUTCH-1981 Upgrade to icu4j 55.1 (Marko Asplund via snagel)
+
 * NUTCH-1960 JUnit test for dump method of CommonCrawlDataDumper (Giuseppe Totaro via mattmann)
 
 * NUTCH-1983 CommonCrawlDumper and FileDumper don't dump correct JSON (mattmann)

Modified: nutch/trunk/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/ivy/ivy.xml?rev=1672939&r1=1672938&r2=1672939&view=diff
==============================================================================
--- nutch/trunk/ivy/ivy.xml (original)
+++ nutch/trunk/ivy/ivy.xml Sat Apr 11 22:07:52 2015
@@ -62,7 +62,7 @@
 		</dependency>
 
 		<dependency org="org.apache.tika" name="tika-core" rev="1.7" />
-		<dependency org="com.ibm.icu" name="icu4j" rev="4.0.1" />
+		<dependency org="com.ibm.icu" name="icu4j" rev="55.1" />
 
 		<dependency org="xerces" name="xercesImpl" rev="2.9.1" />
 		<dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" />