diff --git a/client/pom.xml b/client/pom.xml
index 3780fbba..2cd37861 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
swarm-plugin
- ${revision}${changelist}
+ 3.46
swarm-client
diff --git a/plugin/pom.xml b/plugin/pom.xml
index a551443d..65b81ff2 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
swarm-plugin
- ${revision}${changelist}
+ 3.46
swarm
diff --git a/pom.xml b/pom.xml
index 43a80c94..4d27ddc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
swarm-plugin
- ${revision}${changelist}
+ 3.46
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.46
https://github.com/${gitHubRepo}