Fixed the pom.xml to cut the release
diff --git a/pom.xml b/pom.xml
index 568be99..26bd415 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 -->
-<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -47,7 +47,7 @@
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</connection>
-    <developerConnection> scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git </developerConnection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-fortress-realm.git</developerConnection>
     <url>https://github.com/apache/directory-fortress-realm/tree/{project.scm.tag}</url>
     <tag>master</tag>
   </scm>