Skip to content

Commit

Permalink
Reset the version to 1.2.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiobraun committed Aug 22, 2020
1 parent 4b8ee15 commit 7493ddd
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 13 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker/dev-ubuntu1804-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker/dev-ubuntu1804.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker/dev-ubuntu2004-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions docker/dev-ubuntu2004.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test-ubuntu1804-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test-ubuntu1804.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test-ubuntu2004-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test-ubuntu2004.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jblas</groupId>
<artifactId>jblas</artifactId>
<version>1.2.5</version>
<version>1.2.5-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jblas</name>
Expand Down

0 comments on commit 7493ddd

Please sign in to comment.