The repo has been moved to GitBox.
diff --git a/doap_log4cxx.rdf b/doap_log4cxx.rdf
index 7dc9a3b..4d3f84b 100644
--- a/doap_log4cxx.rdf
+++ b/doap_log4cxx.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/log4cxx/trunk/"/>
-        <browse rdf:resource="http://svn.apache.org/viewvc/logging/log4cxx/trunk/"/>
-      </SVNRepository>
+      <Repository>
+        <location rdf:resource="git:https://gitbox.apache.org/repos/asf/logging-log4cxx.git"         />
+        <browse   rdf:resource="https://gitbox.apache.org/repos/asf?p=logging-log4cxx.git;a=summary" />
+      </Repository>
     </repository>
   </Project>
 </rdf:RDF>
diff --git a/pom.xml b/pom.xml
index 62a9b32..467b7ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,9 @@
 	</licenses>
 
 	<scm>
-		<connection>scm:git:http://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</connection>
-		<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/logging-log4cxx.git</developerConnection>
-		<url>https://git-wip-us.apache.org/repos/asf?p=logging-log4cxx.git</url>
+		<connection>scm:git:http://gitbox.apache.org/repos/asf/logging-log4cxx.git</connection>
+		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/logging-log4cxx.git</developerConnection>
+		<url>https://gitbox.apache.org/repos/asf?p=logging-log4cxx.git</url>
 	</scm>
 
 	<properties>