File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22===========
33
4+ * v0.10.0 3a2c484 on Mar 8, 2024
5+ * Updated deps to latest tools.deps and Clojure 1.11.2
46* v0.9.6 8e78bcc on Oct 6, 2023
57 * write-pom - add : pom-data to supply extra pom data when generating a new pom
68 * uber - fix exclusions and conflict handling when including local deps on windows
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Latest release:
1717As a git dep:
1818
1919``` clojure
20- io.github.clojure/tools.build {:git/tag " v0.9.6 " :git/sha " 8e78bcc " }
20+ io.github.clojure/tools.build {:git/tag " v0.10.0 " :git/sha " 3a2c484 " }
2121```
2222
2323As a Maven dep:
2424
2525``` clojure
26- io.github.clojure/tools.build {:mvn/version " 0.9.6 " }
26+ io.github.clojure/tools.build {:mvn/version " 0.10.0 " }
2727```
2828
2929# Developer Information
@@ -36,7 +36,7 @@ io.github.clojure/tools.build {:mvn/version "0.9.6"}
3636
3737# Copyright and License
3838
39- Copyright © 2023 Rich Hickey, Alex Miller, and contributors
39+ Copyright © Rich Hickey, Alex Miller, and contributors
4040
4141All rights reserved. The use and
4242distribution terms for this software are covered by the
@@ -46,4 +46,4 @@ in any fashion, you are agreeing to be bound by the terms of this
4646license. You must not remove this notice, or any other, from this
4747software.
4848
49- [ Eclipse Public License 1.0 ] : http ://opensource.org/licenses/eclipse-1.0.php
49+ [ Eclipse Public License 1.0 ] : https ://opensource.org/license/epl-1-0
You can’t perform that action at this time.
0 commit comments