Author: tchemit Date: 2009-10-11 14:14:56 +0200 (Sun, 11 Oct 2009) New Revision: 73 Modified: trunk/pom.xml Log: update mavenpom, junit, i18n and processor versions expect for JTimer which is NOT a mavenpom project (what a shame... must be changed) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-25 09:53:35 UTC (rev 72) +++ trunk/pom.xml 2009-10-11 12:14:56 UTC (rev 73) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.2-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.chorem</groupId> @@ -140,6 +140,11 @@ <packaging>pom</packaging> <properties> + + <!-- redmine configuration --> + <platform>chorem.org</platform> + <projectId>bonzoms</projectId> + <!-- Nuiton librairies --> <topia.version>2.2.0</topia.version> <generator.version>1.0.0</generator.version> @@ -152,7 +157,7 @@ <hibernate.version>3.3.1.GA</hibernate.version> <!-- test --> - <junit.version>4.6</junit.version> + <junit.version>4.7</junit.version> <!-- ui --> <tapestry.version>5.1.0.5</tapestry.version> @@ -173,7 +178,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0</version> + <version>${jrst.version}</version> </dependency> </dependencies> </plugin> @@ -256,4 +261,3 @@ </pluginRepositories> </project> -