We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10cbfc commit 167e024Copy full SHA for 167e024
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
11
<artifactId>ansicolor</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>1.0.6</version>
13
<packaging>hpi</packaging>
14
<name>AnsiColor</name>
15
<description>Adds ANSI coloring to the Console Output</description>
@@ -39,7 +39,7 @@
39
<scm>
40
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
41
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
42
- <tag>${scmTag}</tag>
+ <tag>ansicolor-1.0.6</tag>
43
<url>https://github.com/${gitHubRepo}</url>
44
</scm>
45
0 commit comments