summaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
Diffstat (limited to 'sonar')
-rw-r--r--sonar/ooxml-schema-encryption/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar/ooxml-schema-encryption/pom.xml b/sonar/ooxml-schema-encryption/pom.xml
index f26c746045..9fd2370277 100644
--- a/sonar/ooxml-schema-encryption/pom.xml
+++ b/sonar/ooxml-schema-encryption/pom.xml
@@ -42,7 +42,8 @@
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
- <version>1.5.2</version>
+ <!-- Note: There is a bug with version 1.5.2 which caused the replacement to not find any files sometimes! -->
+ <version>1.5.1</version>
<executions>
<execution>
<phase>generate-sources</phase>