Replace deployment.gpg properties with gpg.
Properties cleanup to not have duplicate properties. Closes #180
This commit is contained in:
@@ -28,9 +28,9 @@ jira.password=
|
||||
jira.url=https://jira.spring.io
|
||||
|
||||
# GPG
|
||||
deployment.gpg.keyname=
|
||||
deployment.gpg.password=
|
||||
# deployment.gpg.executable=/usr/local/bin/gpg2
|
||||
gpg.keyname=
|
||||
gpg.password=
|
||||
gpg.executable=/usr/local/bin/gpg2
|
||||
|
||||
# A GitHub token with user:email, read:user and read:org scopes.
|
||||
# User needs to be part of the Spring team on GitHub as well.
|
||||
|
||||
Reference in New Issue
Block a user