Author: tchemit Date: 2014-02-25 16:04:31 +0100 (Tue, 25 Feb 2014) New Revision: 2806 Url: http://nuiton.org/projects/jaxx/repository/revisions/2806 Log: fixes #3095: updates mavenpom to 5.0 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-25 08:41:51 UTC (rev 2805) +++ trunk/pom.xml 2014-02-25 15:04:31 UTC (rev 2806) @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>4.7</version> + <version>5.0</version> </parent> <artifactId>jaxx</artifactId> @@ -154,7 +154,7 @@ <distributionManagement> <site> - <id>${platform}</id> + <id>doc.${platform}</id> <url>${our.site.repository}/${projectId}</url> </site> </distributionManagement>