Fixed the scm part; Switched to https in the poms
diff --git a/core-integ/pom.xml b/core-integ/pom.xml
index 1638824..c075b7b 100644
--- a/core-integ/pom.xml
+++ b/core-integ/pom.xml
@@ -352,4 +352,3 @@
     </profile>
   </profiles>
 </project>
-
diff --git a/core-shared/pom.xml b/core-shared/pom.xml
index 0c07a67..a7cdcc5 100644
--- a/core-shared/pom.xml
+++ b/core-shared/pom.xml
@@ -182,4 +182,3 @@
   </build>
 
 </project>
-
diff --git a/interceptor-kerberos/pom.xml b/interceptor-kerberos/pom.xml
index bc842a1..952f9a2 100644
--- a/interceptor-kerberos/pom.xml
+++ b/interceptor-kerberos/pom.xml
@@ -154,4 +154,3 @@
     </resources>
   </build>
 </project>
-
diff --git a/interceptors/admin/pom.xml b/interceptors/admin/pom.xml
index 182e79d..394efbe 100644
--- a/interceptors/admin/pom.xml
+++ b/interceptors/admin/pom.xml
@@ -149,4 +149,3 @@
     </resources>
   </build>
 </project>
-
diff --git a/interceptors/authn/pom.xml b/interceptors/authn/pom.xml
index df06cbf..7682f5a 100644
--- a/interceptors/authn/pom.xml
+++ b/interceptors/authn/pom.xml
@@ -191,4 +191,3 @@
     </resources>
   </build>
 </project>
-
diff --git a/interceptors/authz/pom.xml b/interceptors/authz/pom.xml
index b0f0b8e..dd2950e 100644
--- a/interceptors/authz/pom.xml
+++ b/interceptors/authz/pom.xml
@@ -166,4 +166,3 @@
     </resources>
   </build>
 </project>
-
diff --git a/interceptors/schema/pom.xml b/interceptors/schema/pom.xml
index b72c928..522b776 100644
--- a/interceptors/schema/pom.xml
+++ b/interceptors/schema/pom.xml
@@ -179,4 +179,3 @@
     </resources>
   </build>
 </project>
-
diff --git a/pom.xml b/pom.xml
index 434d6ed..bcf3c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     <!--additionalparam>-Xdoclint:none</additionalparam-->
 
     <!-- Set versions for depending projects -->
-    <org.apache.directory.api.version>2.0.0.AM3-SNAPSHOT</org.apache.directory.api.version>
+    <org.apache.directory.api.version>2.0.0.AM3</org.apache.directory.api.version>
     <org.apache.directory.mavibot.version>1.0.0-M8</org.apache.directory.mavibot.version>
     <org.apache.directory.checkstyle-configuration.version>2.0.1-SNAPSHOT</org.apache.directory.checkstyle-configuration.version>
     <org.apache.directory.junit.junit-addons.version>2.0.0</org.apache.directory.junit.junit-addons.version>
@@ -1290,8 +1290,8 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-server.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-server.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=directory-server.git;a=tag;h=refs/tags/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <url>https://github.com/apache/directory-server/tree/${project.scm.tag}</url>
+    <tag>master</tag>
   </scm>
 
   <repositories>