Skip to content

Commit b29d58d

Browse files
committed
v3.0.5
1 parent 519b2ca commit b29d58d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

arpack/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ information or have any questions.
3232
<parent>
3333
<groupId>dev.ludovic.netlib</groupId>
3434
<artifactId>parent</artifactId>
35-
<version>3-SNAPSHOT</version>
35+
<version>3.0.5</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

3939
<groupId>dev.ludovic.netlib</groupId>
4040
<artifactId>arpack</artifactId>
41-
<version>3-SNAPSHOT</version>
41+
<version>3.0.5</version>
4242
<packaging>jar</packaging>
4343

4444
<properties>

benchmarks/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ information or have any questions.
3232
<parent>
3333
<groupId>dev.ludovic.netlib</groupId>
3434
<artifactId>parent</artifactId>
35-
<version>3-SNAPSHOT</version>
35+
<version>3.0.5</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

3939
<groupId>dev.ludovic.netlib</groupId>
4040
<artifactId>benchmarks</artifactId>
41-
<version>3-SNAPSHOT</version>
41+
<version>3.0.5</version>
4242
<packaging>jar</packaging>
4343

4444
<properties>
@@ -51,17 +51,17 @@ information or have any questions.
5151
<dependency>
5252
<groupId>dev.ludovic.netlib</groupId>
5353
<artifactId>blas</artifactId>
54-
<version>3-SNAPSHOT</version>
54+
<version>3.0.5</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>dev.ludovic.netlib</groupId>
5858
<artifactId>arpack</artifactId>
59-
<version>3-SNAPSHOT</version>
59+
<version>3.0.5</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>dev.ludovic.netlib</groupId>
6363
<artifactId>lapack</artifactId>
64-
<version>3-SNAPSHOT</version>
64+
<version>3.0.5</version>
6565
</dependency>
6666

6767
<dependency>

blas/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ information or have any questions.
3232
<parent>
3333
<groupId>dev.ludovic.netlib</groupId>
3434
<artifactId>parent</artifactId>
35-
<version>3-SNAPSHOT</version>
35+
<version>3.0.5</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

3939
<groupId>dev.ludovic.netlib</groupId>
4040
<artifactId>blas</artifactId>
41-
<version>3-SNAPSHOT</version>
41+
<version>3.0.5</version>
4242
<packaging>jar</packaging>
4343

4444
<properties>

lapack/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ information or have any questions.
3232
<parent>
3333
<groupId>dev.ludovic.netlib</groupId>
3434
<artifactId>parent</artifactId>
35-
<version>3-SNAPSHOT</version>
35+
<version>3.0.5</version>
3636
<relativePath>../pom.xml</relativePath>
3737
</parent>
3838

3939
<groupId>dev.ludovic.netlib</groupId>
4040
<artifactId>lapack</artifactId>
41-
<version>3-SNAPSHOT</version>
41+
<version>3.0.5</version>
4242
<packaging>jar</packaging>
4343

4444
<properties>

pom.xml

Lines changed: 1 addition & 1 deletion
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-SNAPSHOT</version>
32+
<version>3.0.5</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Netlib</name>

0 commit comments

Comments
 (0)