Skip to content

Commit

Permalink
v0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
luhenry committed Jan 15, 2021
1 parent 64f9f19 commit 16cd725
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ SOFTWARE.
<parent>
<groupId>dev.ludovic</groupId>
<artifactId>blas-parent</artifactId>
<version>0.1.12</version>
<version>0.1.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic</groupId>
<artifactId>blas-benchmarks</artifactId>
<version>0.1.12</version>
<version>0.1.13</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -45,7 +45,7 @@ SOFTWARE.
<dependency>
<groupId>dev.ludovic</groupId>
<artifactId>blas</artifactId>
<version>0.1.12</version>
<version>0.1.13</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 @@ -27,13 +27,13 @@ SOFTWARE.
<parent>
<groupId>dev.ludovic</groupId>
<artifactId>blas-parent</artifactId>
<version>0.1.12</version>
<version>0.1.13</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>dev.ludovic</groupId>
<artifactId>blas</artifactId>
<version>0.1.12</version>
<version>0.1.13</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 @@ -26,7 +26,7 @@ SOFTWARE.

<groupId>dev.ludovic</groupId>
<artifactId>blas-parent</artifactId>
<version>0.1.12</version>
<version>0.1.13</version>
<packaging>pom</packaging>

<name>blas</name>
Expand Down

0 comments on commit 16cd725

Please sign in to comment.