From: Lars H. <he...@se...> - 2010-09-01 19:44:10
|
Hi there, The 2.0.1 snapshot is now forward compatible to TMAPI 2.0.3 (snapshot) while keeping compatibility to TMAPI 2.0.2 (and below). Usage in Maven: <repositories> <repository> <id>tinytim-snapshot</id> <url>http://tinytim.sourceforge.net/maven-repository/snapshots/</url> </repository> </repositories> <dependencies> <dependency> <groupId>org.tinytim</groupId> <artifactId>tinytim</artifactId> <version>2.0.1-SNAPSHOT</version> </dependency> </dependencies> Further, I updated the docs [1] and removed all org.tinytim.mio references. Please use TMAPIX I/O [1] for importing / exporting topic maps. [1] <http://tinytim.sourceforge.net/docs/2.0/> [2] <https://code.google.com/p/tmapix/> Best regards, Lars -- Semagia <http://www.semagia.com/> |