diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 16:40:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-15 16:40:28 +0800 |
commit | 9f7b087235df1c9c0bdd5375b774de44b2b02908 (patch) | |
tree | 9de61185fffd487babd80f9aeb61ea5d397d14b7 /build/mvn.settings | |
parent | 0dc590a9f8182d9faba7fee0001bf243637bd9b3 (diff) | |
parent | 2cb9738649f06fe9bec6b4d5daec92ae0fef0982 (diff) | |
download | dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar.gz dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar.bz2 dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar.lz dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar.xz dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.tar.zst dexon-9f7b087235df1c9c0bdd5375b774de44b2b02908.zip |
Merge pull request #3263 from karalabe/travis-cocoapods-gpg2
travis, build: further maven and gpg refinements
Diffstat (limited to 'build/mvn.settings')
-rw-r--r-- | build/mvn.settings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/mvn.settings b/build/mvn.settings index 8d06c048e..406b409b9 100644 --- a/build/mvn.settings +++ b/build/mvn.settings @@ -16,7 +16,7 @@ <activeByDefault>true</activeByDefault> </activation> <properties> - <gpg.executable>gpg2</gpg.executable> + <gpg.executable>gpg</gpg.executable> <gpg.passphrase></gpg.passphrase> </properties> </profile> |