Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Release v0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Jul 19, 2015
1 parent b806416 commit 0172997
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Stable version is available on Maven:
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.6.8</version>
<version>0.7.0</version>
</dependency>
````

Expand Down
4 changes: 2 additions & 2 deletions hppcrt-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<artifactId>hppcrt-benchmarks</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>HPPC-RT Benchmarks</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-template-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-template-processor</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>HPPC-RT Template Processor</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>jar</packaging>

<name>HPPC-RT Collections</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<packaging>pom</packaging>

<name>HPPC-RT (parent POM)</name>
Expand Down

0 comments on commit 0172997

Please sign in to comment.