File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===========
3
3
4
+ * v0.10.0 3a2c484 on Mar 8, 2024
5
+ * Updated deps to latest tools.deps and Clojure 1.11.2
4
6
* v0.9.6 8e78bcc on Oct 6, 2023
5
7
* write-pom - add : pom-data to supply extra pom data when generating a new pom
6
8
* 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:
17
17
As a git dep:
18
18
19
19
``` 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 " }
21
21
```
22
22
23
23
As a Maven dep:
24
24
25
25
``` clojure
26
- io.github.clojure/tools.build {:mvn/version " 0.9.6 " }
26
+ io.github.clojure/tools.build {:mvn/version " 0.10.0 " }
27
27
```
28
28
29
29
# Developer Information
@@ -36,7 +36,7 @@ io.github.clojure/tools.build {:mvn/version "0.9.6"}
36
36
37
37
# Copyright and License
38
38
39
- Copyright © 2023 Rich Hickey, Alex Miller, and contributors
39
+ Copyright © Rich Hickey, Alex Miller, and contributors
40
40
41
41
All rights reserved. The use and
42
42
distribution 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
46
46
license. You must not remove this notice, or any other, from this
47
47
software.
48
48
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