Skip to content

Commit 3d11c96

Browse files
authored
Merge pull request hub4j#713 from github-api/oleg-nenashev-patch-1
Fix scm.url in pom.xml so that Dependabot can pick up changelogs
2 parents 8024918 + a670737 commit 3d11c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<scm>
1111
<connection>scm:git:git@github.com/github-api/${project.artifactId}.git</connection>
1212
<developerConnection>scm:git:ssh://git@github.com/github-api/${project.artifactId}.git</developerConnection>
13-
<url>https://${project.artifactId}.kohsuke.org/</url>
13+
<url>https://github.com/github-api/github-api/</url>
1414
<tag>HEAD</tag>
1515
</scm>
1616

0 commit comments

Comments
 (0)