You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/14 08:55:11 UTC

[causeway] 06/06: fixes (?) gpg config for signing

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

danhaywood pushed a commit to branch CAUSEWAY-3253
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 975d16d49a81391b9fe224f3ca8ba750306703df
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Tue Mar 14 07:07:53 2023 +0000

    fixes (?) gpg config for signing
---
 bom/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 334de81bd1..4ab9ebf2b8 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -49,7 +49,7 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
         Also the parent POM for the core framework and extensions.
     </description>
 
-    <properties>
+	<properties>
 
 		<!-- BUILD SPECIFICA -->
 
@@ -3000,12 +3000,6 @@ It is therefore a copy of org.apache:apache, with customisations clearly identif
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>
-                                <configuration>
-                                    <gpgArguments>
-                                        <arg>--pinentry-mode</arg>
-                                        <arg>loopback</arg>
-                                    </gpgArguments>
-                                </configuration>
                             </execution>
                         </executions>
                     </plugin>