From 2d546540a84edb913d375047534d87824c2d9901 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Fri, 29 Jan 2021 17:14:40 +0530 Subject: [PATCH 1/2] Add pom.xml --- .gitignore | 1 - pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore index c53038e..055b6ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ /target /classes /checkouts -pom.xml pom.xml.asc *.jar *.class diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..078195f --- /dev/null +++ b/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + jar + honeysql-postgres + honeysql-postgres + 0.2.6 + honeysql-postgres + + + org.clojure + clojure + 1.10.2 + + + honeysql + honeysql + 0.9.5 + + + org.clojure + clojurescript + + + + + + src + + + + clojars + https://repo.clojars.org/ + + + From dc472f0f56c0ee05ec115a42958b0a854ac1d10c Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Fri, 29 Jan 2021 17:45:54 +0530 Subject: [PATCH 2/2] Add license + distributionManagement --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 078195f..af382c3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,14 @@ honeysql-postgres 0.2.6 honeysql-postgres + PostgreSQL extension for honeysql + https://github.com/nilenso/honeysql-postgres + + + Eclipse Public License + http://www.eclipse.org/legal/epl-v10.html + + org.clojure @@ -33,4 +41,11 @@ https://repo.clojars.org/ + + + clojars + Clojars repository + https://clojars.org/repo + +