Browse Source

Downgrade maven-resources-plugin because of filtering bug

Change-Id: Id8573d82b2a9b2be15694d7aecd95ce2eee814ff
tags/7.7.0.alpha1
elmot 8 years ago
parent
commit
bca7458ddf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -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>

Loading…
Cancel
Save