You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2013/04/26 22:13:28 UTC

[2/2] git commit: Make sure DISCLAIMER is put in JARs

Make sure DISCLAIMER is put in JARs


Project: http://git-wip-us.apache.org/repos/asf/incubator-curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-curator/commit/327df3f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-curator/tree/327df3f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-curator/diff/327df3f3

Branch: refs/heads/master
Commit: 327df3f3b297d632ef66c842728b88eb6d0c1734
Parents: acb0058
Author: randgalt <ra...@apache.org>
Authored: Fri Apr 26 13:13:22 2013 -0700
Committer: randgalt <ra...@apache.org>
Committed: Fri Apr 26 13:13:22 2013 -0700

----------------------------------------------------------------------
 pom.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-curator/blob/327df3f3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cda1e40..f121595 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,9 +315,9 @@
                 <directory>${basedir}</directory>
                 <targetPath>META-INF</targetPath>
                 <includes>
-                    <include>DISCLAIMER.txt</include>
-                    <include>LICENSE.txt</include>
-                    <include>NOTICE.txt</include>
+                    <include>DISCLAIMER</include>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
                 </includes>
             </resource>
         </resources>