Skip to content

Commit 3c1d2f5

Browse files
committed
fix: add scm data to pom.xml
1 parent bb2f03f commit 3c1d2f5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

build.clj

+9-2
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,18 @@
5252
:version version
5353
:lib lib
5454
:pom-data
55-
[[:licenses
55+
[[:description "Templating engine for OOXML DOCX and PPTX files"]
56+
[:url "https://github.com/erdos/stencil"]
57+
[:licenses
5658
[:license
5759
[:name "Eclipse Public License - v 2.0"]
5860
[:url "https://www.eclipse.org/legal/epl-2.0/"]
59-
[:distribution "repo"]]]]})
61+
[:distribution "repo"]]]
62+
[:scm
63+
[:url "https://github.com/erdos/stencil"]
64+
[:connection "scm:git:https://github.com/erdos/stencil.git"]
65+
[:developerConnection "scm:git:ssh:[email protected]:erdos/stencil.git"]
66+
[:tag (str "v" version)]]]})
6067
opts)
6168

6269
(defn jar [opts]

0 commit comments

Comments
 (0)