Author: tchemit Date: 2014-02-25 16:06:01 +0100 (Tue, 25 Feb 2014) New Revision: 466 Url: http://nuiton.org/projects/nuiton-matrix/repository/revisions/466 Log: fixes #3088: Updates to mavenpom 5.0 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-24 08:25:42 UTC (rev 465) +++ trunk/pom.xml 2014-02-25 15:06:01 UTC (rev 466) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>4.7</version> + <version>5.0</version> </parent> <artifactId>matrix</artifactId> @@ -33,7 +33,7 @@ </scm> <distributionManagement> <site> - <id>${platform}</id> + <id>doc.${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement>