Author: tchemit Date: 2009-09-26 04:30:43 +0200 (Sat, 26 Sep 2009) New Revision: 1684 Modified: trunk/pom.xml Log: - bump mavenpom, i18n and junit version - adding redmine extra files Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-09-22 09:32:56 UTC (rev 1683) +++ trunk/pom.xml 2009-09-26 02:30:43 UTC (rev 1684) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </parent> <artifactId>nuiton-utils</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.6</version> + <version>4.7</version> <scope>test</scope> </dependency> @@ -85,7 +85,12 @@ <packaging>jar</packaging> <properties> - <i18n.version>1.0.1</i18n.version> + <i18n.version>1.0.2-SNAPSHOT</i18n.version> + + <!-- extra files to include in release --> + <redmine.releaseFiles>target/${project.artifactId}-${project.version}-deps.zip, + target/${project.artifactId}-${project.version}-full.zip</redmine.releaseFiles> + </properties> <build>
participants (1)
-
tchemit@users.nuiton.org