Skip to content

Commit

Permalink
fix: add scm data to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
erdos committed Jul 27, 2024
1 parent bb2f03f commit 3c1d2f5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,18 @@
:version version
:lib lib
:pom-data
[[:licenses
[[:description "Templating engine for OOXML DOCX and PPTX files"]
[:url "https://github.com/erdos/stencil"]
[:licenses
[:license
[:name "Eclipse Public License - v 2.0"]
[:url "https://www.eclipse.org/legal/epl-2.0/"]
[:distribution "repo"]]]]})
[:distribution "repo"]]]
[:scm
[:url "https://github.com/erdos/stencil"]
[:connection "scm:git:https://github.com/erdos/stencil.git"]
[:developerConnection "scm:git:ssh:[email protected]:erdos/stencil.git"]
[:tag (str "v" version)]]]})
opts)

(defn jar [opts]
Expand Down

0 comments on commit 3c1d2f5

Please sign in to comment.