From 680fecbf800bc9842c0f78fae21d8c7b28249416 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Mon, 20 Jan 2020 00:19:10 +0100
Subject: [PATCH] Build: Updated capitalization in links in POM.

---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index fe8da339..78e3ef0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
 
     <name>Ferma</name>
     <description>An ORM for the Tinkerpop3 graph stack.</description>
-    <url>https://git.qoto.org/ferma/Ferma.git</url>
+    <url>https://git.qoto.org/Ferma/Ferma.git</url>
 
     <licenses>
         <license>
@@ -36,9 +36,9 @@
     </organization>
 
     <scm>
-        <connection>scm:git:https://git.qoto.org/ferma/Ferma</connection>
-        <developerConnection>scm:git:ssh://git.qoto.org/ferma/Ferma</developerConnection>
-        <url>https://git.qoto.org/ferma/Ferma.git</url>
+        <connection>scm:git:https://git.qoto.org/Ferma/Ferma</connection>
+        <developerConnection>scm:git:ssh://git.qoto.org/Ferma/Ferma</developerConnection>
+        <url>https://git.qoto.org/Ferma/Ferma.git</url>
     </scm>
 
     <ciManagement>
@@ -48,7 +48,7 @@
 
     <issueManagement>
         <system>GitHub</system>
-        <url>https://git.qoto.org/ferma/Ferma/issues</url>
+        <url>https://git.qoto.org/Ferma/Ferma/issues</url>
     </issueManagement>
 
     <mailingLists>
-- 
GitLab