Skip to content

Commit 6b643fa

Browse files
committed
Merge branch 'develop'
2 parents 1bdcd38 + 2c08059 commit 6b643fa

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
917
## [1.17.2] - 2021-07-15
1018

1119
### Fixed
@@ -35,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3543
### Fixed
3644
- Fix logic in maven deploy script
3745

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
3948
[1.17.2]: https://github.com/nbbrd/sandbox/compare/v1.17.1...v1.17.2
4049
[1.17.1]: https://github.com/nbbrd/sandbox/compare/v1.16.7...v1.17.1
4150
[1.16.7]: https://github.com/nbbrd/sandbox/compare/v1.15.0...v1.16.7

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.nbbrd.sandbox</groupId>
77
<artifactId>sandbox-parent</artifactId>
8-
<version>1.17.2</version>
8+
<version>1.17.3</version>
99
<packaging>pom</packaging>
1010

1111
<name>sandbox</name>

sandbox-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.2</version>
8+
<version>1.17.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

sandbox-cli/pom.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.2</version>
8+
<version>1.17.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -25,12 +25,12 @@
2525
<dependency>
2626
<groupId>com.github.nbbrd.sandbox</groupId>
2727
<artifactId>sandbox-api</artifactId>
28-
<version>1.17.2</version>
28+
<version>1.17.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>com.github.nbbrd.sandbox</groupId>
3232
<artifactId>sandbox-impl</artifactId>
33-
<version>1.17.2</version>
33+
<version>1.17.3</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>info.picocli</groupId>
@@ -195,6 +195,9 @@
195195
</changelog>
196196
</github>
197197
</release>
198+
<checksum>
199+
<individual>true</individual>
200+
</checksum>
198201
<signing>
199202
<active>ALWAYS</active>
200203
<!-- Fix default value -->
@@ -215,8 +218,11 @@
215218
</distributions>
216219
<packagers>
217220
<scoop>
218-
<active>ALWAYS</active>
221+
<active>RELEASE</active>
219222
</scoop>
223+
<brew>
224+
<active>RELEASE</active>
225+
</brew>
220226
</packagers>
221227
</jreleaser>
222228
</configuration>

sandbox-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>sandbox-parent</artifactId>
77
<groupId>com.github.nbbrd.sandbox</groupId>
8-
<version>1.17.2</version>
8+
<version>1.17.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.github.nbbrd.sandbox</groupId>
2121
<artifactId>sandbox-api</artifactId>
22-
<version>1.17.2</version>
22+
<version>1.17.3</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>com.github.lalyos</groupId>

0 commit comments

Comments
 (0)