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 2019/07/25 22:11:18 UTC

[accumulo] branch 2.0 updated (3a4a4d6 -> 129e8ec)

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

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


    from 3a4a4d6  fix #1286 throw exception on empty bulk import (#1292)
     new 87da062  Fix spotbugs when building on Java 11
     new 129e8ec  Merge branch '1.9' into 2.0

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[accumulo] 01/01: Merge branch '1.9' into 2.0

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 129e8ec4abf5f94d7163dcf761df3e6687a49f59
Merge: 3a4a4d6 87da062
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Jul 25 17:52:38 2019 -0400

    Merge branch '1.9' into 2.0

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc pom.xml
index 97cc195,78dbdd3..c08d56c
--- a/pom.xml
+++ b/pom.xml
@@@ -785,7 -567,7 +785,7 @@@
          <plugin>
            <groupId>com.github.spotbugs</groupId>
            <artifactId>spotbugs-maven-plugin</artifactId>
-           <version>${spotbugs.version}</version>
 -          <version>3.1.12.1</version>
++          <version>${spotbugs.version}.1</version>
            <configuration>
              <xmlOutput>true</xmlOutput>
              <effort>Max</effort>