File tree Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Expand file tree Collapse file tree 5 files changed +24
-9
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.17.3] - 2021-07-15
10
+
11
+ ## Added
12
+ - Add distribution to Homebrew
13
+
14
+ ## Modified
15
+ - Set checksums as individual files
16
+
9
17
## [ 1.17.2] - 2021-07-15
10
18
11
19
### Fixed
@@ -35,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
43
### Fixed
36
44
- Fix logic in maven deploy script
37
45
38
- [ Unreleased ] : https://github.com/nbbrd/sandbox/compare/v1.17.2...HEAD
46
+ [ Unreleased ] : https://github.com/nbbrd/sandbox/compare/v1.17.3...HEAD
47
+ [ 1.17.3 ] : https://github.com/nbbrd/sandbox/compare/v1.17.2...v1.17.3
39
48
[ 1.17.2 ] : https://github.com/nbbrd/sandbox/compare/v1.17.1...v1.17.2
40
49
[ 1.17.1 ] : https://github.com/nbbrd/sandbox/compare/v1.16.7...v1.17.1
41
50
[ 1.16.7 ] : https://github.com/nbbrd/sandbox/compare/v1.15.0...v1.16.7
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.github.nbbrd.sandbox</groupId >
7
7
<artifactId >sandbox-parent</artifactId >
8
- <version >1.17.2 </version >
8
+ <version >1.17.3 </version >
9
9
<packaging >pom</packaging >
10
10
11
11
<name >sandbox</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.2 </version >
8
+ <version >1.17.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.2 </version >
8
+ <version >1.17.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
25
25
<dependency >
26
26
<groupId >com.github.nbbrd.sandbox</groupId >
27
27
<artifactId >sandbox-api</artifactId >
28
- <version >1.17.2 </version >
28
+ <version >1.17.3 </version >
29
29
</dependency >
30
30
<dependency >
31
31
<groupId >com.github.nbbrd.sandbox</groupId >
32
32
<artifactId >sandbox-impl</artifactId >
33
- <version >1.17.2 </version >
33
+ <version >1.17.3 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >info.picocli</groupId >
195
195
</changelog >
196
196
</github >
197
197
</release >
198
+ <checksum >
199
+ <individual >true</individual >
200
+ </checksum >
198
201
<signing >
199
202
<active >ALWAYS</active >
200
203
<!-- Fix default value -->
215
218
</distributions >
216
219
<packagers >
217
220
<scoop >
218
- <active >ALWAYS </active >
221
+ <active >RELEASE </active >
219
222
</scoop >
223
+ <brew >
224
+ <active >RELEASE</active >
225
+ </brew >
220
226
</packagers >
221
227
</jreleaser >
222
228
</configuration >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >sandbox-parent</artifactId >
7
7
<groupId >com.github.nbbrd.sandbox</groupId >
8
- <version >1.17.2 </version >
8
+ <version >1.17.3 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
19
19
<dependency >
20
20
<groupId >com.github.nbbrd.sandbox</groupId >
21
21
<artifactId >sandbox-api</artifactId >
22
- <version >1.17.2 </version >
22
+ <version >1.17.3 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >com.github.lalyos</groupId >
You can’t perform that action at this time.
0 commit comments