You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2018/08/26 05:48:37 UTC

[GitHub] metamodel pull request #186: METAMODEL-1116: Upgraded parent-pom to enable s...

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....@...>
Date:   2018-08-26T05:46:50Z

    METAMODEL-1116: Upgraded parent-pom to enable sha-512 signing.

----


---

[GitHub] metamodel pull request #186: METAMODEL-1193: Upgraded parent-pom to enable s...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/metamodel/pull/186


---

[GitHub] metamodel issue #186: METAMODEL-1193: Upgraded parent-pom to enable sha-512 ...

Posted by kaspersorensen <gi...@git.apache.org>.
Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/186
  
    Merging based on lazy concensus


---

[GitHub] metamodel issue #186: METAMODEL-1193: Upgraded parent-pom to enable sha-512 ...

Posted by kaspersorensen <gi...@git.apache.org>.
Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/186
  
    Fixed a typo: This fix is for METAMODEL-1193, not METAMODEL-1116.


---