Skip to content

Commit

Permalink
upd to solr-5.5.3
Browse files Browse the repository at this point in the history
minor bugfix version
  • Loading branch information
reger committed Jan 20, 2017
1 parent c4017f2 commit 890c6dc
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 37 deletions.
36 changes: 18 additions & 18 deletions .classpath
Expand Up @@ -64,26 +64,26 @@
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/> <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/httpmime-4.5.2.jar"/>
<classpathentry kind="lib" path="lib/noggit-0.6.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-core-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/solr-solrj-5.5.2.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/stax2-api-3.1.4.jar"/>
<classpathentry kind="lib" path="lib/woodstox-core-asl-4.4.1.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-common-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-analyzers-phonetic-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-analyzers-phonetic-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-classification-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-classification-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-codecs-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-codecs-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-core-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-facet-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-facet-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-grouping-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-grouping-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-highlighter-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-highlighter-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-join-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-join-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-memory-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-memory-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-misc-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-misc-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-queries-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-queries-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-queryparser-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-queryparser-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-spatial-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-spatial-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-suggest-5.5.2.jar"/> <classpathentry kind="lib" path="lib/lucene-suggest-5.5.3.jar"/>
<classpathentry kind="lib" path="lib/lucene-backward-codecs-5.5.2.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="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/icu4j-57_1.jar"/> <classpathentry kind="lib" path="lib/icu4j-57_1.jar"/>
<classpathentry kind="lib" path="lib/htmllexer.jar"/> <classpathentry kind="lib" path="lib/htmllexer.jar"/>
Expand Down
36 changes: 18 additions & 18 deletions build.xml
Expand Up @@ -218,22 +218,22 @@
<pathelement location="${lib}/json-simple-1.1.1.jar" /> <pathelement location="${lib}/json-simple-1.1.1.jar" />
<pathelement location="${lib}/jsoup-1.10.1.jar" /> <pathelement location="${lib}/jsoup-1.10.1.jar" />
<pathelement location="${lib}/log4j-over-slf4j-1.7.21.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-common-5.5.3.jar" />
<pathelement location="${lib}/lucene-analyzers-phonetic-5.5.2.jar" /> <pathelement location="${lib}/lucene-analyzers-phonetic-5.5.3.jar" />
<pathelement location="${lib}/lucene-backward-codecs-5.5.2.jar" /> <pathelement location="${lib}/lucene-backward-codecs-5.5.3.jar" />
<pathelement location="${lib}/lucene-classification-5.5.2.jar" /> <pathelement location="${lib}/lucene-classification-5.5.3.jar" />
<pathelement location="${lib}/lucene-codecs-5.5.2.jar" /> <pathelement location="${lib}/lucene-codecs-5.5.3.jar" />
<pathelement location="${lib}/lucene-core-5.5.2.jar" /> <pathelement location="${lib}/lucene-core-5.5.3.jar" />
<pathelement location="${lib}/lucene-facet-5.5.2.jar" /> <pathelement location="${lib}/lucene-facet-5.5.3.jar" />
<pathelement location="${lib}/lucene-grouping-5.5.2.jar" /> <pathelement location="${lib}/lucene-grouping-5.5.3.jar" />
<pathelement location="${lib}/lucene-highlighter-5.5.2.jar" /> <pathelement location="${lib}/lucene-highlighter-5.5.3.jar" />
<pathelement location="${lib}/lucene-join-5.5.2.jar" /> <pathelement location="${lib}/lucene-join-5.5.3.jar" />
<pathelement location="${lib}/lucene-memory-5.5.2.jar" /> <pathelement location="${lib}/lucene-memory-5.5.3.jar" />
<pathelement location="${lib}/lucene-misc-5.5.2.jar" /> <pathelement location="${lib}/lucene-misc-5.5.3.jar" />
<pathelement location="${lib}/lucene-queries-5.5.2.jar" /> <pathelement location="${lib}/lucene-queries-5.5.3.jar" />
<pathelement location="${lib}/lucene-queryparser-5.5.2.jar" /> <pathelement location="${lib}/lucene-queryparser-5.5.3.jar" />
<pathelement location="${lib}/lucene-spatial-5.5.2.jar" /> <pathelement location="${lib}/lucene-spatial-5.5.3.jar" />
<pathelement location="${lib}/lucene-suggest-5.5.2.jar" /> <pathelement location="${lib}/lucene-suggest-5.5.3.jar" />
<pathelement location="${lib}/jsonic-1.2.0.jar" /> <pathelement location="${lib}/jsonic-1.2.0.jar" />
<pathelement location="${lib}/langdetect.jar" /> <pathelement location="${lib}/langdetect.jar" />
<pathelement location="${lib}/metadata-extractor-2.9.1.jar" /> <pathelement location="${lib}/metadata-extractor-2.9.1.jar" />
Expand All @@ -244,8 +244,8 @@
<pathelement location="${lib}/poi-scratchpad-3.15.jar" /> <pathelement location="${lib}/poi-scratchpad-3.15.jar" />
<pathelement location="${lib}/slf4j-api-1.7.21.jar" /> <pathelement location="${lib}/slf4j-api-1.7.21.jar" />
<pathelement location="${lib}/slf4j-jdk14-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-core-5.5.3.jar" />
<pathelement location="${lib}/solr-solrj-5.5.2.jar" /> <pathelement location="${lib}/solr-solrj-5.5.3.jar" />
<pathelement location="${lib}/spatial4j-0.5.jar" /> <pathelement location="${lib}/spatial4j-0.5.jar" />
<pathelement location="${lib}/stax2-api_3.1.4.jar" /> <pathelement location="${lib}/stax2-api_3.1.4.jar" />
<pathelement location="${lib}/weupnp-0.1.4.jar" /> <pathelement location="${lib}/weupnp-0.1.4.jar" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added lib/solr-core-5.5.3.jar
Binary file not shown.
Binary file added lib/solr-solrj-5.5.3.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -34,7 +34,7 @@
<maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target> <maven.compiler.target>1.7</maven.compiler.target>
<!-- the Solr version used in dependency section for all related dependencies --> <!-- 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 --> <!-- the Jetty version used in dependency section for all related dependencies -->
<jetty.version>9.2.19.v20160908</jetty.version> <jetty.version>9.2.19.v20160908</jetty.version>


Expand Down

0 comments on commit 890c6dc

Please sign in to comment.