r1129 - trunk/mavenpom4redmine
Author: tchemit Date: 2011-07-07 16:06:26 +0200 (Thu, 07 Jul 2011) New Revision: 1129 Url: http://nuiton.org/repositories/revision/mavenpom/1129 Log: Anomalie #1626: Redmine server should not be prefixed by www Modified: trunk/mavenpom4redmine/pom.xml Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2011-07-07 12:58:41 UTC (rev 1128) +++ trunk/mavenpom4redmine/pom.xml 2011-07-07 14:06:26 UTC (rev 1129) @@ -128,7 +128,7 @@ <!-- redmine configuration --> <redmine.safe>false</redmine.safe> - <redmine.url>http://www.${platform}</redmine.url> + <redmine.url>http://${platform}</redmine.url> <redmine.projectId>${projectId}</redmine.projectId> <redmine.xmlPath>${maven.gen.dir}/changes/changes.xml</redmine.xmlPath> <redmine.collectedArtifacts>target/collect-artifacts.txt</redmine.collectedArtifacts>
participants (1)
-
tchemit@users.nuiton.org