upd to solr-5.5.3

minor bugfix version
pull/105/head
reger 8 years ago
parent c4017f2e87
commit 890c6dcdc6

@ -64,26 +64,26 @@
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/noggit-0.6.jar"/>
<classpathentry kind="lib" path="lib/solr-core-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/solr-solrj-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/solr-core-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/solr-solrj-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/stax2-api-3.1.4.jar"/>
<classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-phonetic-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-classification-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-codecs-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-facet-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-grouping-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-join-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-memory-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-misc-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-suggest-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-backward-codecs-5.5.2.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-common-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-phonetic-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-classification-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-codecs-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-facet-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-grouping-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-join-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-memory-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-misc-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-suggest-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-backward-codecs-5.5.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-57_1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/>

@ -218,22 +218,22 @@
<pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsoup-1.10.1.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.21.jar" />
<pathelement location="${lib}/lucene-analyzers-common-5.5.2.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.5.2.jar" />
<pathelement location="${lib}/lucene-backward-codecs-5.5.2.jar" />
<pathelement location="${lib}/lucene-classification-5.5.2.jar" />
<pathelement location="${lib}/lucene-codecs-5.5.2.jar" />
<pathelement location="${lib}/lucene-core-5.5.2.jar" />
<pathelement location="${lib}/lucene-facet-5.5.2.jar" />
<pathelement location="${lib}/lucene-grouping-5.5.2.jar" />
<pathelement location="${lib}/lucene-highlighter-5.5.2.jar" />
<pathelement location="${lib}/lucene-join-5.5.2.jar" />
<pathelement location="${lib}/lucene-memory-5.5.2.jar" />
<pathelement location="${lib}/lucene-misc-5.5.2.jar" />
<pathelement location="${lib}/lucene-queries-5.5.2.jar" />
<pathelement location="${lib}/lucene-queryparser-5.5.2.jar" />
<pathelement location="${lib}/lucene-spatial-5.5.2.jar" />
<pathelement location="${lib}/lucene-suggest-5.5.2.jar" />
<pathelement location="${lib}/lucene-analyzers-common-5.5.3.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.5.3.jar" />
<pathelement location="${lib}/lucene-backward-codecs-5.5.3.jar" />
<pathelement location="${lib}/lucene-classification-5.5.3.jar" />
<pathelement location="${lib}/lucene-codecs-5.5.3.jar" />
<pathelement location="${lib}/lucene-core-5.5.3.jar" />
<pathelement location="${lib}/lucene-facet-5.5.3.jar" />
<pathelement location="${lib}/lucene-grouping-5.5.3.jar" />
<pathelement location="${lib}/lucene-highlighter-5.5.3.jar" />
<pathelement location="${lib}/lucene-join-5.5.3.jar" />
<pathelement location="${lib}/lucene-memory-5.5.3.jar" />
<pathelement location="${lib}/lucene-misc-5.5.3.jar" />
<pathelement location="${lib}/lucene-queries-5.5.3.jar" />
<pathelement location="${lib}/lucene-queryparser-5.5.3.jar" />
<pathelement location="${lib}/lucene-spatial-5.5.3.jar" />
<pathelement location="${lib}/lucene-suggest-5.5.3.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" />
<pathelement location="${lib}/langdetect.jar" />
<pathelement location="${lib}/metadata-extractor-2.9.1.jar" />
@ -244,8 +244,8 @@
<pathelement location="${lib}/poi-scratchpad-3.15.jar" />
<pathelement location="${lib}/slf4j-api-1.7.21.jar" />
<pathelement location="${lib}/slf4j-jdk14-1.7.21.jar" />
<pathelement location="${lib}/solr-core-5.5.2.jar" />
<pathelement location="${lib}/solr-solrj-5.5.2.jar" />
<pathelement location="${lib}/solr-core-5.5.3.jar" />
<pathelement location="${lib}/solr-solrj-5.5.3.jar" />
<pathelement location="${lib}/spatial4j-0.5.jar" />
<pathelement location="${lib}/stax2-api_3.1.4.jar" />
<pathelement location="${lib}/weupnp-0.1.4.jar" />

Binary file not shown.

Binary file not shown.

@ -34,7 +34,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<!-- the Solr version used in dependency section for all related dependencies -->
<solr.version>5.5.2</solr.version>
<solr.version>5.5.3</solr.version>
<!-- the Jetty version used in dependency section for all related dependencies -->
<jetty.version>9.2.19.v20160908</jetty.version>

Loading…
Cancel
Save