From ec2b7fcc8d9542cd7b39d3c7594b3ba6d174f6b0 Mon Sep 17 00:00:00 2001 From: Damien Nozay Date: Wed, 8 Oct 2014 14:58:35 -0700 Subject: [PATCH] JENKINS-21160: update pom.xml to warn about mismatched args4j in some circumstances, you may use some older args4j (coming from remoting) when the jenkins about page shows a different version. --- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 0c488a1dc6..529729418a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -191,7 +191,7 @@ THE SOFTWARE. commons-httpclient commons-httpclient - + args4j args4j 2.0.23 -- GitLab