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-extensions.git
commit a397bf7cf08ec57830aabe7b66099e70390a5006 Author: Anatole Tresch <[email protected]> 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 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 @@ under the License. <algorithms> <algorithm>MD5</algorithm> <algorithm>SHA-1</algorithm> + <algorithm>SHA-256</algorithm> + <algorithm>SHA-512</algorithm> </algorithms> </configuration> </plugin>
