Author: tchemit Date: 2012-10-26 13:31:36 +0200 (Fri, 26 Oct 2012) New Revision: 1364 Url: http://nuiton.org/repositories/revision/mavenpom/1364 Log: fixes #2378: Bad redmine release configuration Modified: trunk/mavenpom4redmine/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-10-26 11:31:11 UTC (rev 1363) +++ trunk/mavenpom4redmine/pom.xml 2012-10-26 11:31:36 UTC (rev 1364) @@ -241,6 +241,7 @@ <phase>initialize</phase> <configuration> <serverId>redmine-${platform}</serverId> + <usernameOut>redmine.username</usernameOut> <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution>