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/08/17 18:06:56 UTC

[accumulo] branch main updated (61eb916 -> 4cbff2a)

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

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


    from 61eb916  Merge branch '1.10' into main
     add 5e4cdcd  Update commons-* libraries (#1687)
     new 7a2d12e  Fix warnings from #1687
     new 4cbff2a  Merge branch '1.10' into main

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.10' into main

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

commit 4cbff2aa1ac4cd32ac69838487b8810096049785
Merge: 61eb916 7a2d12e
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Mon Aug 17 14:05:45 2020 -0400

    Merge branch '1.10' into main

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

diff --cc pom.xml
index 93f13d1,3b30cd8..aec76ba
--- a/pom.xml
+++ b/pom.xml
@@@ -235,11 -193,26 +235,11 @@@
          <version>1.14</version>
        </dependency>
        <dependency>
 -        <groupId>commons-collections</groupId>
 -        <artifactId>commons-collections</artifactId>
 -        <version>3.2.2</version>
 -      </dependency>
 -      <dependency>
 -        <groupId>commons-configuration</groupId>
 -        <artifactId>commons-configuration</artifactId>
 -        <version>1.6</version>
 -      </dependency>
 -      <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
-         <version>2.6</version>
+         <version>2.7</version>
        </dependency>
        <dependency>
 -        <groupId>commons-lang</groupId>
 -        <artifactId>commons-lang</artifactId>
 -        <version>2.6</version>
 -      </dependency>
 -      <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
          <version>1.2</version>