You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mj...@apache.org on 2017/02/27 16:47:52 UTC

accumulo-examples git commit: Update for Accumulo 1.8.1 release

Repository: accumulo-examples
Updated Branches:
  refs/heads/master a3d3615aa -> dc23ecc1f


Update for Accumulo 1.8.1 release


Project: http://git-wip-us.apache.org/repos/asf/accumulo-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo-examples/commit/dc23ecc1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-examples/tree/dc23ecc1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-examples/diff/dc23ecc1

Branch: refs/heads/master
Commit: dc23ecc1fb7ecb5e95c98f9debdab4fb716128c1
Parents: a3d3615
Author: Michael Wall <mj...@gmail.com>
Authored: Mon Feb 27 11:47:48 2017 -0500
Committer: Michael Wall <mj...@gmail.com>
Committed: Mon Feb 27 11:47:48 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo-examples/blob/dc23ecc1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9816beb..d994d0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <description>Example code and corresponding documentation for using Apache Accumulo</description>
 
   <properties>
-    <accumulo.version>1.8.0</accumulo.version>
+    <accumulo.version>1.8.1</accumulo.version>
     <hadoop.version>2.6.4</hadoop.version>
     <slf4j.version>1.7.21</slf4j.version>
     <maven.compiler.source>1.8</maven.compiler.source>