You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ko...@apache.org on 2011/11/30 17:46:23 UTC

svn commit: r1208509 - in /lucene/dev/trunk: dev-tools/eclipse/dot.classpath dev-tools/maven/pom.xml.template solr/CHANGES.txt solr/lib/commons-io-1.4.jar solr/lib/commons-io-2.1.jar solr/lib/commons-lang-2.4.jar solr/lib/commons-lang-2.6.jar

Author: koji
Date: Wed Nov 30 16:46:22 2011
New Revision: 1208509

URL: http://svn.apache.org/viewvc?rev=1208509&view=rev
Log:
SOLR-2922: Upgrade commons-io and commons-lang to 2.1 and 2.6, respectively.

Added:
    lucene/dev/trunk/solr/lib/commons-io-2.1.jar   (with props)
    lucene/dev/trunk/solr/lib/commons-lang-2.6.jar   (with props)
Removed:
    lucene/dev/trunk/solr/lib/commons-io-1.4.jar
    lucene/dev/trunk/solr/lib/commons-lang-2.4.jar
Modified:
    lucene/dev/trunk/dev-tools/eclipse/dot.classpath
    lucene/dev/trunk/dev-tools/maven/pom.xml.template
    lucene/dev/trunk/solr/CHANGES.txt

Modified: lucene/dev/trunk/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/eclipse/dot.classpath?rev=1208509&r1=1208508&r2=1208509&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/trunk/dev-tools/eclipse/dot.classpath Wed Nov 30 16:46:22 2011
@@ -103,8 +103,8 @@
 	<classpathentry kind="lib" path="solr/lib/commons-csv-1.0-SNAPSHOT-r966014.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-fileupload-1.2.1.jar"/>
 	<classpathentry kind="lib" path="solr/lib/commons-httpclient-3.1.jar"/>
-	<classpathentry kind="lib" path="solr/lib/commons-io-1.4.jar"/>
-	<classpathentry kind="lib" path="solr/lib/commons-lang-2.4.jar"/>
+	<classpathentry kind="lib" path="solr/lib/commons-io-2.1.jar"/>
+	<classpathentry kind="lib" path="solr/lib/commons-lang-2.6.jar"/>
 	<classpathentry kind="lib" path="solr/lib/easymock-2.2.jar"/>
 	<classpathentry kind="lib" path="solr/lib/guava-r05.jar"/>
 	<classpathentry kind="lib" path="solr/lib/jcl-over-slf4j-1.6.1.jar"/>

Modified: lucene/dev/trunk/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/pom.xml.template?rev=1208509&r1=1208508&r2=1208509&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/pom.xml.template Wed Nov 30 16:46:22 2011
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>1.4</version>
+        <version>2.1</version>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
@@ -168,7 +168,7 @@
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
-        <version>2.4</version>
+        <version>2.6</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>

Modified: lucene/dev/trunk/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/CHANGES.txt?rev=1208509&r1=1208508&r2=1208509&view=diff
==============================================================================
--- lucene/dev/trunk/solr/CHANGES.txt (original)
+++ lucene/dev/trunk/solr/CHANGES.txt Wed Nov 30 16:46:22 2011
@@ -404,6 +404,10 @@ Bug Fixes
 
 * SOLR-2819: Improved speed of parsing hex entities in HTMLStripCharFilter
   (Bernhard Berger, hossman)
+  
+Other Changes
+----------------------
+* SOLR-2922: Upgrade commons-io and commons-lang to 2.1 and 2.6, respectively. (koji)
 
 ==================  3.5.0  ==================
 

Added: lucene/dev/trunk/solr/lib/commons-io-2.1.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/commons-io-2.1.jar?rev=1208509&view=auto
==============================================================================
Binary file - no diff available.

Added: lucene/dev/trunk/solr/lib/commons-lang-2.6.jar
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/lib/commons-lang-2.6.jar?rev=1208509&view=auto
==============================================================================
Binary file - no diff available.