From 0b2ad06b77bd8b4e31c56a82535b0a0379b6db5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Sep 2019 11:48:28 +0000 Subject: [PATCH] chore(release): 2.3.2 [skip ci] ## [2.3.2](https://github.com/hexonet/java-sdk/compare/v2.3.1...v2.3.2) (2019-09-19) ### Bug Fixes * **release process:** add `-ntp` parameter to mvn calls ([e2b992e](https://github.com/hexonet/java-sdk/commit/e2b992e)) * **release process:** change logger level for Downloads to `warn` ([efa5284](https://github.com/hexonet/java-sdk/commit/efa5284)) * **release process:** fix maven 3.6.2 download url ([d3889d9](https://github.com/hexonet/java-sdk/commit/d3889d9)) * **release process:** fix maven command line calls ([94ebb3a](https://github.com/hexonet/java-sdk/commit/94ebb3a)) * **release process:** fix maven version number ([65b27ab](https://github.com/hexonet/java-sdk/commit/65b27ab)) * **release process:** fix maven version number ([688fbfc](https://github.com/hexonet/java-sdk/commit/688fbfc)) * **release process:** migrate configuration ([3fa221e](https://github.com/hexonet/java-sdk/commit/3fa221e)) * **release process:** try maven_opts review ([9f15670](https://github.com/hexonet/java-sdk/commit/9f15670)) * **release process:** try maven_opts review ([56a5b71](https://github.com/hexonet/java-sdk/commit/56a5b71)) * **release process:** upgrade maven to 3.6.2 ([97740e8](https://github.com/hexonet/java-sdk/commit/97740e8)) * **release process:** use -B instead of -ntp for maven ([12807df](https://github.com/hexonet/java-sdk/commit/12807df)) * **release process:** verify maven version number and paths ([5054df2](https://github.com/hexonet/java-sdk/commit/5054df2)) --- HISTORY.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 66c3c112..2777bf7f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,21 @@ +## [2.3.2](https://github.com/hexonet/java-sdk/compare/v2.3.1...v2.3.2) (2019-09-19) + + +### Bug Fixes + +* **release process:** add `-ntp` parameter to mvn calls ([e2b992e](https://github.com/hexonet/java-sdk/commit/e2b992e)) +* **release process:** change logger level for Downloads to `warn` ([efa5284](https://github.com/hexonet/java-sdk/commit/efa5284)) +* **release process:** fix maven 3.6.2 download url ([d3889d9](https://github.com/hexonet/java-sdk/commit/d3889d9)) +* **release process:** fix maven command line calls ([94ebb3a](https://github.com/hexonet/java-sdk/commit/94ebb3a)) +* **release process:** fix maven version number ([65b27ab](https://github.com/hexonet/java-sdk/commit/65b27ab)) +* **release process:** fix maven version number ([688fbfc](https://github.com/hexonet/java-sdk/commit/688fbfc)) +* **release process:** migrate configuration ([3fa221e](https://github.com/hexonet/java-sdk/commit/3fa221e)) +* **release process:** try maven_opts review ([9f15670](https://github.com/hexonet/java-sdk/commit/9f15670)) +* **release process:** try maven_opts review ([56a5b71](https://github.com/hexonet/java-sdk/commit/56a5b71)) +* **release process:** upgrade maven to 3.6.2 ([97740e8](https://github.com/hexonet/java-sdk/commit/97740e8)) +* **release process:** use -B instead of -ntp for maven ([12807df](https://github.com/hexonet/java-sdk/commit/12807df)) +* **release process:** verify maven version number and paths ([5054df2](https://github.com/hexonet/java-sdk/commit/5054df2)) + ## [2.3.1](https://github.com/hexonet/java-sdk/compare/v2.3.0...v2.3.1) (2019-08-19) diff --git a/package.json b/package.json index bb67f07e..e681d48b 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,4 @@ "@semantic-release/git": "^7.0.16", "semantic-release": "^15.13.18" } -} \ No newline at end of file +}