Set jarsigner-version to 1.3.1
diff --git a/pom.xml b/pom.xml
index 829c553..f12fb8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
 		<tycho.version>2.0.0</tycho.version>
 		<tycho-extras-version>2.0.0</tycho-extras-version>
 
-		<cbi-version>1.1.8-SNAPSHOT</cbi-version>
+		<jarsigner-version>1.3.1</jarsigner-version>
 
 		<build-helper.version>1.9.1</build-helper.version>
 		<org.jboss.tools.tycho-plugins.version>1.4.0</org.jboss.tools.tycho-plugins.version>
@@ -405,7 +405,7 @@
 					<plugin>
 						<groupId>org.eclipse.cbi.maven.plugins</groupId>
 						<artifactId>eclipse-jarsigner-plugin</artifactId>
-						<version>${cbi-version}</version>
+						<version>${jarsigner-version}</version>
 						<executions>
 							<execution>
 								<id>sign</id>