Skip to content

Commit

Permalink
Fix scm connections
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlo committed Feb 4, 2024
1 parent 2082642 commit cd2fccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
</developers>

<scm>
<connection>scm:git:git://github.com/CodeBlo/rollbacker.git</connection>
<developerConnection>scm:git:ssh://github.com/CodeBlo/rollbacker.git</developerConnection>
<connection>scm:git:https://github.com/CodeBlo/rollbacker.git</connection>
<url>https://github.com/CodeBlo/rollbacker/tree/master</url>
</scm>

Expand Down

0 comments on commit cd2fccf

Please sign in to comment.