Repository: incubator-slider Updated Branches: refs/heads/develop 012e59b18 -> 2c82985f0 Updated Tags: refs/tags/HDP-2.2.4.8-4-tag [created] a40cdecc3 refs/tags/HDP-2.2.6.2-tag [created] a40cdecc3 refs/tags/HDP-2.2.8.0-tag [created] 1c98c7aca refs/tags/HDP-2.3.0.0-tag [created] 413f2efed refs/tags/HDP-2.3.2.0-tag [created] 714ae5bc6
SLIDER-937 fixed NOTICE copyright dates and pom.xml rat exclusions Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/2c82985f Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/2c82985f Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/2c82985f Branch: refs/heads/develop Commit: 2c82985f06009af1adcbd9003963364c558056b2 Parents: 012e59b Author: Jon Maron <[email protected]> Authored: Fri Oct 23 12:10:16 2015 -0400 Committer: Jon Maron <[email protected]> Committed: Fri Oct 23 12:10:16 2015 -0400 ---------------------------------------------------------------------- NOTICE | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2c82985f/NOTICE ---------------------------------------------------------------------- diff --git a/NOTICE b/NOTICE index 277b28a..aa37418 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Slider -Copyright 2015-2016 The Apache Software Foundation +Copyright 2014-2015 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/2c82985f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 04bbc17..fc45939 100644 --- a/pom.xml +++ b/pom.xml @@ -1432,6 +1432,7 @@ <exclude>DISCLAIMER</exclude> <exclude>app-packages/hbase/target/**</exclude> <exclude>target/*</exclude> + <exclude>DEPENDENCIES</exclude> </excludes> </configuration> </plugin>
