Skip to content

Commit 9340d7d

Browse files
committed
Add a developer connection to the pom file
1 parent 75394ee commit 9340d7d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<packaging>jar</packaging>
55
<groupId>nilenso</groupId>
66
<artifactId>honeysql-postgres</artifactId>
7-
<version>0.3.104</version>
7+
<version>0.4.112</version>
88
<name>honeysql-postgres</name>
99
<description>PostgreSQL extension for honeysql</description>
1010
<url>https://github.com/nilenso/honeysql-postgres</url>
@@ -14,6 +14,12 @@
1414
<url>http://www.eclipse.org/legal/epl-v10.html</url>
1515
</license>
1616
</licenses>
17+
<scm>
18+
<url>https://github.com/nilenso/honeysql-postgres</url>
19+
<connection>scm:git:git://github.com/nilenso/honeysql-postgres.git</connection>
20+
<developerConnection>scm:git:ssh://[email protected]/nilenso/honeysql-postgres.git</developerConnection>
21+
<tag>0.4.112</tag>
22+
</scm>
1723
<dependencies>
1824
<dependency>
1925
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)