Skip to content

Commit 7f91bad

Browse files
committed
fix: Update (re-)encrypted signing key
Also update version of maven-gpg-plugin
1 parent cad6a01 commit 7f91bad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cd/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

cd/signingkey.asc.enc

0 Bytes
Binary file not shown.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
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>

0 commit comments

Comments
 (0)