diff options
author | elmot <elmot@vaadin.com> | 2016-04-01 14:01:09 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-04-01 12:17:39 +0000 |
commit | bca7458ddf0f9ae5d06758b17036a2b9c6bf9a64 (patch) | |
tree | 0bfb62502b84fefcf4c68bcb62880af1bb38092f /pom.xml | |
parent | de122b74178077358ec8ec33e1dbc08aa5a32d2d (diff) | |
download | vaadin-framework-bca7458ddf0f9ae5d06758b17036a2b9c6bf9a64.tar.gz vaadin-framework-bca7458ddf0f9ae5d06758b17036a2b9c6bf9a64.zip |
Downgrade maven-resources-plugin because of filtering bug
Change-Id: Id8573d82b2a9b2be15694d7aecd95ce2eee814ff
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>2.7</version> + <version>2.6</version> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> |