You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2019/09/25 11:31:34 UTC

[incubator-tamaya] 01/01: TAMAYA-408 Added checksums and updated copyright years in NOTICE.

This is an automated email from the ASF dual-hosted git repository.

anatole pushed a commit to branch 0.4-incubating-vote-RC5
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git

commit 0ad439201f16ba1ddcc6b5c9ffb65e0a8a067301
Author: Anatole Tresch <at...@gmail.com>
AuthorDate: Wed Sep 25 12:51:37 2019 +0200

    TAMAYA-408 Added checksums and updated copyright years in NOTICE.
---
 NOTICE               | 2 +-
 distribution/pom.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 017ff84..2d1f638 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Tamaya (incubating)
-Copyright 2014-2017 The Apache Software Foundation.
+Copyright 2014-2019 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 6a977a6..60c3bb8 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -198,6 +198,8 @@ under the License.
                             <algorithms>
                                 <algorithm>MD5</algorithm>
                                 <algorithm>SHA-1</algorithm>
+                                <algorithm>SHA-256</algorithm>
+                                <algorithm>SHA-512</algorithm>
                             </algorithms>
                         </configuration>
                     </plugin>