Fix GIT URLs
diff --git a/pom.xml b/pom.xml
index ce57b98..027789e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,8 +44,8 @@
   </contributors>
 
   <scm>
-    <connection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</connection>
-    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf?p=maven-file-management.git</developerConnection>
+    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-file-management.git</developerConnection>
     <url>https://github.com/apache/maven-file-management/tree/${project.scm.tag}</url>
     <tag>HEAD</tag>
   </scm>