diff --git a/build.clj b/build.clj
index af6462f..f90065e 100644
--- a/build.clj
+++ b/build.clj
@@ -31,6 +31,7 @@
(assoc :lib lib :version (if (:snapshot opts) snapshot version))
(test)
(bb/clean)
+ (assoc :src-pom "pom_template.xml")
(bb/jar)))
(defn deploy "Deploy the JAR to Clojars." [opts]
diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 83eb7a0..0000000
--- a/pom.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
- 4.0.0
- com.github.seancorfield
- next.jdbc
- VERSION
- next.jdbc
- The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.
- https://github.com/seancorfield/next-jdbc
-
-
- Eclipse Public License
- http://www.eclipse.org/legal/epl-v10.html
-
-
-
-
- Sean Corfield
-
-
-
- https://github.com/seancorfield/next-jdbc
- scm:git:git://github.com/seancorfield/next-jdbc.git
- scm:git:ssh://git@github.com/seancorfield/next-jdbc.git
- TAG
-
-
-
- org.clojure
- clojure
- 1.10.3
-
-
- org.clojure
- java.data
- 1.0.86
-
-
- camel-snake-kebab
- camel-snake-kebab
- 0.4.2
-
-
-
- src
-
-
-
- clojars
- https://repo.clojars.org/
-
-
- sonatype
- https://oss.sonatype.org/content/repositories/snapshots/
-
-
-
-
- clojars
- Clojars repository
- https://clojars.org/repo
-
-
-
diff --git a/pom_template.xml b/pom_template.xml
new file mode 100644
index 0000000..442bb16
--- /dev/null
+++ b/pom_template.xml
@@ -0,0 +1,23 @@
+
+
+ 4.0.0
+ next.jdbc
+ The next generation of clojure.java.jdbc: a new low-level Clojure wrapper for JDBC-based access to databases.
+ https://github.com/seancorfield/next-jdbc
+
+
+ Eclipse Public License
+ http://www.eclipse.org/legal/epl-v10.html
+
+
+
+
+ Sean Corfield
+
+
+
+ https://github.com/seancorfield/next-jdbc
+ scm:git:git://github.com/seancorfield/next-jdbc.git
+ scm:git:ssh://git@github.com/seancorfield/next-jdbc.git
+
+