diff --git a/README.md b/README.md
index cd0fbbb..db5f2b7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
jblas is a matrix library for Java which uses existing high
performance BLAS and LAPACK libraries like ATLAS.
+* Version 1.2.5, August 22, 2020
* Version 1.2.4, May 11, 2015
* Version 1.2.3, February 13, 2013
* Version 1.2.2, December 17, 2012
diff --git a/docker/dev-ubuntu1804-arm64.Dockerfile b/docker/dev-ubuntu1804-arm64.Dockerfile
index 2184acd..b587d31 100644
--- a/docker/dev-ubuntu1804-arm64.Dockerfile
+++ b/docker/dev-ubuntu1804-arm64.Dockerfile
@@ -2,8 +2,6 @@
FROM ubuntu:18.04
-ENV JBLAS_VERSION=1.2.5
-
RUN apt-get update
RUN apt-get -y install less htop build-essential vim ruby
RUN apt-get -y install openjdk-8-jdk-headless maven ant
diff --git a/docker/dev-ubuntu1804.Dockerfile b/docker/dev-ubuntu1804.Dockerfile
index 44ef31e..dc2ef21 100644
--- a/docker/dev-ubuntu1804.Dockerfile
+++ b/docker/dev-ubuntu1804.Dockerfile
@@ -2,8 +2,6 @@
FROM ubuntu:18.04
-ENV JBLAS_VERSION=1.2.5
-
RUN apt-get update
RUN apt-get -y install less htop build-essential vim ruby
RUN apt-get -y install openjdk-8-jdk-headless maven ant
diff --git a/docker/dev-ubuntu2004-arm64.Dockerfile b/docker/dev-ubuntu2004-arm64.Dockerfile
index 6a7345b..f4538a8 100644
--- a/docker/dev-ubuntu2004-arm64.Dockerfile
+++ b/docker/dev-ubuntu2004-arm64.Dockerfile
@@ -2,8 +2,6 @@
FROM ubuntu:20.04
-ENV JBLAS_VERSION=1.2.5
-
RUN apt-get update
RUN apt-get -y install less htop build-essential vim ruby
RUN apt-get -y install openjdk-8-jdk-headless maven ant
diff --git a/docker/dev-ubuntu2004.Dockerfile b/docker/dev-ubuntu2004.Dockerfile
index 8b2b082..6ffea18 100644
--- a/docker/dev-ubuntu2004.Dockerfile
+++ b/docker/dev-ubuntu2004.Dockerfile
@@ -2,8 +2,6 @@
FROM ubuntu:20.04
-ENV JBLAS_VERSION=1.2.5
-
RUN apt-get update
RUN apt-get -y install less htop build-essential vim ruby
RUN apt-get -y install openjdk-8-jdk-headless maven ant
diff --git a/docker/test-ubuntu1804-arm64.Dockerfile b/docker/test-ubuntu1804-arm64.Dockerfile
index e6c24c3..2065310 100644
--- a/docker/test-ubuntu1804-arm64.Dockerfile
+++ b/docker/test-ubuntu1804-arm64.Dockerfile
@@ -4,7 +4,7 @@
FROM ubuntu:18.04
-ENV JBLAS_VERSION=1.2.5
+ENV JBLAS_VERSION=1.2.5-SNAPSHOT
RUN apt-get update
RUN apt-get -y install openjdk-8-jdk-headless
diff --git a/docker/test-ubuntu1804.Dockerfile b/docker/test-ubuntu1804.Dockerfile
index 2d48fe6..cefdfff 100644
--- a/docker/test-ubuntu1804.Dockerfile
+++ b/docker/test-ubuntu1804.Dockerfile
@@ -4,7 +4,7 @@
FROM ubuntu:18.04
-ENV JBLAS_VERSION=1.2.5
+ENV JBLAS_VERSION=1.2.5-SNAPSHOT
RUN apt-get update
RUN apt-get -y install openjdk-8-jdk-headless
diff --git a/docker/test-ubuntu2004-arm64.Dockerfile b/docker/test-ubuntu2004-arm64.Dockerfile
index 2d699ab..b020d14 100644
--- a/docker/test-ubuntu2004-arm64.Dockerfile
+++ b/docker/test-ubuntu2004-arm64.Dockerfile
@@ -4,7 +4,7 @@
FROM ubuntu:20.04
-ENV JBLAS_VERSION=1.2.5
+ENV JBLAS_VERSION=1.2.5-SNAPSHOT
RUN apt-get update
RUN apt-get -y install openjdk-8-jdk-headless
diff --git a/docker/test-ubuntu2004.Dockerfile b/docker/test-ubuntu2004.Dockerfile
index c744266..4a3b353 100644
--- a/docker/test-ubuntu2004.Dockerfile
+++ b/docker/test-ubuntu2004.Dockerfile
@@ -4,7 +4,7 @@
FROM ubuntu:20.04
-ENV JBLAS_VERSION=1.2.5
+ENV JBLAS_VERSION=1.2.5-SNAPSHOT
RUN apt-get update
RUN apt-get -y install openjdk-8-jdk-headless
diff --git a/pom.xml b/pom.xml
index 3a484ab..d6234dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.jblas
jblas
- 1.2.5
+ 1.2.5-SNAPSHOT
jar
jblas