Skip to content

Commit

Permalink
Add SCM
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Dec 25, 2021
1 parent 9edf4df commit c6cd72f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/saharNooby/qoi-java.git</connection>
<developerConnection>scm:git:ssh://github.com:saharNooby/qoi-java.git</developerConnection>
<url>https://github.com/saharNooby/qoi-java/tree/main</url>
</scm>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
Expand Down

0 comments on commit c6cd72f

Please sign in to comment.