Repository: logging-log4cxx Updated Branches: refs/heads/latest_stable 7f8553c39 -> 3038a51e9
LOGCXX-493: Changed URL for the site to the correct path to be able to use mvn site-deploy. Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/3038a51e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/3038a51e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/3038a51e Branch: refs/heads/latest_stable Commit: 3038a51e9524210c6a673136245e5bf7581e8063 Parents: 7f8553c Author: Thorsten Schöning <[email protected]> Authored: Mon Oct 16 12:46:12 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Mon Oct 16 12:46:12 2017 +0200 ---------------------------------------------------------------------- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3038a51e/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 99531e5..c490611 100644 --- a/build.xml +++ b/build.xml @@ -174,7 +174,7 @@ value="no" /> <property name="svnsite.url" - value="https://svn.apache.org/repos/asf/logging/site/trunk/docs/log4cxx" + value="https://svn.apache.org/repos/infra/websites/production/logging/content/log4cxx/0.10.0" /> <target name="usage"
