Skip to content

Commit

Permalink
update parent pom and links
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Feb 19, 2024
1 parent 0d92630 commit 44b47d1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ pom.xml.asc
/.settings/
.idea/
*.iml
.cpcache/
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<parent>
<groupId>org.clojure</groupId>
<artifactId>pom.contrib</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>

<licenses>
<license>
<name>Eclipse Public License 1.0</name>
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
<url>https://opensource.org/license/epl-1-0/</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:main clojure.main
:global-vars {*warn-on-reflection* false}}}
:global-vars {*warn-on-reflection* true}
:plugins [[lein-codox "0.10.7"]
:plugins [[lein-codox "0.10.8"]
[lein-cljsbuild "1.1.5"]]
;; To generate codox files (which are hosted on the gh-pages branch)
;; for a release:
Expand Down

0 comments on commit 44b47d1

Please sign in to comment.