You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/24 18:03:16 UTC

svn commit: r1745383 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Tue May 24 18:03:16 2016
New Revision: 1745383

URL: http://svn.apache.org/viewvc?rev=1745383&view=rev
Log:
[MPOM-118] Enforce strong GPG signatures by default

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1745383&r1=1745382&r2=1745383&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Tue May 24 18:03:16 2016
@@ -160,6 +160,11 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
           <version>1.6</version>
+          <configuration>
+            <gpgArguments>
+              <arg>--digest-algo=SHA512</arg>
+            </gpgArguments>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>