diff --git a/jni/pom.xml b/jni/pom.xml
index 3fbfb1ae..0817dd6b 100644
--- a/jni/pom.xml
+++ b/jni/pom.xml
@@ -6,7 +6,7 @@
BIDMat
BIDMat-natives
jar
- 2.0.28-cuda8.0
+ 2.1.0-cuda8.0
BIDMat
BIDMat performs matrix operations
diff --git a/jni/src/configure b/jni/src/configure
index a0242fef..08652d47 100755
--- a/jni/src/configure
+++ b/jni/src/configure
@@ -6,7 +6,7 @@
# $CUDA_HOME to the cuda root directory
#
-VERSION="2.0.28-cuda8.0"
+VERSION="2.1.0-cuda8.0"
DEVVERSION="dev-cuda8.0"
# Set to one and update the path if you plan to use NVIDIA NCCL
USE_NCCL=0
diff --git a/pom.xml b/pom.xml
index 6c2ce6c2..10df4372 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,8 @@
BIDMat
BIDMat
jar
- 2.0.28-cuda8.0
+ 2.1.0-cuda8.0
+ 2.1.0-cuda8.0
BIDMat
BIDMat performs matrix operations
@@ -101,13 +102,13 @@
${project.groupId}
BIDMat-natives
- ${project.version}
+ ${nativeVersion}
cpu-${osarch}
${project.groupId}
BIDMat-natives
- ${project.version}
+ ${nativeVersion}
gpu-${osarch}
@@ -144,7 +145,7 @@
com.cedarsoftware
json-io
- 4.5.0
+ 4.10.1
net.jpountz.lz4