Skip to content

Commit 44b47d1

Browse files
committed
update parent pom and links
1 parent 0d92630 commit 44b47d1

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ pom.xml.asc
1616
/.settings/
1717
.idea/
1818
*.iml
19+
.cpcache/

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
<parent>
1111
<groupId>org.clojure</groupId>
1212
<artifactId>pom.contrib</artifactId>
13-
<version>1.1.0</version>
13+
<version>1.2.0</version>
1414
</parent>
1515

1616
<licenses>
1717
<license>
1818
<name>Eclipse Public License 1.0</name>
19-
<url>http://opensource.org/licenses/eclipse-1.0.php</url>
19+
<url>https://opensource.org/license/epl-1-0/</url>
2020
<distribution>repo</distribution>
2121
</license>
2222
</licenses>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
:main clojure.main
1515
:global-vars {*warn-on-reflection* false}}}
1616
:global-vars {*warn-on-reflection* true}
17-
:plugins [[lein-codox "0.10.7"]
17+
:plugins [[lein-codox "0.10.8"]
1818
[lein-cljsbuild "1.1.5"]]
1919
;; To generate codox files (which are hosted on the gh-pages branch)
2020
;; for a release:

0 commit comments

Comments
 (0)