Author: tchemit Date: 2012-04-24 09:33:12 +0200 (Tue, 24 Apr 2012) New Revision: 1247 Url: http://nuiton.org/repositories/revision/mavenpom/1247 Log: fixes #2056: Announcement templates contains wrong list files link Modified: trunk/mavenpom4redmine/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-04-21 18:58:07 UTC (rev 1246) +++ trunk/mavenpom4redmine/pom.xml 2012-04-24 07:33:12 UTC (rev 1247) @@ -380,7 +380,7 @@ <configuration> <anonymous>${publicProject}</anonymous> <urlDownload> - ${redmine.url}/projects/files/${projectId} + ${redmine.url}/projects/${projectId}/files </urlDownload> <artifactsFile>${redmine.collectedArtifacts}</artifactsFile> </configuration>