Skip to content

Commit

Permalink
Update release protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
dampcake committed Jul 8, 2023
1 parent d02ed6e commit 0eceb15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
</licenses>

<scm>
<connection>scm:git:git@github.com:dampcake/bencode.git</connection>
<developerConnection>scm:git:git@github.com:dampcake/bencode.git</developerConnection>
<url>git@github.com:dampcake/bencode.git</url>
<connection>scm:git:https://github.com/dampcake/bencode.git</connection>
<developerConnection>scm:git:https://github.com/dampcake/bencode.git</developerConnection>
<url>https://github.com/dampcake/bencode</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 0eceb15

Please sign in to comment.