Repository: logging-log4net Updated Branches: refs/heads/master 35724a44a -> 5a92cdc4f
reference git repos Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/5a92cdc4 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/5a92cdc4 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/5a92cdc4 Branch: refs/heads/master Commit: 5a92cdc4f59a626c3c68efa7f092930b70ffaf8d Parents: 35724a4 Author: Stefan Bodewig <[email protected]> Authored: Fri Apr 28 11:12:05 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Fri Apr 28 11:12:05 2017 +0200 ---------------------------------------------------------------------- pom.xml | 6 +++--- src/site/resources/doap_log4net.rdf | 8 ++++---- src/site/site.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5a92cdc4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0ad8b14..67f3d1f 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,9 @@ </license> </licenses> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4net/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4net/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/logging/log4net/trunk</url> + <connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4net.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4net.git</developerConnection> + <url>https://git-wip-us.apache.org/repos/asf?p=logging-log4net.git</url> </scm> <organization> <name>Apache Software Foundation</name> http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5a92cdc4/src/site/resources/doap_log4net.rdf ---------------------------------------------------------------------- diff --git a/src/site/resources/doap_log4net.rdf b/src/site/resources/doap_log4net.rdf index 1b5f3ec..7f38fdf 100644 --- a/src/site/resources/doap_log4net.rdf +++ b/src/site/resources/doap_log4net.rdf @@ -35,10 +35,10 @@ <programming-language>C#</programming-language> <category rdf:resource="http://projects.apache.org/category/library" /> <repository> - <SVNRepository> - <location rdf:resource="http://svn.apache.org/repos/asf/logging/log4net/trunk/"/> - <browse rdf:resource="http://svn.apache.org/viewvc/logging/log4net/trunk/"/> - </SVNRepository> + <GITRepository> + <location rdf:resource="https://git-wip-us.apache.org/repos/asf/logging-log4net.git"/> + <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/logging-log4net.git"/> + </GITRepository> </repository> <release> <Version> http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/5a92cdc4/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 286ef56..aefdd5c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,7 +24,7 @@ <item name="Logging Wiki" href="https://wiki.apache.org/logging"/> <item name="Apache" href="https://www.apache.org/"/> <item name="Logging Services" href="https://logging.apache.org/"/> - <item name="GitHub" href="https://github.com/apache/log4net"/> + <item name="GitHub" href="https://github.com/apache/logging-log4net/"/> </links> <menu name="Apache log4net" inherit="top" img="icon-home">
