Add SCM data to pom.xml

main
Eric Ihli 4 years ago
parent 59aee308ee
commit fb46bc5a27

@ -6,6 +6,12 @@
<artifactId>tightly-packed-trie</artifactId>
<version>0.2.0</version>
<name>tightly-packed-trie</name>
<scm>
<connection>scm:git:git://github.com/eihli/clj-tightly-packed-trie.git</connection>
<developerConnection>scm:git:ssh://git@github.com/eihli/clj-tightly-packed-trie.git</developerConnection>
<tag>59aee308ee81a5cdfc9fee0aeedd868fdb9756e8</tag>
<url>https://github.com/eihli/clj-tightly-packed-trie</url>
</scm>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>

Loading…
Cancel
Save