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 8ff3c06 commit e206e11Copy full SHA for e206e11
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
<artifactId>cppcheck</artifactId>
11
<packaging>hpi</packaging>
12
<name>Jenkins Cppcheck Plug-in</name>
13
- <version>${revision}${changelist}</version>
+ <version>1.26</version>
14
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
15
16
<licenses>
@@ -42,7 +42,7 @@
42
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
43
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
44
<url>https://github.com/${gitHubRepo}</url>
45
- <tag>${scmTag}</tag>
+ <tag>cppcheck-1.26</tag>
46
</scm>
47
48
<properties>
0 commit comments