You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2015/04/27 16:44:57 UTC

knox git commit: Fix build number reporting issue.

Repository: knox
Updated Branches:
  refs/heads/master cc37cf2fd -> e671df4c0


Fix build number reporting issue.


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/e671df4c
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/e671df4c
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/e671df4c

Branch: refs/heads/master
Commit: e671df4c00849e9694d7431d1990e3fc1d877efe
Parents: cc37cf2
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Mon Apr 27 10:44:54 2015 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Mon Apr 27 10:44:54 2015 -0400

----------------------------------------------------------------------
 pom.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/e671df4c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f4d035..f656816 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>