File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ if [ "$TRAVIS_BRANCH" = 'main' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ] && [ "
55 echo " deploying release to central repository"
66
77 # prepare key for signing
8- openssl aes-256-cbc -K " $encrypted_171b1c559d7b_key " -iv " $encrypted_171b1c559d7b_iv " -in cd/signingkey.asc.enc -out cd/signingkey.asc -d
9- gpg --fast-import cd/signingkey.asc
8+ openssl aes-256-cbc -K $encrypted_80546c16ab97_key -iv $encrypted_80546c16ab97_iv -in cd/signingkey.asc.enc -out cd/signingkey.asc -d
9+ gpg --fast-import --batch cd/signingkey.asc
1010 shred --remove cd/signingkey.asc
1111
1212 # sign and deploy to central repository
Original file line number Diff line number Diff line change 256256 <plugin >
257257 <groupId >org.apache.maven.plugins</groupId >
258258 <artifactId >maven-gpg-plugin</artifactId >
259- <version >1.6 </version >
259+ <version >3.0.1 </version >
260260 <executions >
261261 <execution >
262262 <id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments