diff --git a/pom.xml b/pom.xml
index 37ee140..a33f904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     <artifactId>cppcheck</artifactId>
     <packaging>hpi</packaging>
     <name>Jenkins Cppcheck Plug-in</name>
-    <version>${revision}${changelist}</version>
+    <version>1.26</version>
     <url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
 
     <licenses>
@@ -42,7 +42,7 @@
         <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
         <developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
         <url>https://github.com/${gitHubRepo}</url>
-        <tag>${scmTag}</tag>
+        <tag>cppcheck-1.26</tag>
     </scm>
   
     <properties>