Mentions légales du service

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

Upgraded xercesImpl to 2.11.0, mysql to 5.1.28, postgres to 9.3-1100, Jena to...

Upgraded xercesImpl to 2.11.0, mysql to 5.1.28, postgres to 9.3-1100, Jena to 2.9.0, OWL API to 3.4.8, HermiT to 1.3.8
parent 75bf443c
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 142 deletions
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
<onejar file="ontowrap" <onejar file="ontowrap"
group="fr.inrialpes.exmo" group="fr.inrialpes.exmo"
desc="Ontology wrapper" desc="Ontology wrapper"
path="jena/arq.jar jena/icu4j.jar jena/iri.jar jena/jena.jar skosapi/skosapi.jar owlapi10/api.jar owlapi10/impl.jar owlapi10/io.jar owlapi10/rdfapi.jar owlapi10/rdfparser.jar owlapi3/owlapi-bin.jar"> path="jena/arq.jar jena/iri.jar jena/jena.jar skosapi/skosapi.jar owlapi10/api.jar owlapi10/impl.jar owlapi10/io.jar owlapi10/rdfapi.jar owlapi10/rdfparser.jar owlapi3/owlapi-bin.jar">
<files> <files>
<fileset dir="classes"> <fileset dir="classes">
<include name="fr/inrialpes/exmo/ontowrap/**/*.class" /> <include name="fr/inrialpes/exmo/ontowrap/**/*.class" />
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
group="fr.inrialpes.exmo.align" group="fr.inrialpes.exmo.align"
desc="Alignment API implementation" desc="Alignment API implementation"
main="fr.inrialpes.exmo.align.cli.Procalign" main="fr.inrialpes.exmo.align.cli.Procalign"
path="skosapi/skosapi.jar owlapi30/owlapi-bin.jar ontosim/ontosim.jar cli/commons-cli.jar slf4j/jcl-over-slf4j.jar slf4j/log4j-over-slf4j.jar slf4j/slf4j-api.jar jwnl/jwnl.jar lucene/lucene-core.jar jena/jena.jar jena/iri.jar jena/icu4j.jar iddl/iddl.jar xerces/xercesImpl.jar xerces/resolver.jar xerces/xml-apis.jar hermit/hermit.jar align.jar ontowrap.jar procalign.jar"> path="skosapi/skosapi.jar owlapi30/owlapi-bin.jar ontosim/ontosim.jar cli/commons-cli.jar slf4j/jcl-over-slf4j.jar slf4j/log4j-over-slf4j.jar slf4j/slf4j-api.jar jwnl/jwnl.jar lucene/lucene-core.jar jena/jena.jar jena/iri.jar iddl/iddl.jar xerces/xercesImpl.jar xerces/resolver.jar xerces/xml-apis.jar hermit/hermit.jar align.jar ontowrap.jar procalign.jar">
<files> <files>
<fileset dir="classes"> <fileset dir="classes">
<include name="fr/inrialpes/exmo/align/impl/**/*.class"/> <include name="fr/inrialpes/exmo/align/impl/**/*.class"/>
...@@ -527,7 +527,6 @@ ...@@ -527,7 +527,6 @@
<onepom file="jdbc/mysql-connector-java" /> <onepom file="jdbc/mysql-connector-java" />
<onepom file="jdbc/postgresql-jdbc4" /> <onepom file="jdbc/postgresql-jdbc4" />
<onepom file="jena/arq" /> <onepom file="jena/arq" />
<onepom file="jena/icu4j" />
<onepom file="jena/iri" /> <onepom file="jena/iri" />
<onepom file="jena/jena" /> <onepom file="jena/jena" />
<onepom file="jetty/jetty-util" /> <onepom file="jetty/jetty-util" />
......
...@@ -73,7 +73,7 @@ with a warning: ...@@ -73,7 +73,7 @@ with a warning:
<!--h2>Version 4.9 (1xxx): ??/??/201X - Al pesto</h2--> <!--h2>Version 4.9 (1xxx): ??/??/201X - Al pesto</h2-->
<!--h2>Version 4.8 (1xxx): ??/??/201x - Antésine</h2--> <!--h2>Version 4.8 (1xxx): ??/??/201x - Antésine</h2-->
<!--h2>Version 4.7 (1xxx): ??/??/201x - Letraset</h2--> <!--h2>Version 4.7 (1xxx): ??/??/201x - Letraset</h2-->
<!--h2>Version 4.6 (1xxx): ??/01/2014 - Da lec'h all</h2--> <!--h2>Version 4.6 (18xx): ??/01/2014 - Da lec'h all</h2-->
<p><ul compact="1"> <p><ul compact="1">
<li>Fixed a bug in <tt>EDOALAlignment.init()</tt> which would prohibit rendering (edoal)</li> <li>Fixed a bug in <tt>EDOALAlignment.init()</tt> which would prohibit rendering (edoal)</li>
<li>Fixed a bug in <tt>OWLAxiomsRendererVisitor</tt>, <tt>SWRLRendererVisitor</tt>, <tt>SEKTMappingRendererVisitor</tt>, <tt>COWLMappingRendererVisitor</tt> <tt>SPARQLConstructRendererVisitor</tt>, and <tt>SPARQLSelectRendererVisitor</tt> which sometimes rendered alignments empty (impl)</li> <li>Fixed a bug in <tt>OWLAxiomsRendererVisitor</tt>, <tt>SWRLRendererVisitor</tt>, <tt>SEKTMappingRendererVisitor</tt>, <tt>COWLMappingRendererVisitor</tt> <tt>SPARQLConstructRendererVisitor</tt>, and <tt>SPARQLSelectRendererVisitor</tt> which sometimes rendered alignments empty (impl)</li>
...@@ -90,6 +90,12 @@ with a warning: ...@@ -90,6 +90,12 @@ with a warning:
<li>Updated tutorial2 with deprecated <tt>BasicParameters</tt> (tutorial)</li> <li>Updated tutorial2 with deprecated <tt>BasicParameters</tt> (tutorial)</li>
<li>Added complete command line option tests in <tt>tests/clitest.sh</tt> (cli)</li> <li>Added complete command line option tests in <tt>tests/clitest.sh</tt> (cli)</li>
<li>Upgraded to <span style="color: green">SLF4J</span> to 1.7.5 (lib)</li> <li>Upgraded to <span style="color: green">SLF4J</span> to 1.7.5 (lib)</li>
<li>Upgraded to <span style="color: green">xercesImpl</span> to 2.11.0 (lib)</li>
<!--li>Upgraded to <span style="color: green">Lucene</span> to 4.6.0 (lib)</li-->
<li>Upgraded to <span style="color: green">mysql</span> to 5.1.28 and <span style="color: green">postgres</span> to 9.3-1100 (lib)</li>
<li>Upgraded to <span style="color: green">Jena</span> to 2.9.0 (lib)</li>
<li>Upgraded to <span style="color: green">OWL API</span> to 3.4.8 (lib)</li>
<li>Upgraded to <span style="color: green">HermiT</span> to 1.3.8 (lib)</li>
</ul></p> </ul></p>
<h2>Version 4.5 (1847): 25/03/2013 - Building 16</h2> <h2>Version 4.5 (1847): 25/03/2013 - Building 16</h2>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.semanticweb.HermiT</groupId> <groupId>org.semanticweb.HermiT</groupId>
<artifactId>HermiT</artifactId> <artifactId>HermiT</artifactId>
<version>1.3.6</version> <version>1.3.8</version>
<!-- This is a stripped down version of HermiT with suppressed: <!-- This is a stripped down version of HermiT with suppressed:
getopt, owl-api, common-loggins --> getopt, owl-api, common-loggins -->
<name>HermiT</name> <name>HermiT</name>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>com.mysql</groupId> <groupId>com.mysql</groupId>
<artifactId>mysql-connector-java</artifactId> <artifactId>mysql-connector-java</artifactId>
<version>5.1.12</version> <version>5.1.28</version>
<name>Java Database connector (JDBC) for MySQL</name> <name>Java Database connector (JDBC) for MySQL</name>
<licenses> <licenses>
<license> <license>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql-jdbc4</artifactId> <artifactId>postgresql-jdbc4</artifactId>
<version>8.4-701</version> <version>9.3-1100</version>
<name>Java Database connector (JDBC) for Postgres</name> <name>Java Database connector (JDBC) for Postgres</name>
<licenses> <licenses>
<license> <license>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache.jena</groupId> <groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId> <artifactId>jena-arq</artifactId>
<version>2.9.0-incubating q</version> <version>2.11.0</version>
<name>ARQ</name> <name>ARQ</name>
<description>ARQ is a SPARQL 1.1 query engine for Jena</description> <description>ARQ is a SPARQL 1.1 query engine for Jena</description>
<packaging>jar</packaging> <packaging>jar</packaging>
......
File deleted
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
<version>3.4.4</version>
<name>ICU4J</name>
<description>International Component for Unicode for Java (ICU4J) is a mature, widely used Java library providing Unicode and Globalization support</description>
<licenses>
<license>
<name>ICU License</name>
<url>http://source.icu-project.org/repos/icu/icu/trunk/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<url>http://icu-project.org/</url>
<developers>
<developer>
<id>mark</id>
<name>Mark Davis</name>
<organization>Google</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>emmons</id>
<name>John Emmons</name>
<organization>IBM Corporation</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>doug</id>
<name>Doug Felt</name>
<organization>Google</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>deborah</id>
<name>Deborah Goldsmith</name>
<organization>Apple</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>srl</id>
<name>Steven Loomis</name>
<organization>IBM Corporation</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>markus</id>
<name>Markus Scherer</name>
<organization>Google</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
<developer>
<id>yoshito</id>
<name>Yoshito Umaoka</name>
<organization>IBM Corporation</organization>
<roles>
<role>PMC Member</role>
</roles>
</developer>
</developers>
<mailingLists>
<mailingList>
<name>icu-support</name>
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-support</unsubscribe>
<post>icu-support@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support</archive>
</mailingList>
<mailingList>
<name>icu-announce</name>
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-announce</unsubscribe>
<post>icu-announce@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce</archive>
</mailingList>
<mailingList>
<name>icu-design</name>
<subscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</subscribe>
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/icu-design</unsubscribe>
<post>icu-design@lists.sourceforge.net</post>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://source.icu-project.org/repos/icu/icu4j/trunk/</connection>
<developerConnection>scm:svn:http://source.icu-project.org/repos/icu/icu4j/trunk/</developerConnection>
<url>http://source.icu-project.org/repos/icu/icu4j/trunk/</url>
</scm>
<issueManagement>
<system>Trac</system>
<url>http://bugs.icu-project.org/trac/</url>
</issueManagement>
<distributionManagement>
<repository>
<id>icu4j-releases</id>
<name>ICU4J Central Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>icu4j-snapshots</id>
<name>ICU4J Central Development Repository</name>
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache.jena</groupId> <groupId>org.apache.jena</groupId>
<artifactId>jena-iri</artifactId> <artifactId>jena-iri</artifactId>
<version>0.9.0-incubating</version> <version>1.0.0</version>
<name>IRI</name> <name>IRI</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<licenses> <licenses>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache.jena</groupId> <groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId> <artifactId>jena-core</artifactId>
<version>2.7.0-incubating</version> <version>2.11.0</version>
<name>Jena core</name> <name>Jena core</name>
<description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description> <description>Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.</description>
<packaging>jar</packaging> <packaging>jar</packaging>
...@@ -21,10 +21,6 @@ ...@@ -21,10 +21,6 @@
<!-- There is a decent pom in the Jar-file --> <!-- There is a decent pom in the Jar-file -->
<!--dependencies> <!--dependencies>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.xml</groupId> <groupId>org.apache.xml</groupId>
<artifactId>xml-apis</artifactId> <artifactId>xml-apis</artifactId>
......
No preview for this file type
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
<groupId>org.semanticweb</groupId> <groupId>org.semanticweb</groupId>
<artifactId>owlapi</artifactId> <artifactId>owlapi</artifactId>
<version>3.4.2</version> <version>3.4.8</version>
<!-- version 3.4.9 is incomplete: jump to 3.4.10 -->
<name>OWL API</name> <name>OWL API</name>
<description>API and implementation for OWL</description> <description>API and implementation for OWL</description>
<licenses> <licenses>
......
No preview for this file type
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<groupId>org.apache</groupId> <groupId>org.apache</groupId>
<artifactId>xerces</artifactId> <artifactId>xerces</artifactId>
<version>2.10.0</version> <version>2.11.0</version>
<name></name> <name></name>
<description></description> <description></description>
<!-- Copyright 1999-2010 The Apache Software Foundation --> <!-- Copyright 1999-2010 The Apache Software Foundation -->
......
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