Updated Branches: refs/heads/master 6c82f9cc5 -> 867b33c8e
continue site publication configuration simplification Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/867b33c8 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/867b33c8 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/867b33c8 Branch: refs/heads/master Commit: 867b33c8e3c8bbd656ed01bed2b6acf122c62d25 Parents: 6c82f9c Author: Hervé Boutemy <[email protected]> Authored: Thu Sep 19 23:30:23 2013 +0200 Committer: Hervé Boutemy <[email protected]> Committed: Thu Sep 19 23:30:23 2013 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/867b33c8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1774548..c064fbe 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,7 @@ <distributionManagement> <site> <id>apache.website</id> - <url>${maven.surefire.siteUrlDeployment}</url> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</url> </site> </distributionManagement>
