Skip to content

Commit

Permalink
Add a developer connection to the pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
kitallis committed Mar 11, 2021
1 parent 75394ee commit 9340d7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>nilenso</groupId>
<artifactId>honeysql-postgres</artifactId>
<version>0.3.104</version>
<version>0.4.112</version>
<name>honeysql-postgres</name>
<description>PostgreSQL extension for honeysql</description>
<url>https://github.com/nilenso/honeysql-postgres</url>
Expand All @@ -14,6 +14,12 @@
<url>http://www.eclipse.org/legal/epl-v10.html</url>
</license>
</licenses>
<scm>
<url>https://github.com/nilenso/honeysql-postgres</url>
<connection>scm:git:git://github.com/nilenso/honeysql-postgres.git</connection>
<developerConnection>scm:git:ssh://[email protected]/nilenso/honeysql-postgres.git</developerConnection>
<tag>0.4.112</tag>
</scm>
<dependencies>
<dependency>
<groupId>org.clojure</groupId>
Expand Down

0 comments on commit 9340d7d

Please sign in to comment.