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/04/21 20:51:59 UTC

[accumulo] branch 1.9 updated (3b9dadc -> eaac4b0)

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

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


    from 3b9dadc  Fix idempotency bug in importtable (#1555)
     new 672de42  Update maven-enforcer-plugin (for JDK14)
     new eaac4b0  Update spotbugs-maven-plugin (for JDK14)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


[accumulo] 02/02: Update spotbugs-maven-plugin (for JDK14)

Posted by ct...@apache.org.
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

commit eaac4b0b05a8b8ef499711733b8e2a0c9cade988
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Apr 21 16:35:05 2020 -0400

    Update spotbugs-maven-plugin (for JDK14)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0361409..af4fe0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,7 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>3.1.12.1</version>
+          <version>4.0.0</version>
           <configuration>
             <xmlOutput>true</xmlOutput>
             <effort>Max</effort>


[accumulo] 01/02: Update maven-enforcer-plugin (for JDK14)

Posted by ct...@apache.org.
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

commit 672de42bf69f292428562585741b58605aff792a
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Apr 21 16:32:04 2020 -0400

    Update maven-enforcer-plugin (for JDK14)
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index bf993ed..0361409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -802,6 +802,11 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>