Author: tchemit Date: 2009-10-11 13:27:42 +0200 (Sun, 11 Oct 2009) New Revision: 181 Modified: trunk/pom.xml Log: - use jrst.Version - use redmine.releaseFiles to collect files to send to redmine - bump junit, i18n and processor versions Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-10 16:54:10 UTC (rev 180) +++ trunk/pom.xml 2009-10-11 11:27:42 UTC (rev 181) @@ -105,6 +105,9 @@ <jaxx.version>1.7.1</jaxx.version> + <!-- extra files to include in release --> + <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> + </properties> <build> @@ -147,7 +150,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>maven-i18n-plugin</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <executions> <execution> <goals> @@ -169,7 +172,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0</version> + <version>${jrst.version}</version> </dependency> </dependencies> </plugin>
participants (1)
-
tchemit@users.nuiton.org