Repository: any23 Updated Branches: refs/heads/master 03aa661a7 -> 4aaccd28d
ANY23-209 Bug in site generation Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/4aaccd28 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/4aaccd28 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/4aaccd28 Branch: refs/heads/master Commit: 4aaccd28d443ac68597e3e6024fcc9309501ed8d Parents: 03aa661 Author: Lewis John McGibbney <[email protected]> Authored: Wed May 21 18:05:36 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Wed May 21 18:05:36 2014 -0700 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/4aaccd28/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8783166..d6af5ff 100644 --- a/pom.xml +++ b/pom.xml @@ -259,7 +259,7 @@ | Any23 website has to be stored in SVN --> <site.deploymentBaseUrl>scm:svn:https://svn.apache.org/repos/asf/any23/site</site.deploymentBaseUrl> - <site.filePath>${user.home}/any23-site/</site.filePath> + <site.filePath>${project.basedir}/any23-site/</site.filePath> <site.urlDeployment>file://${site.filePath}</site.urlDeployment> <site.scmPubCheckoutDirectory>${site.filePath}</site.scmPubCheckoutDirectory> <assembly.skip>false</assembly.skip> @@ -949,9 +949,9 @@ <configuration> <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - <anonymousConnection>scm:svn:http://svn.apache.org/repos/asf/any23/trunk</anonymousConnection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/any23/trunk</developerConnection> - <webAccessUrl>http://svn.apache.org/viewvc/any23/trunk</webAccessUrl> + <anonymousConnection>scm:git:http://git.apache.org/any23.git</anonymousConnection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/any23.git</developerConnection> + <webAccessUrl>https://git-wip-us.apache.org/repos/asf/any23.git</webAccessUrl> </configuration> <reportSets> <reportSet>
