Replace deployment.gpg properties with gpg.

Properties cleanup to not have duplicate properties.

Closes #180
This commit is contained in:
Mark Paluch
2021-03-31 08:48:40 +02:00
parent 5a6595f40b
commit e2d7b527ab
4 changed files with 5 additions and 13 deletions

View File

@@ -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.