You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/03/05 17:08:57 UTC

[cxf] branch master updated: Enforce strong GPG signatures, see https://issues.apache.org/jira/browse/MPOM-118

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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4aaba35  Enforce strong GPG signatures, see https://issues.apache.org/jira/browse/MPOM-118
4aaba35 is described below

commit 4aaba3503b926b43634a6977d0150e4fd4557aa1
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Mon Mar 5 18:08:13 2018 +0100

    Enforce strong GPG signatures, see https://issues.apache.org/jira/browse/MPOM-118
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index efc304a..325f07c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,6 +362,11 @@
                                 </goals>
                             </execution>
                         </executions>
+                        <configuration>
+                            <gpgArguments>
+                                <arg>--digest-algo=SHA512</arg>
+                            </gpgArguments>
+                        </configuration>
                     </plugin>
                 </plugins>
             </build>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.