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

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


The following commit(s) were added to refs/heads/2.1 by this push:
     new 7c0576b  Update POM to target 2.1.1-SNAPSHOT (#105)
7c0576b is described below

commit 7c0576bdce69fda454ded2ce2261aa7287be21dc
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Tue Nov 22 09:11:00 2022 -0500

    Update POM to target 2.1.1-SNAPSHOT (#105)
    
    With the release of 2.1.0, the main Accumulo branch is now targeted for 
3.x. The current accumulo-examples target the 2.1.x line. This update targets 
the 2.1 examples to run against the 2.1.1-SNAPSHOT version of the main Accumulo 
repository.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee5d26a..1384798 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>2.1.1-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>2.1.1-SNAPSHOT</accumulo.version>
     
<eclipseFormatterStyle>contrib/Eclipse-Accumulo-Codestyle.xml</eclipseFormatterStyle>
     <hadoop.version>3.3.4</hadoop.version>
     <maven.compiler.release>11</maven.compiler.release>

Reply via email to