You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2022/11/22 21:03:14 UTC

[accumulo-examples] branch main updated: Update accumulo-examples to target 3.0.0-SNAPSHOT (#106)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5fcb5a1  Update accumulo-examples to target 3.0.0-SNAPSHOT (#106)
5fcb5a1 is described below

commit 5fcb5a175ceae55b9d5c8a6632d6e524531fdf93
Author: Mark Owens <jm...@apache.org>
AuthorDate: Tue Nov 22 16:03:09 2022 -0500

    Update accumulo-examples to target 3.0.0-SNAPSHOT (#106)
    
    The main branch of the accumulo-example repository should now target the
    current development branch of Accumulo, which is 3.0.0-SNAPSHOT.
    
    A 2.1 branch has been created that will continue to target the 2.1.x line of Accumulo.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee5d26a..c97bbde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,11 +24,11 @@
   </parent>
   <groupId>org.apache.accumulo</groupId>
   <artifactId>accumulo-examples</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <name>Apache Accumulo Examples</name>
   <description>Example code and corresponding documentation for using Apache Accumulo</description>
   <properties>
-    <accumulo.version>2.1.0-SNAPSHOT</accumulo.version>
+    <accumulo.version>3.0.0-SNAPSHOT</accumulo.version>
     <eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle>
     <hadoop.version>3.3.4</hadoop.version>
     <maven.compiler.release>11</maven.compiler.release>