diff --git a/client/pom.xml b/client/pom.xml
index 40ffd6da..c7e25886 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
swarm-plugin
- ${revision}${changelist}
+ 3.45
swarm-client
diff --git a/plugin/pom.xml b/plugin/pom.xml
index a551443d..50491533 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
swarm-plugin
- ${revision}${changelist}
+ 3.45
swarm
diff --git a/pom.xml b/pom.xml
index 8cb65ba3..639483e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swarm-plugin
- ${revision}${changelist}
+ 3.45
pom
Swarm Plugin Parent POM
The Swarm plugin enables nodes to join a nearby Jenkins controller, thereby forming an ad-hoc cluster.
@@ -37,7 +37,7 @@
scm:git:https://github.com/${gitHubRepo}.git
scm:git:git@github.com:${gitHubRepo}.git
- ${scmTag}
+ swarm-plugin-3.45
https://github.com/${gitHubRepo}