Skip to content

Commit 639a377

Browse files
committed
v3.0.1
1 parent b5b1635 commit 639a377

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

arpack/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ information or have any questions.
3030
<parent>
3131
<groupId>dev.ludovic.netlib</groupId>
3232
<artifactId>parent</artifactId>
33-
<version>3.0.0</version>
33+
<version>3.0.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

3737
<groupId>dev.ludovic.netlib</groupId>
3838
<artifactId>arpack</artifactId>
39-
<version>3.0.0</version>
39+
<version>3.0.1</version>
4040
<packaging>jar</packaging>
4141

4242
<properties>

benchmarks/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ information or have any questions.
3030
<parent>
3131
<groupId>dev.ludovic.netlib</groupId>
3232
<artifactId>parent</artifactId>
33-
<version>3.0.0</version>
33+
<version>3.0.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

3737
<groupId>dev.ludovic.netlib</groupId>
3838
<artifactId>benchmarks</artifactId>
39-
<version>3.0.0</version>
39+
<version>3.0.1</version>
4040
<packaging>jar</packaging>
4141

4242
<properties>
@@ -48,17 +48,17 @@ information or have any questions.
4848
<dependency>
4949
<groupId>dev.ludovic.netlib</groupId>
5050
<artifactId>blas</artifactId>
51-
<version>3.0.0</version>
51+
<version>3.0.1</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>dev.ludovic.netlib</groupId>
5555
<artifactId>arpack</artifactId>
56-
<version>3.0.0</version>
56+
<version>3.0.1</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>dev.ludovic.netlib</groupId>
6060
<artifactId>lapack</artifactId>
61-
<version>3.0.0</version>
61+
<version>3.0.1</version>
6262
</dependency>
6363

6464
<dependency>

blas/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ information or have any questions.
3030
<parent>
3131
<groupId>dev.ludovic.netlib</groupId>
3232
<artifactId>parent</artifactId>
33-
<version>3.0.0</version>
33+
<version>3.0.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

3737
<groupId>dev.ludovic.netlib</groupId>
3838
<artifactId>blas</artifactId>
39-
<version>3.0.0</version>
39+
<version>3.0.1</version>
4040
<packaging>jar</packaging>
4141

4242
<properties>

lapack/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ information or have any questions.
3030
<parent>
3131
<groupId>dev.ludovic.netlib</groupId>
3232
<artifactId>parent</artifactId>
33-
<version>3.0.0</version>
33+
<version>3.0.1</version>
3434
<relativePath>../pom.xml</relativePath>
3535
</parent>
3636

3737
<groupId>dev.ludovic.netlib</groupId>
3838
<artifactId>lapack</artifactId>
39-
<version>3.0.0</version>
39+
<version>3.0.1</version>
4040
<packaging>jar</packaging>
4141

4242
<properties>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ information or have any questions.
2929

3030
<groupId>dev.ludovic.netlib</groupId>
3131
<artifactId>parent</artifactId>
32-
<version>3.0.0</version>
32+
<version>3.0.1</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Netlib</name>

0 commit comments

Comments
 (0)