Author: tchemit Date: 2012-10-26 13:14:26 +0200 (Fri, 26 Oct 2012) New Revision: 1358 Url: http://nuiton.org/repositories/revision/mavenpom/1358 Log: fixes #2378: Bad redmine release configuration Modified: trunk/mavenpom4redmine/pom.xml trunk/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2012-10-26 10:19:27 UTC (rev 1357) +++ trunk/mavenpom4redmine/pom.xml 2012-10-26 11:14:26 UTC (rev 1358) @@ -241,8 +241,7 @@ <phase>initialize</phase> <configuration> <serverId>redmine-${platform}</serverId> - <usernameOut>redmine.username</usernameOut> - <passwordOut>redmine.password</passwordOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> <execution> @@ -342,8 +341,7 @@ <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> @@ -433,8 +431,7 @@ <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> <execution> @@ -546,8 +543,7 @@ <!--inherited>false</inherited--> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> <!-- for a multi-module just run on root project --> <runOnce>true</runOnce> </configuration> @@ -616,8 +612,7 @@ <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-26 10:19:27 UTC (rev 1357) +++ trunk/pom.xml 2012-10-26 11:14:26 UTC (rev 1358) @@ -1773,8 +1773,7 @@ <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> @@ -1857,8 +1856,7 @@ <phase>validate</phase> <configuration> <serverId>redmine-${platform}</serverId> - <passwordOut>redmine.password</passwordOut> - <usernameOut>redmine.username</usernameOut> + <privateKeyOut>redmine.apiKey</privateKeyOut> </configuration> </execution> <execution>
participants (1)
-
tchemit@users.nuiton.org