We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc635ad commit 8e6acdeCopy full SHA for 8e6acde
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.xmlet</groupId>
5
<artifactId>htmlflow</artifactId>
6
- <version>2.1-SNAPSHOT</version>
+ <version>2.1</version>
7
<packaging>jar</packaging>
8
<name>${project.groupId}:${project.artifactId}</name>
9
<description>
@@ -29,7 +29,7 @@
29
<connection>scm:git:git@github.com:xmlet/HtmlFlow.git</connection>
30
<developerConnection>scm:git:git@github.com:xmlet/HtmlFlow.git</developerConnection>
31
<url>git@github.com:xmlet/HtmlFlow.git</url>
32
- <tag>HEAD</tag>
+ <tag>htmlflow-2.1</tag>
33
</scm>
34
<distributionManagement>
35
<snapshotRepository>
0 commit comments