From a670737ca50a3dc2d9c79868efce4f69be334c20 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Mon, 24 Feb 2020 10:10:30 +0100 Subject: [PATCH] Fix scm.url in pom.xml so that Dependabot can pick up changelogs --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5fb28e98a..e20c85a0e6 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ scm:git:git@github.com/github-api/${project.artifactId}.git scm:git:ssh://git@github.com/github-api/${project.artifactId}.git - https://${project.artifactId}.kohsuke.org/ + https://github.com/github-api/github-api/ HEAD