We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28f089 commit 250754dCopy full SHA for 250754d
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>com.redhat.documentation</groupId>
4
<artifactId>asciidoc-splitter</artifactId>
5
<packaging>jar</packaging>
6
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
7
<name>asciidoc splitter</name>
8
9
<properties>
@@ -149,6 +149,6 @@
149
<connection>scm:git:${project.scm.url}</connection>
150
<developerConnection>scm:git:${project.scm.url}</developerConnection>
151
<url>[email protected]:LightGuard/asciidoc-splitter.git</url>
152
- <tag>HEAD</tag>
+ <tag>v1.1.0</tag>
153
</scm>
154
</project>
0 commit comments