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

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


The following commit(s) were added to refs/heads/main by this push:
     new eb42433788 Bump several plugin versions (#3034)
eb42433788 is described below

commit eb424337886a2fb0e10ec4cef79083cce14b972b
Author: Dom G <domgargu...@apache.org>
AuthorDate: Wed Oct 19 16:46:23 2022 -0400

    Bump several plugin versions (#3034)
---
 .../accumulo/core/client/summary/SummarizerConfiguration.java  | 10 ++++++----
 pom.xml                                                        |  8 ++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git 
a/core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java
 
b/core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java
index 80739030f0..8fcb9023ea 100644
--- 
a/core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java
+++ 
b/core/src/main/java/org/apache/accumulo/core/client/summary/SummarizerConfiguration.java
@@ -237,7 +237,9 @@ public class SummarizerConfiguration {
      * Convenience method for adding multiple options. The following
      *
      * <pre>
-     * {@code builder.addOptions("opt1","val1","opt2","val2","opt3","val3")}
+     * {@code
+     * builder.addOptions("opt1", "val1", "opt2", "val2", "opt3", "val3")
+     * }
      * </pre>
      *
      * <p>
@@ -245,9 +247,9 @@ public class SummarizerConfiguration {
      *
      * <pre>
      * {@code
-     *   builder.addOption("opt1","val1");
-     *   builder.addOption("opt2","val2");
-     *   builder.addOption("opt3","val3");
+     * builder.addOption("opt1", "val1");
+     * builder.addOption("opt2", "val2");
+     * builder.addOption("opt3", "val3");
      * }
      * </pre>
      *
diff --git a/pom.xml b/pom.xml
index afc4a9b0d2..92b124afbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -703,7 +703,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.11.0</version>
+          <version>2.12.0</version>
         </plugin>
         <plugin>
           <groupId>com.mycila</groupId>
@@ -762,7 +762,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
-          <version>3.1.2</version>
+          <version>3.2.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -773,7 +773,7 @@
         <plugin>
           <groupId>com.github.ekryd.sortpom</groupId>
           <artifactId>sortpom-maven-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.2.0</version>
           <configuration>
             <createBackupFile>false</createBackupFile>
             <expandEmptyElements>false</expandEmptyElements>
@@ -922,7 +922,7 @@
         <plugin>
           <groupId>net.revelc.code.formatter</groupId>
           <artifactId>formatter-maven-plugin</artifactId>
-          <version>2.19.0</version>
+          <version>2.20.0</version>
           <configuration>
             <configFile>${eclipseFormatterStyle}</configFile>
             <excludes>

Reply via email to