Author: tchemit Date: 2011-09-09 18:14:36 +0200 (Fri, 09 Sep 2011) New Revision: 341 Url: http://chorem.org/repositories/revision/bow/341 Log: use new site deployment configuration Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 16:09:55 UTC (rev 340) +++ trunk/pom.xml 2011-09-09 16:14:36 UTC (rev 341) @@ -115,6 +115,13 @@ <url>http://www.chorem.org/repositories/browse/bow/trunk</url> </scm> + <distributionManagement> + <site> + <id>${platform}</id> + <url>${our.site.repository}/${projectId}</url> + </site> + </distributionManagement> + <properties> <platform>chorem.org</platform> <projectId>bow</projectId>