You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2019/10/05 20:10:54 UTC

[jmeter] branch master updated: Remove my GPG key id, use ~/gradle.properties file to declare my key id. Thanks Vladimir

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

milamber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new ca26f5f  Remove my GPG key id, use ~/gradle.properties file to declare my key id. Thanks Vladimir
ca26f5f is described below

commit ca26f5f26703b77eb3e33b4a890215c79908267d
Author: Milamber <mi...@apache.org>
AuthorDate: Sat Oct 5 21:10:37 2019 +0100

    Remove my GPG key id, use ~/gradle.properties file to declare my key id. Thanks Vladimir
---
 gradle.properties | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index cfa100f..ae876f1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -22,9 +22,6 @@ kotlin.parallel.tasks.in.project=true
 # Release version can be generated by using -Prelease or -Prc=<int> arguments
 jmeter.version=5.2
 
-# Signing key (current: milamber@a.o)
-signing.gnupg.keyName=AC214CAA0612B399
-
 # Tools
 checkstyle.version=8.22
 jacoco.version=0.8.2