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 2022/02/13 15:56:11 UTC

[accumulo] branch main updated (7088cde -> 810db8e)

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 7088cde  Class can be static (#2480)
     add db2baf1  [maven-release-plugin] prepare release rel/1.10.2
     add e628166  [maven-release-plugin] prepare for next development iteration
     new 810db8e  Merge branch '1.10'

The 1 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'

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 810db8e9dcdda0b6a06bac7e769e5d5e22af0fca
Merge: 7088cde e628166
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Sun Feb 13 10:50:06 2022 -0500

    Merge branch '1.10'

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

diff --cc pom.xml
index 6cc0c70,3cb1869..c1e8f00
--- a/pom.xml
+++ b/pom.xml
@@@ -142,8 -144,10 +142,8 @@@
      <minimalMavenBuildVersion>3.5.0</minimalMavenBuildVersion>
      <powermock.version>2.0.9</powermock.version>
      <!-- timestamp for reproducible outputs, updated on release by the release plugin -->
-     <project.build.outputTimestamp>2020-12-17T22:06:50Z</project.build.outputTimestamp>
+     <project.build.outputTimestamp>2022-02-08T14:59:16Z</project.build.outputTimestamp>
      <rat.consoleOutput>true</rat.consoleOutput>
 -    <!-- surefire/failsafe plugin option -->
 -    <reuseForks>false</reuseForks>
      <slf4j.version>1.7.35</slf4j.version>
      <sourceReleaseAssemblyDescriptor>source-release-tar</sourceReleaseAssemblyDescriptor>
      <surefire.excludedGroups />