Author: echatellier Date: 2014-05-26 11:05:45 +0200 (Mon, 26 May 2014) New Revision: 471 Url: http://forge.nuiton.org/projects/nuiton-js/repository/revisions/471 Log: Fix pom to deploy site Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-05-26 09:03:00 UTC (rev 470) +++ trunk/pom.xml 2014-05-26 09:05:45 UTC (rev 471) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>4.4</version> + <version>5.0.7</version> </parent> <groupId>org.nuiton.js</groupId> @@ -183,7 +183,7 @@ <distributionManagement> <site> - <id>${platform}</id> + <id>doc.${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement>