clean up pom.xml template

This commit is contained in:
Sean Corfield 2021-08-30 18:42:11 -07:00
parent 0b7293ae4b
commit 0e906581c3

View file

@ -3,6 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.seancorfield</groupId>
<artifactId>next.jdbc</artifactId>
<version>VERSION</version>
<name>next.jdbc</name>
<description>The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.</description>
<url>https://github.com/seancorfield/next-jdbc</url>
@ -21,6 +22,7 @@
<url>https://github.com/seancorfield/next-jdbc</url>
<connection>scm:git:git://github.com/seancorfield/next-jdbc.git</connection>
<developerConnection>scm:git:ssh://git@github.com/seancorfield/next-jdbc.git</developerConnection>
<tag>TAG</tag>
</scm>
<dependencies>
<dependency>