3 Apr
2014
3 Apr
'14
5:55 p.m.
Author: athimel Date: 2014-04-03 19:55:16 +0200 (Thu, 03 Apr 2014) New Revision: 3047 Url: http://forge.nuiton.org/projects/topia/repository/revisions/3047 Log: Fix site id Modified: branches/topia-2.9.x/pom.xml Modified: branches/topia-2.9.x/pom.xml =================================================================== --- branches/topia-2.9.x/pom.xml 2014-04-03 17:43:45 UTC (rev 3046) +++ branches/topia-2.9.x/pom.xml 2014-04-03 17:55:16 UTC (rev 3047) @@ -97,7 +97,7 @@ <distributionManagement> <site> - <id>${platform}</id> + <id>doc.${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement>