Skip to content

Commit

Permalink
Release 2.5.13 (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer authored May 19, 2024
1 parent 28de11e commit 27b32c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co

== Unreleased

== 2.5.13 (2024-05-19)

Improvement::

* Upgrade to asciidoctor 2.0.23 (#1272)
Expand Down
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ifndef::awestruct[:uri-docs: https://asciidoctor.org/docs]
:uri-repo: https://github.com/asciidoctor/asciidoctorj
:uri-issues: {uri-repo}/issues
:uri-zulip: https://asciidoctor.zulipchat.com/
:artifact-version: 2.5.11
:asciidoctorj-epub3-version: 2.0.1
:asciidoctorj-pdf-version: 2.3.12
:artifact-version: 2.5.13
:asciidoctorj-epub3-version: 2.1.3
:asciidoctorj-pdf-version: 2.3.15
:uri-maven-artifact-query: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.asciidoctor%22%20AND%20a%3A%22asciidoctorj%22%20AND%20v%3A%22{artifact-version}%22
:uri-maven-artifact-detail: http://search.maven.org/#artifactdetails%7Corg.asciidoctor%7Casciidoctorj%7C{artifact-version}%7Cjar
:uri-maven-artifact-file: http://search.maven.org/remotecontent?filepath=org/asciidoctor/asciidoctorj/{artifact-version}/asciidoctorj-{artifact-version}
Expand Down
10 changes: 5 additions & 5 deletions docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ title: AsciidoctorJ
version: '2.5'
asciidoc:
attributes:
release-version: 2.5.11
artifact-version: 2.5.11
asciidoctorj-epub3-version: 2.0.1
asciidoctorj-pdf-version: 2.3.12
jruby-version: 9.4.5.0
release-version: 2.5.13
artifact-version: 2.5.13
asciidoctorj-epub3-version: 2.1.3
asciidoctorj-pdf-version: 2.3.15
jruby-version: 9.4.7.0
url-jruby: https://www.jruby.org/
url-gradle: https://gradle.org
url-repo: https://github.com/asciidoctor/asciidoctorj
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=2.5.13-SNAPSHOT
version=2.5.13
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 comments on commit 27b32c8

Please sign in to comment.