We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a327fe commit 85f408bCopy full SHA for 85f408b
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.asciidoctor</groupId>
5
<artifactId>asciidoctor-maven-plugin</artifactId>
6
- <version>2.2.1-SNAPSHOT</version>
+ <version>2.2.1</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>Asciidoctor Maven Plugin and Doxia Parser</name>
@@ -53,7 +53,7 @@
53
<url>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</url>
54
<connection>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</connection>
55
<developerConnection>scm:git:git@github.com:asciidoctor/asciidoctor-maven-plugin.git</developerConnection>
56
- <tag>HEAD</tag>
+ <tag>asciidoctor-maven-plugin-2.2.1</tag>
57
</scm>
58
59
<issueManagement>
0 commit comments