This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git
The following commit(s) were added to refs/heads/1.9 by this push:
new 89829d7 Update formatter-maven-plugin
89829d7 is described below
commit 89829d7a114fd5c5aea39c11022d3356b7d4eae0
Author: Christopher Tubbs <[email protected]>
AuthorDate: Thu Jun 20 16:17:26 2019 -0400
Update formatter-maven-plugin
Update formatter plugin to 2.10.0; resolves a reproducibility issue
where earlier versions would grab transitive dependencies of the plugin
from a range of versions, making the formatter potentially change the
way it formats between two different executions.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 29d6009..9b0f9e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,7 +754,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
- <version>2.9.0</version>
+ <version>2.10.0</version>
<configuration>
<configFile>${eclipseFormatterStyle}</configFile>
<compilerCompliance>${maven.compiler.source}</compilerCompliance>