Skip to content

Commit 187d836

Browse files
authored
Update docs for v3.2.0 release (#1038)
* Fix references to previous tags
1 parent b9b253c commit 187d836

File tree

8 files changed

+11
-13
lines changed

8 files changed

+11
-13
lines changed

README.adoc

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Asciidoctor Maven Tools (Plugin & Site Integration)
22
// Metadata
3-
:release-version: 3.1.1
3+
:release-version: 3.2.0
44
:maven-site-plugin-version: 3.21.0
55
// Settings
66
:idprefix:
@@ -61,11 +61,9 @@ ifeval::['{tag}' == 'main']
6161
You're viewing the documentation for the upcoming release.
6262
If you're looking for the documentation for a stable release, please refer to one of the following tags:
6363
+
64-
{uri-repo}/tree/asciidoctor-maven-plugin-3.1.0#readme[3.1.0]
64+
{uri-repo}/tree/asciidoctor-maven-tools-3.1.1[3.1.1]
6565
⁃
66-
{uri-repo}/tree/asciidoctor-maven-plugin-3.0.0#readme[3.0.0]
67-
⁃
68-
{uri-repo}/tree/asciidoctor-maven-plugin-2.2.6#readme[2.2.6]
66+
{uri-repo}/tree/asciidoctor-maven-tools-3.0.0[3.0.0]
6967
⁃
7068
====
7169
endif::[]

asciidoctor-converter-doxia-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.asciidoctor</groupId>
66
<artifactId>asciidoctor-maven-tools</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

asciidoctor-maven-commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.asciidoctor</groupId>
66
<artifactId>asciidoctor-maven-tools</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

asciidoctor-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.asciidoctor</groupId>
66
<artifactId>asciidoctor-maven-tools</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

asciidoctor-parser-doxia-module/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.asciidoctor</groupId>
66
<artifactId>asciidoctor-maven-tools</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

docs/antora.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: maven-tools
22
title: Maven Tools
3-
version: '3.1'
3+
version: '3.2'
44
asciidoc:
55
attributes:
6-
release-version: 3.1.1
6+
release-version: 3.2.0
77
project-repo: asciidoctor/asciidoctor-maven-plugin
88
uri-asciidoc: https://asciidoc.org
99
uri-asciidoctor: https://asciidoctor.org

docs/modules/site-integration/pages/compatibility-matrix.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Versions not listed below are not supported, please consider upgrading.
1414
|v3.1x.x ~ v3.12.x
1515
|Yes
1616

17-
|v3.1.x
17+
|v3.1.x ~ v3.2.x
1818
|v3.20.x
1919
|Yes
2020

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.asciidoctor</groupId>
66
<artifactId>asciidoctor-maven-tools</artifactId>
7-
<version>3.1.2-SNAPSHOT</version>
7+
<version>3.2.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Asciidoctor Maven Tools</name>

0 commit comments

Comments
 (0)