Upgrade to Atomix 3.1.0

Change-Id: I4b027f4cd67aef19108d9fa384e06feb461be4e3
diff --git a/tools/test/bin/atomix-push-bits b/tools/test/bin/atomix-push-bits
index f823281..35ba9f5 100755
--- a/tools/test/bin/atomix-push-bits
+++ b/tools/test/bin/atomix-push-bits
@@ -26,7 +26,7 @@
 
 . $ONOS_ROOT/tools/build/envDefaults
 
-ATOMIX_VERSION=${ATOMIX_VERSION:-3.1.0-rc2}
+ATOMIX_VERSION=${ATOMIX_VERSION:-3.1.0}
 ATOMIX_MAVEN=~/.m2/repository/io/atomix/atomix-dist/$ATOMIX_VERSION/atomix-dist-$ATOMIX_VERSION.tar.gz
 ATOMIX_LOCAL=/tmp/atomix-$ATOMIX_VERSION.tar.gz
 ATOMIX_REMOTE=https://oss.sonatype.org/content/repositories/releases/io/atomix/atomix-dist/$ATOMIX_VERSION/atomix-dist-$ATOMIX_VERSION.tar.gz