Repository: incubator-hivemall Updated Branches: refs/heads/master 851daafeb -> ecc480c98
Reverted formatter-maven-plugin version to 0.5.2 Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/ecc480c9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/ecc480c9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/ecc480c9 Branch: refs/heads/master Commit: ecc480c9835c97571eb760793da691c4fb6b574d Parents: 851daaf Author: Makoto Yui <[email protected]> Authored: Fri Apr 27 12:20:54 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Fri Apr 27 12:20:54 2018 +0900 ---------------------------------------------------------------------- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/ecc480c9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 75c4b62..cb58ff6 100644 --- a/pom.xml +++ b/pom.xml @@ -465,9 +465,9 @@ </plugin> <plugin> <!-- mvn formatter:format --> - <groupId>net.revelc.code.formatter</groupId> + <groupId>net.revelc.code</groupId> <artifactId>formatter-maven-plugin</artifactId> - <version>2.0.1</version> <!-- for Java7 compatibility --> + <version>0.5.2</version> <!-- for Java7 compatibility --> <configuration> <configFile>${main.basedir}/resources/eclipse-style.xml</configFile> <encoding>UTF-8</encoding> @@ -647,7 +647,7 @@ </plugin> <!-- mvn formatter:format --> <plugin> - <groupId>net.revelc.code.formatter</groupId> + <groupId>net.revelc.code</groupId> <artifactId>formatter-maven-plugin</artifactId> </plugin> <plugin>
