From 29db778b4c2cb61700db818bb9429246d6d8b509 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 7 Jun 2014 12:32:40 -0500 Subject: [PATCH 1/2] Do not use the GPG agent for the release Oh well, it seemed like a good idea originally... Signed-off-by: Johannes Schindelin --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index b3ab10e8e..5aea46ef8 100644 --- a/pom.xml +++ b/pom.xml @@ -316,9 +316,6 @@ - - true - org.apache.maven.plugins From 3f0fe616c7e74dd761e69b41bc741cf1fcd22c86 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sat, 7 Jun 2014 12:36:23 -0500 Subject: [PATCH 2/2] Revert "Do not use the GPG agent for the release" Actually, it *is* a good idea ;-) Signed-off-by: Johannes Schindelin --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 5aea46ef8..b3ab10e8e 100644 --- a/pom.xml +++ b/pom.xml @@ -316,6 +316,9 @@ + + true + org.apache.maven.plugins