diff --git a/build.xml b/build.xml index 717eb980698935cf9e60bceb37796663ae73ba3c..5644f44c01e91bb79266c0c2b75cd5f366a5e420 100644 --- a/build.xml +++ b/build.xml @@ -51,7 +51,7 @@ <target name="versionnumber" depends="init" description="Establishes the version number"> <tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="date"/></tstamp> <property name="version.major" value="4"/> - <property name="version.minor" value="3"/> + <property name="version.minor" value="4"/> <property name="copyyear" value="2003-2012"/> <!-- first attempt --> <exec executable="svnversion" outputproperty="svn.rev" failifexecutionfails="false"/> diff --git a/html/index.html b/html/index.html index 7222ff6afd79ff828c95b3f490244b655855af21..6b975ac693810d2913b10f35bbfe87fc81cbc91c 100644 --- a/html/index.html +++ b/html/index.html @@ -15,7 +15,7 @@ [<a href="aserv.html">Server</a>] <p style="background-color: yellow; text-align: center;"> -New Alignment API 4.3. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a> +New Alignment API 4.4. <a href="http://gforge.inria.fr/frs/?group_id=117">Get it!</a> </p> <h1 class="titre">Alignment API and Alignment Server</h1> diff --git a/html/relnotes.html b/html/relnotes.html index 54b3ddcbb9cc0353b4ad40f1f1acbf3f173f8686..060b2dd71986f243f051d008d4ef6385129f1ce4 100644 --- a/html/relnotes.html +++ b/html/relnotes.html @@ -65,8 +65,11 @@ with a warning: <h2>Current SVN trunk version</h2> <!--h2>Version 4.5 (17xx): ??/??/2012 - Al pesto</h2--> +<p><ul compact="1"> +<!--li>Upgraded to <span style="color: green"></span> (lib)</li--> +</ul></p> -<!--h2>Version 4.4 (17xx): 17/07/2012 - Casa cirilo</h2--> +<h2>Version 4.4 (1754): 17/07/2012 - Casa Cirilo</h2> <p><ul compact="1"> <li><span style="color: red;">Deprecated</span> <tt>BasicParameters</tt>, @@ -76,10 +79,8 @@ with a warning: <li>Simplified visitor patterns (impl/edoal/renderer)</li> <li><span style="color: red;">Use</span> edoal prefix instead of xsd for comparators (edoal)</li> <li>Integrated <tt>owl:propertyChain</tt> in OWL rendering (edoal)</li> -<li>Upgraded to <span style="color: green">SKOS API 2</span><!--, - <span style="color: green">Xerces 2.10</span>, - <span style="color: green">log4j 1.2.16</span>, - <span style="color: green">slf4j 1.6.4</span--> (lib)</li> +<li>Upgraded to <span style="color: green">SKOS API 2</span> and + <span style="color: green">OntoSim 2.3</span> (lib)</li> <li>Added <tt>JSONRendererVisitor</tt> (impl)</li> <li>Added <tt>corresp</tt> primitive (server)</li> <li>Added <tt>EDOALAlignment.toEDOALAlignment()</tt> (edoal)</li> diff --git a/lib/align.jar b/lib/align.jar index 8894b76410658c7478a623e650740a14d3869b15..6e698530e0f6ee93f08dbd26e3c1083bcf243b0a 100644 Binary files a/lib/align.jar and b/lib/align.jar differ diff --git a/lib/align.pom b/lib/align.pom index 59eb34936b6dcdacef3177a4103350c05c18d1d7..1200eecf7f42179d4af58f423fa0cf17990ef436 100644 --- a/lib/align.pom +++ b/lib/align.pom @@ -2,11 +2,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- WARNING: EXPERIMENTAL + These pom files are not functional, so far. + These are used for attaching useful information to our Jar files. + They are not generated by maven, and not complete. + For any improvement suggestion, put it in our bugtracker: + https://gforge.inria.fr/tracker/?group_id=117 + and send us an email. + Tell us (a) what is needed, (b) why is it needed, and eventually + (c) how do you suggest to do it. + PS. "use maven" is not a useful suggestion. + --> <groupId>org.semanticweb.owl</groupId> <artifactId>align</artifactId> <version>4.3</version> - <!-- Rev 1729:1732M 07/07/2012 --> + <!-- Rev 1732:1734M 15/07/2012 --> <name>The Alignment API</name> <description>The Alignment API is an API for manipulating ontology alignments.</description> <url>http://alignapi.gforge.inria.fr</url> diff --git a/lib/alignsvc.jar b/lib/alignsvc.jar index 5bbed6b1fb690b4ca7131540b24b05dc51249b37..6dd2c04d9e544ab058db5c1ab38fd365fc78277c 100644 Binary files a/lib/alignsvc.jar and b/lib/alignsvc.jar differ diff --git a/lib/alignsvc.pom b/lib/alignsvc.pom index 7d9824a0de1d5599ba93711a18574c246e54e33d..25d5dca1dafc6dba036d99634ab6ff8f92e213f2 100644 --- a/lib/alignsvc.pom +++ b/lib/alignsvc.pom @@ -2,11 +2,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- WARNING: EXPERIMENTAL + These pom files are not functional, so far. + These are used for attaching useful information to our Jar files. + They are not generated by maven, and not complete. + For any improvement suggestion, put it in our bugtracker: + https://gforge.inria.fr/tracker/?group_id=117 + and send us an email. + Tell us (a) what is needed, (b) why is it needed, and eventually + (c) how do you suggest to do it. + PS. "use maven" is not a useful suggestion. + --> - <groupId>fr.inrialpes.exmo.align.service</groupId> + <groupId>fr.inrialpes.exmo.align</groupId> <artifactId>alignsvc</artifactId> <version>4.3</version> - <!-- Rev 1729:1732M 07/07/2012 --> + <!-- Rev 1732:1734M 15/07/2012 --> <name>Alignment server</name> <description>A server for storing and sharing ontology alignments.</description> <url>http://alignapi.gforge.inria.fr</url> diff --git a/lib/ontowrap.jar b/lib/ontowrap.jar index 26b989fb932a1e5145012846fab512cdd52a5983..ae316e6c1f052a469a6cbcab5eb0e58e90512c30 100644 Binary files a/lib/ontowrap.jar and b/lib/ontowrap.jar differ diff --git a/lib/ontowrap.pom b/lib/ontowrap.pom index 64a95d6b753800cdeac962fa19637b699b63de36..25c4c957ee689625b376385a19964c4f97181072 100644 --- a/lib/ontowrap.pom +++ b/lib/ontowrap.pom @@ -2,11 +2,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- WARNING: EXPERIMENTAL + These pom files are not functional, so far. + These are used for attaching useful information to our Jar files. + They are not generated by maven, and not complete. + For any improvement suggestion, put it in our bugtracker: + https://gforge.inria.fr/tracker/?group_id=117 + and send us an email. + Tell us (a) what is needed, (b) why is it needed, and eventually + (c) how do you suggest to do it. + PS. "use maven" is not a useful suggestion. + --> <groupId>fr.inrialpes.exmo</groupId> <artifactId>ontowrap</artifactId> <version>4.3</version> - <!-- Rev 1729:1732M 07/07/2012 --> + <!-- Rev 1732:1734M 15/07/2012 --> <name>Ontology wrapping API</name> <description>An ontology wrapping API and library.</description> <url>http://alignapi.gforge.inria.fr</url> diff --git a/lib/procalign.jar b/lib/procalign.jar index 292561199ec0b8f1e516bee523b53e4a62419142..d1c62466e355dbef102eac4aa061e131e1a4e58a 100644 Binary files a/lib/procalign.jar and b/lib/procalign.jar differ diff --git a/lib/procalign.pom b/lib/procalign.pom index 43228e23f9c28e6a4433ca32bbc2f636fd1b5a25..53cf017ecf696019c7d0b72b53a1079750f9431d 100644 --- a/lib/procalign.pom +++ b/lib/procalign.pom @@ -2,11 +2,22 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <!-- WARNING: EXPERIMENTAL + These pom files are not functional, so far. + These are used for attaching useful information to our Jar files. + They are not generated by maven, and not complete. + For any improvement suggestion, put it in our bugtracker: + https://gforge.inria.fr/tracker/?group_id=117 + and send us an email. + Tell us (a) what is needed, (b) why is it needed, and eventually + (c) how do you suggest to do it. + PS. "use maven" is not a useful suggestion. + --> - <groupId>fr.inrialpes.exmo.align.impl</groupId> + <groupId>fr.inrialpes.exmo.align</groupId> <artifactId>procalign</artifactId> <version>4.3</version> - <!-- Rev 1729:1732M 07/07/2012 --> + <!-- Rev 1732:1734M 15/07/2012 --> <name>Reference implementation of the Alignment API</name> <description>Implementation of the Alignment API for manipulating ontology alignments.</description> <url>http://alignapi.gforge.inria.fr</url>