Skip to content

Commit 27b32c8

Browse files
authored
Release 2.5.13 (#1274)
1 parent 28de11e commit 27b32c8

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ For a detailed view of what has changed, refer to the {url-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
== 2.5.13 (2024-05-19)
17+
1618
Improvement::
1719

1820
* Upgrade to asciidoctor 2.0.23 (#1272)

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ ifndef::awestruct[:uri-docs: https://asciidoctor.org/docs]
2929
:uri-repo: https://github.com/asciidoctor/asciidoctorj
3030
:uri-issues: {uri-repo}/issues
3131
:uri-zulip: https://asciidoctor.zulipchat.com/
32-
:artifact-version: 2.5.11
33-
:asciidoctorj-epub3-version: 2.0.1
34-
:asciidoctorj-pdf-version: 2.3.12
32+
:artifact-version: 2.5.13
33+
:asciidoctorj-epub3-version: 2.1.3
34+
:asciidoctorj-pdf-version: 2.3.15
3535
: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
3636
:uri-maven-artifact-detail: http://search.maven.org/#artifactdetails%7Corg.asciidoctor%7Casciidoctorj%7C{artifact-version}%7Cjar
3737
:uri-maven-artifact-file: http://search.maven.org/remotecontent?filepath=org/asciidoctor/asciidoctorj/{artifact-version}/asciidoctorj-{artifact-version}

docs/antora.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ title: AsciidoctorJ
33
version: '2.5'
44
asciidoc:
55
attributes:
6-
release-version: 2.5.11
7-
artifact-version: 2.5.11
8-
asciidoctorj-epub3-version: 2.0.1
9-
asciidoctorj-pdf-version: 2.3.12
10-
jruby-version: 9.4.5.0
6+
release-version: 2.5.13
7+
artifact-version: 2.5.13
8+
asciidoctorj-epub3-version: 2.1.3
9+
asciidoctorj-pdf-version: 2.3.15
10+
jruby-version: 9.4.7.0
1111
url-jruby: https://www.jruby.org/
1212
url-gradle: https://gradle.org
1313
url-repo: https://github.com/asciidoctor/asciidoctorj

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version=2.5.13-SNAPSHOT
1+
version=2.5.13
22
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m

0 commit comments

Comments
 (0)