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

Commit

Permalink
For release v0.67
Browse files Browse the repository at this point in the history
  • Loading branch information
vsonnier committed Oct 25, 2014
1 parent 6157110 commit 11b1210
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Stable version is published on Maven:
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.6.6</version>
<version>0.6.7</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,14 +5,14 @@
<parent>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-parent</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>HPPC-RT Benchmarks</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-core/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.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>HPPC-RT Collections</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-examples/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.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>HPPC-RT Examples</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-templateprocessor/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.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<name>HPPC-RT Template Processor</name>
Expand Down
4 changes: 2 additions & 2 deletions hppcrt-tests-jdk15/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Project info. -->
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt-tests-jdk15</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<packaging>jar</packaging>

<name>HPPC-RT JDK15 Tests</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.github.vsonnier</groupId>
<artifactId>hppcrt</artifactId>
<version>0.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<classifier>jdk15</classifier>
</dependency>

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.6.7-SNAPSHOT</version>
<version>0.6.7</version>
<packaging>pom</packaging>

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

0 comments on commit 11b1210

Please sign in to comment.