You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/11/01 16:51:47 UTC

[accumulo-classloaders] branch main updated: Bump Accumulo version from 2.1.0-SNAPSHOT to 2.1.0 (#14)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 581b3fd  Bump Accumulo version from 2.1.0-SNAPSHOT to 2.1.0 (#14)
581b3fd is described below

commit 581b3fd198cd6b451d85c00f5c600598eac11f6e
Author: Dave Marion <dl...@apache.org>
AuthorDate: Tue Nov 1 12:51:42 2022 -0400

    Bump Accumulo version from 2.1.0-SNAPSHOT to 2.1.0 (#14)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 704a3a3..92e1567 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-core</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.0</version>
         <scope>provided</scope>
         <exclusions>
           <exclusion>
@@ -179,7 +179,7 @@
       <dependency>
         <groupId>org.apache.accumulo</groupId>
         <artifactId>accumulo-start</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>