You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2014/09/05 18:44:41 UTC

git commit: updated refs/heads/4.3 to fc5c92e

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 150921672 -> fc5c92ed2


pom: exclude CHANGES.md for license checking

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.3
Commit: fc5c92ed278db98c5bdf9ca63f195fa3133fc2b8
Parents: 1509216
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Sep 5 18:44:02 2014 +0200
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Sep 5 18:44:02 2014 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc5c92ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d057fb9..19e4d35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,6 +549,7 @@
             <excludeSubProjects>false</excludeSubProjects>
             <excludes>
               <exclude>CHANGES</exclude>
+              <exclude>CHANGES.md</exclude>
               <exclude>INSTALL.md</exclude>
               <exclude>.idea/</exclude>
               <exclude>**/*.log</exclude>