GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/186
METAMODEL-1116: Upgraded parent-pom to enable sha-512 signing.
I believe this fixes METAMODEL-1116 since the new apache parent-pom
contains this plugin configuration:
```
<plugin>
<groupId>net.nicoulaj.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
<version>1.7</version>
... <configuration>
<algorithms>
<algorithm>SHA-512</algorithm>
</algorithms>
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel
METAMODEL-1116-release-sha512
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/186.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #186
----
commit 92e1286f5ad69e5c5c8204b68fc934a912405b67
Author: Kasper Sørensen <i.am.kasper.sorensen@...>
Date: 2018-08-26T05:46:50Z
METAMODEL-1116: Upgraded parent-pom to enable sha-512 signing.
----
---