Skip to content

Commit 694ef25

Browse files
author
TheSnoozer
committed
set scm connection to reflect the current repository
1 parent 334a87a commit 694ef25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
</licenses>
3434

3535
<scm>
36-
<url>git@github.com/ktoso/maven-git-commit-id-plugin.git</url>
37-
<connection>scm:git:https://github.com/ktoso/maven-git-commit-id-plugin</connection>
38-
<developerConnection>scm:git:git@github.com:ktoso/maven-git-commit-id-plugin.git</developerConnection>
36+
<url>git@github.com:TheSnoozer/git-commit-id-debugging.git</url>
37+
<connection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</connection>
38+
<developerConnection>scm:git:git@github.com:TheSnoozer/git-commit-id-debugging.git</developerConnection>
3939
</scm>
4040

4141
<properties>

0 commit comments

Comments
 (0)