Skip to content

Commit 398bd42

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cdecc00 commit 398bd42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</parent>
1010
<groupId>io.jenkins.plugins</groupId>
1111
<artifactId>junit-sql-storage</artifactId>
12-
<version>0.1</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>hpi</packaging>
1414
<properties>
15-
<revision>1.0</revision>
15+
<revision>0.2</revision>
1616
<changelist>-SNAPSHOT</changelist>
1717
<jenkins.version>2.235.1</jenkins.version>
1818
<java.level>8</java.level>
@@ -136,7 +136,7 @@
136136
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
137137
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
138138
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
139-
<tag>junit-sql-storage-0.1</tag>
139+
<tag>${scmTag}</tag>
140140
</scm>
141141

142142
<repositories>

0 commit comments

Comments
 (0)