You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/09/01 17:59:19 UTC

[accumulo] branch 1.10 updated: Update formatter plugin version

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.10
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/1.10 by this push:
     new c03d770  Update formatter plugin version
c03d770 is described below

commit c03d770d771e7a9f7d868a9525f275b9a1b80c46
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Sep 1 13:45:54 2020 -0400

    Update formatter plugin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c159579..b144c42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -751,7 +751,7 @@
         <plugin>
           <groupId>net.revelc.code.formatter</groupId>
           <artifactId>formatter-maven-plugin</artifactId>
-          <version>2.11.0</version>
+          <version>2.12.2</version>
           <configuration>
             <configFile>${eclipseFormatterStyle}</configFile>
             <compilerCompliance>${maven.compiler.source}</compilerCompliance>