Mentions légales du service

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

- Version 4.5

parent 6e430ab5
No related branches found
No related tags found
No related merge requests found
...@@ -312,7 +312,7 @@ ...@@ -312,7 +312,7 @@
</javac> </javac>
<!-- possible groups: raw=impl+serv+io+onto+omwg, full=raw+ling+sem --> <!-- possible groups: raw=impl+serv+io+onto+omwg, full=raw+ling+sem -->
<!-- ling requires WordNet and takes ages initialising it --> <!-- ling requires WordNet and takes ages initialising it -->
<testng groups="full" <testng groups="raw"
outputDir="test/html" verbose="1" outputDir="test/html" verbose="1"
haltOnFailure="false" failureProperty="failed"> haltOnFailure="false" failureProperty="failed">
<!-- if ones uses logback --> <!-- if ones uses logback -->
......
...@@ -76,7 +76,7 @@ with a warning: ...@@ -76,7 +76,7 @@ with a warning:
<!--h2>Version 4.7 (1xxx): ??/??/201x - Letraset</h2--> <!--h2>Version 4.7 (1xxx): ??/??/201x - Letraset</h2-->
<!--h2>Version 4.6 (1xxx): ??/??/201X - Da lec'h all</h2--> <!--h2>Version 4.6 (1xxx): ??/??/201X - Da lec'h all</h2-->
<h2>Version 4.5 (18xx): ??/03/2013 - Building 16</h2> <h2>Version 4.5 (1847): 25/03/2013 - Building 16</h2>
<p><ul compact="1"> <p><ul compact="1">
<li>Added several EDOAL-SPARQL renderers (impl)</li> <li>Added several EDOAL-SPARQL renderers (impl)</li>
<li>Added <tt>ontowrap</tt> support in database store (server)</li> <li>Added <tt>ontowrap</tt> support in database store (server)</li>
......
No preview for this file type
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<groupId>org.semanticweb.owl</groupId> <groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId> <artifactId>align</artifactId>
<version>4.4</version> <version>4.5</version>
<!-- Rev 1835:1844M 25/03/2013 --> <!-- Rev 1846M 25/03/2013 -->
<name>The Alignment API</name> <name>The Alignment API</name>
<description>The Alignment API is an API for manipulating ontology alignments.</description> <description>The Alignment API is an API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url> <url>http://alignapi.gforge.inria.fr</url>
......
No preview for this file type
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo.align</groupId> <groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>alignsvc</artifactId> <artifactId>alignsvc</artifactId>
<version>4.4</version> <version>4.5</version>
<!-- Rev 1835:1844M 25/03/2013 --> <!-- Rev 1846M 25/03/2013 -->
<name>Alignment server</name> <name>Alignment server</name>
<description>A server for storing and sharing ontology alignments.</description> <description>A server for storing and sharing ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url> <url>http://alignapi.gforge.inria.fr</url>
...@@ -42,19 +42,19 @@ ...@@ -42,19 +42,19 @@
<dependency> <dependency>
<groupId>org.semanticweb.owl</groupId> <groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId> <artifactId>align</artifactId>
<version>4.4</version> <version>4.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.inrialpes.exmo</groupId> <groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId> <artifactId>ontowrap</artifactId>
<version>4.4</version> <version>4.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.inrialpes.exmo.align</groupId> <groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>procalign</artifactId> <artifactId>procalign</artifactId>
<version>4.4</version> <version>4.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
......
No preview for this file type
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo</groupId> <groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId> <artifactId>ontowrap</artifactId>
<version>4.4</version> <version>4.5</version>
<!-- Rev 1835:1844M 25/03/2013 --> <!-- Rev 1846M 25/03/2013 -->
<name>Ontology wrapping API</name> <name>Ontology wrapping API</name>
<description>An ontology wrapping API and library.</description> <description>An ontology wrapping API and library.</description>
<url>http://alignapi.gforge.inria.fr</url> <url>http://alignapi.gforge.inria.fr</url>
......
No preview for this file type
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo.align</groupId> <groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>procalign</artifactId> <artifactId>procalign</artifactId>
<version>4.4</version> <version>4.5</version>
<!-- Rev 1835:1844M 25/03/2013 --> <!-- Rev 1846M 25/03/2013 -->
<name>Reference implementation of the Alignment API</name> <name>Reference implementation of the Alignment API</name>
<description>Implementation of the Alignment API for manipulating ontology alignments.</description> <description>Implementation of the Alignment API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url> <url>http://alignapi.gforge.inria.fr</url>
...@@ -42,13 +42,13 @@ ...@@ -42,13 +42,13 @@
<dependency> <dependency>
<groupId>org.semanticweb.owl</groupId> <groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId> <artifactId>align</artifactId>
<version>4.4</version> <version>4.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>fr.inrialpes.exmo</groupId> <groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId> <artifactId>ontowrap</artifactId>
<version>4.4</version> <version>4.5</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
......
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