Skip to content

Commit 30e01f0

Browse files
committed
v1.0.8
1 parent b8100db commit 30e01f0

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
@@ -27,13 +27,13 @@ information or have any questions.
2727
<parent>
2828
<groupId>dev.ludovic.netlib</groupId>
2929
<artifactId>parent</artifactId>
30-
<version>1.0.7</version>
30+
<version>1.0.8</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.netlib</groupId>
3535
<artifactId>arpack</artifactId>
36-
<version>1.0.7</version>
36+
<version>1.0.8</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>

benchmarks/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ information or have any questions.
2727
<parent>
2828
<groupId>dev.ludovic.netlib</groupId>
2929
<artifactId>parent</artifactId>
30-
<version>1.0.7</version>
30+
<version>1.0.8</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.netlib</groupId>
3535
<artifactId>benchmarks</artifactId>
36-
<version>1.0.7</version>
36+
<version>1.0.8</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>
@@ -45,17 +45,17 @@ information or have any questions.
4545
<dependency>
4646
<groupId>dev.ludovic.netlib</groupId>
4747
<artifactId>blas</artifactId>
48-
<version>1.0.7</version>
48+
<version>1.0.8</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>dev.ludovic.netlib</groupId>
5252
<artifactId>arpack</artifactId>
53-
<version>1.0.7</version>
53+
<version>1.0.8</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>dev.ludovic.netlib</groupId>
5757
<artifactId>lapack</artifactId>
58-
<version>1.0.7</version>
58+
<version>1.0.8</version>
5959
</dependency>
6060

6161
<dependency>

blas/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ information or have any questions.
2727
<parent>
2828
<groupId>dev.ludovic.netlib</groupId>
2929
<artifactId>parent</artifactId>
30-
<version>1.0.7</version>
30+
<version>1.0.8</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.netlib</groupId>
3535
<artifactId>blas</artifactId>
36-
<version>1.0.7</version>
36+
<version>1.0.8</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>

lapack/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ information or have any questions.
2727
<parent>
2828
<groupId>dev.ludovic.netlib</groupId>
2929
<artifactId>parent</artifactId>
30-
<version>1.0.7</version>
30+
<version>1.0.8</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

3434
<groupId>dev.ludovic.netlib</groupId>
3535
<artifactId>lapack</artifactId>
36-
<version>1.0.7</version>
36+
<version>1.0.8</version>
3737
<packaging>jar</packaging>
3838

3939
<properties>

pom.xml

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

2727
<groupId>dev.ludovic.netlib</groupId>
2828
<artifactId>parent</artifactId>
29-
<version>1.0.7</version>
29+
<version>1.0.8</version>
3030
<packaging>pom</packaging>
3131

3232
<name>Netlib</name>

0 commit comments

Comments
 (0)