You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2018/05/24 12:52:12 UTC

[49/50] [abbrv] ignite git commit: IGNITE-8577: Fixed RAT validation for MIGRATION_GUIDE.

IGNITE-8577: Fixed RAT validation for MIGRATION_GUIDE.


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

Branch: refs/heads/ignite-5789-1
Commit: 88d5ff8f91a5d4ef57bd9c5357e676c0ee0a4293
Parents: 0bdfa20
Author: devozerov <vo...@gridgain.com>
Authored: Thu May 24 11:59:28 2018 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Thu May 24 11:59:28 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/88d5ff8f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 929e43c..fb5eb52 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -838,6 +838,7 @@
                                         <exclude>**/DEVNOTES*.txt</exclude>
                                         <exclude>**/NOTICE*</exclude>
                                         <exclude>**/LICENSE*</exclude>
+                                        <exclude>**/MIGRATION_GUIDE*</exclude>
                                         <exclude>src/main/java/org/apache/ignite/internal/util/offheap/unsafe/GridOffHeapSnapTreeMap.java</exclude><!--BSD license-->
                                         <exclude>src/main/java/org/apache/ignite/internal/util/nio/SelectedSelectionKeySet.java</exclude><!-- Apache 2.0 license -->
                                         <exclude>src/main/java/org/apache/ignite/internal/util/snaptree/*.java</exclude><!--BSD license-->