Skip to content

Commit

Permalink
switched scm to using ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Mar 3, 2022
1 parent cb23087 commit 4f1a6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
</parent>

<scm>
<connection>scm:git:https://github.com/Waikato/tiny-weka</connection>
<developerConnection>scm:git:https://github.com/Waikato/tiny-weka</developerConnection>
<connection>scm:git:ssh://git@github.com/Waikato/tiny-weka</connection>
<developerConnection>scm:git:ssh://git@github.com/Waikato/tiny-weka</developerConnection>
<url>https://github.com/Waikato/tiny-weka</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit 4f1a6c2

Please sign in to comment.