Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed May 25, 2022
1 parent 150b727 commit 6451ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion asciidoctorj-pdf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
properName=AsciidoctorJ PDF
description=AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
version=2.0.2
version=2.0.3
gem_name=asciidoctor-pdf
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ext {

// gem versions
asciidoctorJVersion = project.hasProperty('asciidoctorJVersion') ? project.asciidoctorJVersion : '2.5.3'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.0.2'
asciidoctorPdfGemVersion = project.hasProperty('asciidoctorPdfGemVersion') ? project.asciidoctorPdfGemVersion : '2.0.3'

addressableVersion = '2.8.0'
concurrentRubyVersion = '1.1.7'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=2.0.2
version=2.0.3
sourceCompatibility=1.8
targetCompatibility=1.8

2 comments on commit 6451ce3

@pzygielo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robertpanzer - thanks for the new release.

Where one could refresh PGP key from, as

$ gpg --verify asciidoctorj-pdf-2.0.3.jar.asc 
gpg: assuming signed data in 'asciidoctorj-pdf-2.0.3.jar'
gpg: Signature made Wed 25 May 2022 18:22:54 CEST
gpg:                using RSA key C1D3063467F1EBD1
gpg: Good signature from ... [expired]
gpg: Note: This key has expired!
Primary key fingerprint: 3639 0DE6 A0E6 1EE4 C7B4  BA02 C1D3 0634 67F1 EBD1

$ gpg --refresh-keys 0xC1D3063467F1EBD1
gpg: refreshing 1 key from hkp://keyserver.ubuntu.com
gpg: key C1D3063467F1EBD1: ... not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

$ gpg --keyserver pgp.mit.edu --refresh-keys 0xC1D3063467F1EBD1
gpg: refreshing 1 key from hkp://pgp.mit.edu
gpg: key C1D3063467F1EBD1: ... not changed
gpg: Total number processed: 1
gpg:              unchanged: 1

@robertpanzer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder.
Yeah, I'll try to update the key.

Please sign in to comment.