Author: tchemit Date: 2009-02-20 14:32:17 +0000 (Fri, 20 Feb 2009) New Revision: 1394 Modified: topia-service/trunk/changelog.txt topia-service/trunk/pom.xml Log: preparation release Modified: topia-service/trunk/changelog.txt =================================================================== --- topia-service/trunk/changelog.txt 2009-02-20 14:04:03 UTC (rev 1393) +++ topia-service/trunk/changelog.txt 2009-02-20 14:32:17 UTC (rev 1394) @@ -1,3 +1,6 @@ +1.2 chemit 20090220 +* 20090220 [chemit] - use lutinproject 3.4 + 1.1 chemit 20081215 * 20081215 [chemit] - new release for isis-fish :) follow release of topia Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2009-02-20 14:04:03 UTC (rev 1393) +++ topia-service/trunk/pom.xml 2009-02-20 14:32:17 UTC (rev 1394) @@ -81,7 +81,7 @@ <labs.project>topia</labs.project> <!-- libs versions --> - <topia.version>2.1.3-SNAPSHOT</topia.version> + <topia.version>2.1.3</topia.version> <generator.version>0.64</generator.version> <lutinutil.version>1.0.3</lutinutil.version> @@ -155,16 +155,11 @@ <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> <version>0.8.4</version> - <configuration> - <directoryIn>${maven.src.dir}/site</directoryIn> - <directoryOut>${maven.site.gen.dir}</directoryOut> + <configuration> <defaultLocale>fr</defaultLocale> - <inputEncoding>${project.build.sourceEncoding}</inputEncoding> - <outputEncoding>${project.build.sourceEncoding}</outputEncoding> </configuration> <executions> <execution> - <phase>pre-site</phase> <goals> <goal>jrst</goal> </goals> @@ -217,10 +212,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.6</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> + <version>0.6</version> <executions> <execution> <id>attach-licenses</id>