From eada177c039285fcef41658d8e19f89b77a38375 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 15 Jul 2021 12:02:03 +0200 Subject: [PATCH 1/3] Update for next development version --- pom.xml | 2 +- sandbox-api/pom.xml | 2 +- sandbox-cli/pom.xml | 6 +++--- sandbox-impl/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 656f914e..cb801867 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.nbbrd.sandbox sandbox-parent - 1.16.6 + 1.16.7-SNAPSHOT pom sandbox diff --git a/sandbox-api/pom.xml b/sandbox-api/pom.xml index 7155b865..86f501aa 100644 --- a/sandbox-api/pom.xml +++ b/sandbox-api/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.6 + 1.16.7-SNAPSHOT 4.0.0 diff --git a/sandbox-cli/pom.xml b/sandbox-cli/pom.xml index 42f92206..e2ac955a 100644 --- a/sandbox-cli/pom.xml +++ b/sandbox-cli/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.6 + 1.16.7-SNAPSHOT 4.0.0 @@ -25,12 +25,12 @@ com.github.nbbrd.sandbox sandbox-api - 1.16.6 + 1.16.7-SNAPSHOT com.github.nbbrd.sandbox sandbox-impl - 1.16.6 + 1.16.7-SNAPSHOT info.picocli diff --git a/sandbox-impl/pom.xml b/sandbox-impl/pom.xml index 9cecfbc9..1cb403df 100644 --- a/sandbox-impl/pom.xml +++ b/sandbox-impl/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.6 + 1.16.7-SNAPSHOT 4.0.0 @@ -19,7 +19,7 @@ com.github.nbbrd.sandbox sandbox-api - 1.16.6 + 1.16.7-SNAPSHOT com.github.lalyos From 522bcd4e1f7446a03f4cd959f67a94a47dc3eaeb Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 15 Jul 2021 12:08:07 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md for next release --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07b643f8..f4bdc107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +### Changed +### Fixed + +## [1.16.7] - 2021-07-15 + ### Added - Add semver check (disabled by default) - Add basic check of PGP signatures @@ -22,5 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix logic in maven deploy script -[Unreleased]: https://github.com/nbbrd/sandbox/compare/v1.15.0...HEAD +[Unreleased]: https://github.com/nbbrd/sandbox/compare/v1.16.7...HEAD +[1.16.7]: https://github.com/nbbrd/sandbox/releases/tag/v1.16.7 [1.15.0]: https://github.com/nbbrd/sandbox/releases/tag/v1.15.0 From 98ac5430a89a6805a2627309a398e7665489ad57 Mon Sep 17 00:00:00 2001 From: Philippe Charles Date: Thu, 15 Jul 2021 12:10:48 +0200 Subject: [PATCH 3/3] Update versions for release --- pom.xml | 2 +- sandbox-api/pom.xml | 2 +- sandbox-cli/pom.xml | 6 +++--- sandbox-impl/pom.xml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index cb801867..10a70abd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.nbbrd.sandbox sandbox-parent - 1.16.7-SNAPSHOT + 1.16.7 pom sandbox diff --git a/sandbox-api/pom.xml b/sandbox-api/pom.xml index 86f501aa..24d15130 100644 --- a/sandbox-api/pom.xml +++ b/sandbox-api/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.7-SNAPSHOT + 1.16.7 4.0.0 diff --git a/sandbox-cli/pom.xml b/sandbox-cli/pom.xml index e2ac955a..ca19c0c4 100644 --- a/sandbox-cli/pom.xml +++ b/sandbox-cli/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.7-SNAPSHOT + 1.16.7 4.0.0 @@ -25,12 +25,12 @@ com.github.nbbrd.sandbox sandbox-api - 1.16.7-SNAPSHOT + 1.16.7 com.github.nbbrd.sandbox sandbox-impl - 1.16.7-SNAPSHOT + 1.16.7 info.picocli diff --git a/sandbox-impl/pom.xml b/sandbox-impl/pom.xml index 1cb403df..0d4fdc87 100644 --- a/sandbox-impl/pom.xml +++ b/sandbox-impl/pom.xml @@ -5,7 +5,7 @@ sandbox-parent com.github.nbbrd.sandbox - 1.16.7-SNAPSHOT + 1.16.7 4.0.0 @@ -19,7 +19,7 @@ com.github.nbbrd.sandbox sandbox-api - 1.16.7-SNAPSHOT + 1.16.7 com.github.lalyos