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-testing.git


The following commit(s) were added to refs/heads/main by this push:
     new 1da4041  upgrade versioning in performance script (#195)
1da4041 is described below

commit 1da4041c580f3cc0acc224e4fd9e5f4a4e8b443e
Author: Jeffrey Manno <jeffreymann...@gmail.com>
AuthorDate: Sun Feb 27 18:57:54 2022 -0500

    upgrade versioning in performance script (#195)
---
 README.md       | 2 +-
 bin/performance | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1b3c690..bd166e4 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ run in Docker:
 
     * `conf/accumulo-client.properties` - Configure this file from your 
Accumulo install
     * `conf/accumulo-testing.properties` - Configure this file for testing
-    * `target/accumulo-testing-2.0.0-SNAPSHOT-shaded.jar` - Can be created 
using `./bin/build`
+    * `target/accumulo-testing-2.1.0-SNAPSHOT-shaded.jar` - Can be created 
using `./bin/build`
 
    Run the following command to create the image. `HADOOP_HOME` should be 
where Hadoop is installed on your cluster.
    `HADOOP_USER_NAME` should match the user running Hadoop on your cluster.
diff --git a/bin/performance b/bin/performance
index 05d87d3..e69603a 100755
--- a/bin/performance
+++ b/bin/performance
@@ -21,7 +21,7 @@
 
 bin_dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 at_home=$( cd "$( dirname "$bin_dir" )" && pwd )
-at_version=2.0.0-SNAPSHOT
+at_version=2.1.0-SNAPSHOT
 
 function print_usage() {
   cat <<EOF

Reply via email to