summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-04-01 14:01:09 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-01 12:17:39 +0000
commitbca7458ddf0f9ae5d06758b17036a2b9c6bf9a64 (patch)
tree0bfb62502b84fefcf4c68bcb62880af1bb38092f /pom.xml
parentde122b74178077358ec8ec33e1dbc08aa5a32d2d (diff)
downloadvaadin-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8f078bd0ff..3d2b503e47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>