You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/02/09 10:17:46 UTC

[directory-kerby] branch trunk updated: Downgrading gpg plugin

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4c21fc83 Downgrading gpg plugin
4c21fc83 is described below

commit 4c21fc8313b76b0c93722f73cac214a5c23fc399
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 9 10:17:32 2023 +0000

    Downgrading gpg plugin
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0a5cac94..11ff5708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -376,6 +376,17 @@
            </configuration>
        </plugin>
 
+       <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-gpg-plugin</artifactId>
+           <version>3.0.0</version>
+           <configuration>
+              <gpgArguments>
+                 <arg>--digest-algo=SHA512</arg>
+              </gpgArguments>
+           </configuration>
+       </plugin>
+
       </plugins>
     </pluginManagement>