TAMAYA-408 Added checksums and updated copyright years in NOTICE.
diff --git a/NOTICE b/NOTICE
index 79491bc..612044f 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Tamaya Extensions (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 8e67fe8..50a0827 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -112,6 +112,8 @@
                             <algorithms>
                                 <algorithm>MD5</algorithm>
                                 <algorithm>SHA-1</algorithm>
+                                <algorithm>SHA-256</algorithm>
+                                <algorithm>SHA-512</algorithm>
                             </algorithms>
                         </configuration>
                     </plugin>