From e7702461f32f02ef4a3732496e7209687a5b11a1 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Tue, 19 Oct 2021 14:46:43 +0200 Subject: [PATCH] Add distribution to JBang --- CHANGELOG.md | 3 ++- sdmx-dl-cli/pom.xml | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce5982c18..916ec57e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/sdmx-dl-cli/pom.xml b/sdmx-dl-cli/pom.xml index 2c33d3227..bc01a39f7 100644 --- a/sdmx-dl-cli/pom.xml +++ b/sdmx-dl-cli/pom.xml @@ -241,12 +241,19 @@ + + ${project.x.mainClass} + ${project.artifactId} + RELEASE RELEASE + + RELEASE +