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 ae348b4 commit 27f0005Copy full SHA for 27f0005
pom.xml
@@ -9,7 +9,7 @@
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
11
<artifactId>junit-sql-storage</artifactId>
12
- <version>${revision}${changelist}</version>
+ <version>0.2</version>
13
<packaging>hpi</packaging>
14
<properties>
15
<revision>0.2</revision>
@@ -141,7 +141,7 @@
141
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
142
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
143
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
144
- <tag>${scmTag}</tag>
+ <tag>junit-sql-storage-0.2</tag>
145
</scm>
146
147
<repositories>
0 commit comments