Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8dcec014 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Upgraded to Lucene 6.6.0 (lib)

parent d5fa07b1
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ This is a simplified view: <a href="img/dependencies.png">click here for the ful ...@@ -53,7 +53,7 @@ This is a simplified view: <a href="img/dependencies.png">click here for the ful
<dl> <dl>
<dt><a href="http://ontosim.gforge.inria.fr">OntoSim</a> 2.4: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt> <dt><a href="http://ontosim.gforge.inria.fr">OntoSim</a> 2.4: ontosim.jar [<a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html">LGPL</a>]</dt>
<dd>The whole ontosim system requires more libraries, including JWNL. But in our simplest behaviour, these libraries are not needed.</dd> <dd>The whole ontosim system requires more libraries, including JWNL. But in our simplest behaviour, these libraries are not needed.</dd>
<dt><a href="http://lucene.apache.org/">Lucene</a> 5.3.1: lucene-core.jar, lucene-analyzers-common.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt> <dt><a href="http://lucene.apache.org/">Lucene</a> 6.6.0: lucene-core.jar, lucene-analyzers-common.jar [<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache</a>]</dt>
<dd>This small part of lucene is used for WordNet matching classes.</dd> <dd>This small part of lucene is used for WordNet matching classes.</dd>
</dl> </dl>
......
...@@ -91,6 +91,7 @@ with a warning: ...@@ -91,6 +91,7 @@ with a warning:
<li>Upgraded to <span style="color: green">postgres jdbc 42.1.1</span> (lib)</li> <li>Upgraded to <span style="color: green">postgres jdbc 42.1.1</span> (lib)</li>
<li>Upgraded to <span style="color: green">Commons lang 3.6</span> (lib)</li> <li>Upgraded to <span style="color: green">Commons lang 3.6</span> (lib)</li>
<li>Upgraded to <span style="color: green">Commons text 1.1</span> (lib)</li> <li>Upgraded to <span style="color: green">Commons text 1.1</span> (lib)</li>
<li>Upgraded to <span style="color: green">Lucene 6.6.0</span> (lib)</li>
<li>Upgraded to <span style="color: green">TestNG 6.11</span> (dev)</li> <li>Upgraded to <span style="color: green">TestNG 6.11</span> (dev)</li>
</ul></p> </ul></p>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId> <artifactId>lucene-analyzers-common</artifactId>
<version>5.3.1</version> <version>6.6.0</version>
<name>Lucene analyzers common</name> <name>Lucene analyzers common</name>
<description>Apache Lucene standard analysers</description> <description>Apache Lucene standard analysers</description>
<packaging>jar</packaging> <packaging>jar</packaging>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId> <artifactId>lucene-core</artifactId>
<version>5.3.1</version> <version>6.6.0</version>
<name>Lucene Core</name> <name>Lucene Core</name>
<description>Apache Lucene Java Core</description> <description>Apache Lucene Java Core</description>
<packaging>jar</packaging> <packaging>jar</packaging>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment