This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch fluo-parent
in repository https://gitbox.apache.org/repos/asf/fluo.git
The following commit(s) were added to refs/heads/fluo-parent by this push:
new 8803578 Revert back to formatter-maven-plugin 2.7.0
8803578 is described below
commit 8803578730506b69d1ac4142e041e3444794f860
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Nov 17 17:14:22 2017 -0500
Revert back to formatter-maven-plugin 2.7.0
Version 2.7.1 had an issue in revelc/formatter-maven-plugin#260
This reverts back to version 2.7.0, which seems to work fine with Fluo
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 44b7383..b6521fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
- <version>2.7.1</version>
+ <version>2.7.0</version>
<configuration>
<lineEnding>LF</lineEnding>
<overrideConfigCompilerVersion>true</overrideConfigCompilerVersion>
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].