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/18 17:56:41 UTC

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

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

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

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

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

diff --git a/bom/pom.xml b/bom/pom.xml
index 40fe85ad10..27ab4d186d 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>