From 2b921f6fd23687ded0be6e5fad5fefe057330d0e Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 15 Jul 2015 06:12:44 +0800 Subject: [PATCH 1/3] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66909a3..a5274a4 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ but most probably it is enough to override **targetPath** property. ## Changelog -* **1.5.9** (26.12.2014) +* **1.5.0** (26.12.2014) * added option to change destination of all deliverables within WAR * **1.4.1** (02.08.2014) * added option to exclude custom resources in create-resources phase From 47e0d4f2d538e9739aeef8da5a00c03fcd6c6b42 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 15 Jul 2015 06:16:40 +0800 Subject: [PATCH 2/3] add change log for 1.5.1 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a5274a4..4b80a2d 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,9 @@ but most probably it is enough to override **targetPath** property. ## Changelog +* **1.5.1** (24.06.2015) + * fix unarchiving tar on osx (#70) + * mark all POJOs as thread-safe * **1.5.0** (26.12.2014) * added option to change destination of all deliverables within WAR * **1.4.1** (02.08.2014) From abcfb66e49050248dc65f1deaf473b57668e5f2e Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Wed, 15 Jul 2015 06:20:16 +0800 Subject: [PATCH 3/3] upgrade version in sample pom.xml to the latest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b80a2d..d56ef86 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Add **grunt-maven-plugin** to application build process in your *pom.xml*: pl.allegro grunt-maven-plugin - 1.5.0 + 1.5.1 path_to_js_project