In your pom.xml, I believe <connection>scm:git:git@github.com/dialex/jcolor.git</connection> should be <connection>scm:git:git@github.com:dialex/jcolor.git</connection>. The <developerConnection> entry has it right. This surfaced a bug in a Clojure tool I use (https://github.com/liquidz/antq).
In your pom.xml, I believe
<connection>scm:git:git@github.com/dialex/jcolor.git</connection>should be<connection>scm:git:git@github.com:dialex/jcolor.git</connection>. The<developerConnection>entry has it right. This surfaced a bug in a Clojure tool I use (https://github.com/liquidz/antq).