Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Update readme for 1.5.1 #84

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add **grunt-maven-plugin** to application build process in your *pom.xml*:
<plugin>
<groupId>pl.allegro</groupId>
<artifactId>grunt-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<configuration>
<!-- relative to src/main/webapp/, default: static -->
<jsSourceDirectory>path_to_js_project</jsSourceDirectory>
Expand Down Expand Up @@ -318,7 +318,10 @@ but most probably it is enough to override **targetPath** property.


## Changelog
* **1.5.9** (26.12.2014)
* **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)
* added option to exclude custom resources in create-resources phase
Expand Down