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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 668d7db286b11e99905c39a743048be3827895b0
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Tue Apr 28 15:07:14 2020 +0200

    Do not sign twice during releases
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a34c6dc..8fed388 100644
--- a/pom.xml
+++ b/pom.xml
@@ -738,6 +738,7 @@
                         </configuration>
                         <executions>
                             <execution>
+                                <id>sign-release-artifacts</id>
                                 <goals>
                                     <goal>sign</goal>
                                 </goals>

Reply via email to