Skip to content

Commit

Permalink
Add distribution to JBang
Browse files Browse the repository at this point in the history
  • Loading branch information
charphi committed Oct 19, 2021
1 parent 0fe0990 commit e770246
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add a link to documentation in CLI [#137](https://github.com/nbbrd/sdmx-dl/issues/137)
- Add support of average response time in monitors [#144](https://github.com/nbbrd/sdmx-dl/issues/144)
- Add snapshot deployment of CLI
- Add Maven deployment of CLI
- Add distribution to JBang [#141](https://github.com/nbbrd/sdmx-dl/issues/141)

### Changed
- Rename command check.properties as check.config [#136](https://github.com/nbbrd/sdmx-dl/issues/136)
Expand Down
7 changes: 7 additions & 0 deletions sdmx-dl-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,19 @@
</path>
</artifact>
</artifacts>
<java>
<mainClass>${project.x.mainClass}</mainClass>
<artifactId>${project.artifactId}</artifactId>
</java>
<scoop>
<active>RELEASE</active>
</scoop>
<brew>
<active>RELEASE</active>
</brew>
<jbang>
<active>RELEASE</active>
</jbang>
</sdmx-dl>
</distributions>
</jreleaser>
Expand Down

0 comments on commit e770246

Please sign in to comment.