mirror of https://github.com/apache/lucene.git
SOLR-2922: Upgrade commons-io and commons-lang to 2.1 and 2.6, respectively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1208509 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
277c4a1a5d
commit
a1aefefdd9
|
@ -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"/>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 ==================
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[133dc6cb35f5ca2c5920fd0933a557c2def88680] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[b5c7d692fe5616af4332c1a1db6efd23e3ff881b] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[ce0ca22c8d29a9be736d775fe50bfdc6ce770186] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[98467d3a653ebad776ffa3542efeb9732fe0b482] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue