Fixed the scm tag; Switched to https
diff --git a/pom.xml b/pom.xml
index 00cee59..d10c32d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   under the License.
 -->
 
-<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/maven-v4_0_0.xsd">
+<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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.directory.project</groupId>
@@ -52,14 +52,14 @@
 
   <issueManagement>
     <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/DIR</url>
+    <url>https://issues.apache.org/jira/browse/DIR</url>
   </issueManagement>
 
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-buildtools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-buildtools.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf/directory-buildtools.git</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/directory-buildtools/tree/{project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <modules>