You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/11/01 12:48:14 UTC

[03/12] incubator-slider git commit: SLIDER-937 fixed NOTICE copyright dates and pom.xml rat exclusions

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/feature/SLIDER-82-anti-affinity-attempt-2
Commit: 2c82985f06009af1adcbd9003963364c558056b2
Parents: 012e59b
Author: Jon Maron <jm...@hortonworks.com>
Authored: Fri Oct 23 12:10:16 2015 -0400
Committer: Jon Maron <jm...@hortonworks.com>
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>