Skip to content

Commit

Permalink
Polishing #2263
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Dec 6, 2022
1 parent f36bfe7 commit b5f4e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ clean:

release:
mvn release:clean
mvn release:prepare -Psonatype-oss-release
mvn release:perform -Psonatype-oss-release
mvn release:prepare
mvn release:perform
ls target/checkout/target/*-bin.zip | xargs gpg -b -a
ls target/checkout/target/*-bin.tar.gz | xargs gpg -b -a
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Fixes
* XTrimArgs Should Allow Limit = 0 #2250
* NullPointerException if INFO command on redis cluster fails #2243
* Own `RedisCredentialsProvider` causes issue with protocol handshake on Redis 5 #2234
* * Proper creation of `AttributeKey` #2111
* Proper creation of `AttributeKey` #2111

Other
-----
Expand Down

0 comments on commit b5f4e77

Please sign in to comment.