Author: tchemit Date: 2009-10-11 13:27:39 +0200 (Sun, 11 Oct 2009) New Revision: 1649 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 17:04:44 UTC (rev 1648) +++ trunk/pom.xml 2009-10-11 11:27:39 UTC (rev 1649) @@ -151,7 +151,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.6</version> + <version>4.7</version> <scope>test</scope> </dependency> @@ -195,7 +195,7 @@ <!-- libs version --> <eugene.version>1.0.1-SNAPSHOT</eugene.version> <lutinutil.version>1.1.1</lutinutil.version> - <processor.version>1.0.1-SNAPSHOT</processor.version> + <processor.version>1.0.1</processor.version> <i18n.version>1.0.2-SNAPSHOT</i18n.version> <xmlrpc.version>3.1.2</xmlrpc.version> <hibernate.version>3.3.2.GA</hibernate.version> @@ -248,7 +248,7 @@ <dependency> <groupId>org.nuiton.jrst</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0</version> + <version>${jrst.version}</version> </dependency> </dependencies> </plugin>