From 4027dd619f72eea63326d73e01b1d2dfba450f6d Mon Sep 17 00:00:00 2001 From: Andrew Bayer Date: Wed, 2 Aug 2017 13:22:05 -0400 Subject: [PATCH] POM scm url was wrong. This broke links like on https://jenkins.io/doc/developer/extensions/jenkins-core/#jobproperty --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f97f5e6..15e70d28 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ THE SOFTWARE. scm:git:git://github.com/jenkinsci/throttle-concurrent-builds-plugin.git scm:git:git@github.com:jenkinsci/throttle-concurrent-builds-plugin.git - http://github.com/jenkinsci/throttle-concurrents-plugin + http://github.com/jenkinsci/throttle-concurrent-builds-plugin HEAD