Skip to content

Commit c3e5742

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 77de155 commit c3e5742

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>ansicolor</artifactId>
12-
<version>1.0.3</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<name>AnsiColor</name>
1515
<description>Adds ANSI coloring to the Console Output</description>
@@ -39,12 +39,12 @@
3939
<scm>
4040
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
4141
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
42-
<tag>ansicolor-1.0.3</tag>
42+
<tag>${scmTag}</tag>
4343
<url>https://github.com/${gitHubRepo}</url>
4444
</scm>
4545

4646
<properties>
47-
<revision>1.0.3</revision>
47+
<revision>1.0.4</revision>
4848
<changelist>-SNAPSHOT</changelist>
4949
<jenkins.version>2.375.4</jenkins.version>
5050
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

0 commit comments

Comments
 (0)