File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ pom.xml.asc
1616/.settings /
1717.idea /
1818* .iml
19+ .cpcache /
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments