diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 16:25:51 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-11-15 16:25:51 +0800 |
commit | 2cb9738649f06fe9bec6b4d5daec92ae0fef0982 (patch) | |
tree | 9de61185fffd487babd80f9aeb61ea5d397d14b7 /build/mvn.settings | |
parent | dfd2c605091fb14673482a820bcda412590c764e (diff) | |
download | go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.gz go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.bz2 go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.lz go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.xz go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.tar.zst go-tangerine-2cb9738649f06fe9bec6b4d5daec92ae0fef0982.zip |
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> |