Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Jul 15, 2022
1 parent b5b1635 commit 639a377
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions arpack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ information or have any questions.
<parent>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic.netlib</groupId>
<artifactId>arpack</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
10 changes: 5 additions & 5 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ information or have any questions.
<parent>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic.netlib</groupId>
<artifactId>benchmarks</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -48,17 +48,17 @@ information or have any questions.
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>blas</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>arpack</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>lapack</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions blas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ information or have any questions.
<parent>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic.netlib</groupId>
<artifactId>blas</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions lapack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ information or have any questions.
<parent>
<groupId>dev.ludovic.netlib</groupId>
<artifactId>parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic.netlib</groupId>
<artifactId>lapack</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ information or have any questions.

<groupId>dev.ludovic.netlib</groupId>
<artifactId>parent</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>pom</packaging>

<name>Netlib</name>
Expand Down

0 comments on commit 639a377

Please sign in to comment.