Skip to content

Commit

Permalink
Add scm node to pom.xml for cljdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan committed Jan 22, 2024
1 parent 80e6e40 commit f221931
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@
<url>https://repo.clojars.org/</url>
</repository>
</repositories>
<licenses>
<license>
<name>CC0 1.0 Universal</name>
<url>http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1</url>
</license>
</licenses>
<scm>
<url>https://github.com/verberktstan/swark</url>
<connection>scm:git:git://github.com/verberktstan/swark.git</connection>
<developerConnection>scm:git:ssh://[email protected]/verberktstan/swark.git</developerConnection>
<tag>RELEASE-v0.1.1</tag>
</scm>
<licenses>
<license>
<name>CC0 1.0 Universal</name>
<url>http://creativecommons.org/publicdomain/zero/1.0?ref=chooser-v1</url>
</license>
</licenses>
</project>

0 comments on commit f221931

Please sign in to comment.