Fix build number reporting issue.

(cherry picked from commit e671df4c00849e9694d7431d1990e3fc1d877efe)
diff --git a/pom.xml b/pom.xml
index 10d469c..4475015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,9 @@
     </organization>
 
     <scm>
-        <connection>scm:git:git://git-wip-us.apache.org/repos/asf/knox.git</connection>
+        <connection>scm:git:git://git.apache.org/knox.git</connection>
+        <developerConnection>scm:git:git://git.apache.org/knox.git</developerConnection>
+        <url>http://git-wip-us.apache.org/repos/asf/knox.git</url>
     </scm>
 
     <distributionManagement>
@@ -216,7 +218,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>buildnumber-maven-plugin</artifactId>
-                <version>1.1</version>
+                <version>1.3</version>
                 <executions>
                     <execution>
                         <phase>validate</phase>